Functions | |
| float | getRotationOffset () const |
| Gets the value of RotationOffsetProperty. More... | |
| Vector2 | getScaleOffset () const |
| Gets the value of ScaleOffsetProperty. More... | |
| Vector2 | getSlideOffset () const |
| Gets the value of SlideOffsetProperty. More... | |
| float | getTransitionPhase () const |
| Gets the value of TransitionPhaseProperty. More... | |
| bool | isAutoActivate () const |
| Gets the value of AutoActivateProperty. More... | |
| bool | isState () const |
| Gets the value of StateProperty. More... | |
| void | setAutoActivate (bool value) |
| Sets the value of AutoActivateProperty. More... | |
| void | setRotationOffset (float value) |
| Sets the value of RotationOffsetProperty. More... | |
| void | setScaleOffset (Vector2 value) |
| Sets the value of ScaleOffsetProperty. More... | |
| void | setSlideOffset (Vector2 value) |
| Sets the value of SlideOffsetProperty. More... | |
| void | setState (bool value) |
| Sets the value of StateProperty. More... | |
| void | setTransitionPhase (float value) |
| Sets the value of TransitionPhaseProperty. More... | |
Variables | |
| static PropertyType< bool > | AutoActivateProperty |
| AutoActivate property. More... | |
| static PropertyType< float > | RotationOffsetProperty |
| RotationOffset property. More... | |
| static PropertyType< Vector2 > | ScaleOffsetProperty |
| ScaleOffset property. More... | |
| static PropertyType< Vector2 > | SlideOffsetProperty |
| SlideOffset property. More... | |
| static PropertyType< bool > | StateProperty |
| State property. More... | |
| static PropertyType< float > | TransitionPhaseProperty |
| TransitionPhase property. More... | |
| bool isState | ( | ) | const |
Gets the value of StateProperty.
| void setState | ( | bool | value | ) |
Sets the value of StateProperty.
| float getTransitionPhase | ( | ) | const |
Gets the value of TransitionPhaseProperty.
| void setTransitionPhase | ( | float | value | ) |
Sets the value of TransitionPhaseProperty.
| bool isAutoActivate | ( | ) | const |
Gets the value of AutoActivateProperty.
| void setAutoActivate | ( | bool | value | ) |
Sets the value of AutoActivateProperty.
| Vector2 getSlideOffset | ( | ) | const |
Gets the value of SlideOffsetProperty.
| void setSlideOffset | ( | Vector2 | value | ) |
Sets the value of SlideOffsetProperty.
| Vector2 getScaleOffset | ( | ) | const |
Gets the value of ScaleOffsetProperty.
| void setScaleOffset | ( | Vector2 | value | ) |
Sets the value of ScaleOffsetProperty.
| float getRotationOffset | ( | ) | const |
Gets the value of RotationOffsetProperty.
| void setRotationOffset | ( | float | value | ) |
Sets the value of RotationOffsetProperty.
|
static |
State property.
The state of this Page node: false (inactive and invisible) or true (active and visible) (read-only). The default value is false.
|
static |
TransitionPhase property.
The phase of the transition. For example, use for pixel-based effects. The default value is 0.0f.
|
static |
AutoActivate property.
Always activate this Page node when its parent is active. The default value is false.
|
static |
SlideOffset property.
The offset to slide a Page node in horizontal or vertical direction:
The default value is Vector2(0.0f, 0.0f).
|
static |
ScaleOffset property.
The factor by which to scale a Page node. The default value is Vector2(1.0f, 1.0f).
|
static |
RotationOffset property.
The angle in degrees by which to rotate a Page node. The default value is 0.0f.