|
RaTweening 1.0.0
|
This Util class hold the tools to exclude various Values of a Rect from tweening calculations More...
Public Types | |
| enum | RectValue |
| Flag based enum representing Rect Values | |
Static Public Member Functions | |
| static RectValue | GetOnlyIncludeRectValues (RectValue inclValues) |
| Returns a RectValue which only contains the Rect Values which are not defined within the input More... | |
| static Rect | ApplyExcludeRectValues (Rect original, Rect final, RectValue excludeValues) |
| Resets the final result to the original Rect based on which Rect Values are to be excluded from the final calculation More... | |
This Util class hold the tools to exclude various Values of a Rect from tweening calculations
|
static |
Resets the final result to the original Rect based on which Rect Values are to be excluded from the final calculation
| original | The original value |
| final | The final value |
| excludeValues | The rect values which should be reset to the original value within the final value |
Returns a RectValue which only contains the Rect Values which are not defined within the input
| inclValues | Input which Rect Values not to define |