Variables | |
| static PropertyType< bool > | StateProperty |
| State property. More... | |
| static PropertyType< string > | TransitionDefinitionProperty |
| TransitionDefinition property. More... | |
| static PropertyType< float > | TransitionPhaseProperty |
| TransitionPhase property. More... | |
| static PropertyType< float > | TransitionDirectionProperty |
| TransitionDirection property. More... | |
| static PropertyType< bool > | HostProperty |
| Host property. More... | |
| static PropertyType< string > | DefaultSubPageProperty |
| DefaultSubPage property. More... | |
| static PropertyType< bool > | AutoActivateProperty |
| AutoActivate property. More... | |
| static PropertyType< bool > | LoopSubPagesProperty |
| LoopSubPages property. More... | |
| static PropertyType< Vector2 > | SlideOffsetProperty |
| SlideOffset property. More... | |
| static PropertyType< Vector2 > | ScaleOffsetProperty |
| ScaleOffset property. More... | |
| static PropertyType< float > | RotationOffsetProperty |
| RotationOffset property. More... | |
| static PropertyType< string > | NavigationPreviousProperty |
| NavigationPrevious property. More... | |
| static PropertyType< string > | NavigationNextProperty |
| NavigationNext property. More... | |
| bool isState | ( | ) | const |
Gets the value of StateProperty.
| void setState | ( | bool | value | ) |
Sets the value of StateProperty.
| string getTransitionDefinition | ( | ) | const |
Gets the value of TransitionDefinitionProperty.
| void setTransitionDefinition | ( | string | value | ) |
Sets the value of TransitionDefinitionProperty.
| float getTransitionPhase | ( | ) | const |
Gets the value of TransitionPhaseProperty.
| void setTransitionPhase | ( | float | value | ) |
Sets the value of TransitionPhaseProperty.
| float getTransitionDirection | ( | ) | const |
Gets the value of TransitionDirectionProperty.
| void setTransitionDirection | ( | float | value | ) |
Sets the value of TransitionDirectionProperty.
| bool isHost | ( | ) | const |
Gets the value of HostProperty.
| void setHost | ( | bool | value | ) |
Sets the value of HostProperty.
| string getDefaultSubPage | ( | ) | const |
Gets the value of DefaultSubPageProperty.
| void setDefaultSubPage | ( | string | value | ) |
Sets the value of DefaultSubPageProperty.
| bool isAutoActivate | ( | ) | const |
Gets the value of AutoActivateProperty.
| void setAutoActivate | ( | bool | value | ) |
Sets the value of AutoActivateProperty.
| bool isLoopSubPages | ( | ) | const |
Gets the value of LoopSubPagesProperty.
| void setLoopSubPages | ( | bool | value | ) |
Sets the value of LoopSubPagesProperty.
| 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.
| string getNavigationPrevious | ( | ) | const |
Gets the value of NavigationPreviousProperty.
| void setNavigationPrevious | ( | string | value | ) |
Sets the value of NavigationPreviousProperty.
| string getNavigationNext | ( | ) | const |
Gets the value of NavigationNextProperty.
| void setNavigationNext | ( | string | value | ) |
Sets the value of NavigationNextProperty.
|
static |
|
static |
TransitionDefinition property.
The default value is "".
|
static |
TransitionPhase property.
The default value is 0.0f.
|
static |
TransitionDirection property.
The default value is 0.0f.
|
static |
|
static |
DefaultSubPage property.
Defines the default subpage to be activated, when this Page node is active. The default value is "".
|
static |
|
static |
|
static |
SlideOffset property.
The default value is Vector2(0.0f, 0.0f).
|
static |
ScaleOffset property.
The default value is Vector2(1.0f, 1.0f).
|
static |
RotationOffset property.
The default value is 0.0f.
|
static |
NavigationPrevious property.
The default value is "".
|
static |