Functions | |
| string | getName () const |
| Gets the value of NameProperty. More... | |
| void | setName (string value) |
| Sets the value of NameProperty. More... | |
| string | getPath () const |
| Gets the value of PathProperty. More... | |
| void | setPath (string value) |
| Sets the value of PathProperty. More... | |
| string | getLocale () const |
| Gets the value of LocaleProperty. More... | |
| void | setLocale (string value) |
| Sets the value of LocaleProperty. More... | |
| float | getWidth () const |
| Gets the value of WidthProperty. More... | |
| void | setWidth (float value) |
| Sets the value of WidthProperty. More... | |
| float | getHeight () const |
| Gets the value of HeightProperty. More... | |
| void | setHeight (float value) |
| Sets the value of HeightProperty. More... | |
| float | getDepth () const |
| Gets the value of DepthProperty. More... | |
| void | setDepth (float value) |
| Sets the value of DepthProperty. More... | |
| float | getActualWidth () const |
| Gets the value of ActualWidthProperty. More... | |
| void | setActualWidth (float value) |
| Sets the value of ActualWidthProperty. More... | |
| float | getActualHeight () const |
| Gets the value of ActualHeightProperty. More... | |
| void | setActualHeight (float value) |
| Sets the value of ActualHeightProperty. More... | |
| float | getActualDepth () const |
| Gets the value of ActualDepthProperty. More... | |
| void | setActualDepth (float value) |
| Sets the value of ActualDepthProperty. More... | |
| Node::HorizontalAlignment | getHorizontalAlignment () const |
| Gets the value of HorizontalAlignmentProperty. More... | |
| void | setHorizontalAlignment (Node::HorizontalAlignment value) |
| Sets the value of HorizontalAlignmentProperty. More... | |
| Node::VerticalAlignment | getVerticalAlignment () const |
| Gets the value of VerticalAlignmentProperty. More... | |
| void | setVerticalAlignment (Node::VerticalAlignment value) |
| Sets the value of VerticalAlignmentProperty. More... | |
| Node::DepthAlignment | getDepthAlignment () const |
| Gets the value of DepthAlignmentProperty. More... | |
| void | setDepthAlignment (Node::DepthAlignment value) |
| Sets the value of DepthAlignmentProperty. More... | |
| Vector2 | getHorizontalMargin () const |
| Gets the value of HorizontalMarginProperty. More... | |
| void | setHorizontalMargin (Vector2 value) |
| Sets the value of HorizontalMarginProperty. More... | |
| Vector2 | getVerticalMargin () const |
| Gets the value of VerticalMarginProperty. More... | |
| void | setVerticalMargin (Vector2 value) |
| Sets the value of VerticalMarginProperty. More... | |
| Vector2 | getDepthMargin () const |
| Gets the value of DepthMarginProperty. More... | |
| void | setDepthMargin (Vector2 value) |
| Sets the value of DepthMarginProperty. More... | |
| bool | isHitTestable () const |
| Gets the value of HitTestableProperty. More... | |
| void | setHitTestable (bool value) |
| Sets the value of HitTestableProperty. More... | |
| bool | isHitTestableContainer () const |
| Gets the value of HitTestableContainerProperty. More... | |
| void | setHitTestableContainer (bool value) |
| Sets the value of HitTestableContainerProperty. More... | |
| bool | isVisible () const |
| Gets the value of VisibleProperty. More... | |
| void | setVisible (bool value) |
| Sets the value of VisibleProperty. More... | |
| bool | isEnabled () const |
| Gets the value of EnabledProperty. More... | |
| void | setEnabled (bool value) |
| Sets the value of EnabledProperty. More... | |
| bool | isFocusable () const |
| Gets the value of FocusableProperty. More... | |
| void | setFocusable (bool value) |
| Sets the value of FocusableProperty. More... | |
| bool | isFocused () const |
| Gets the value of FocusedProperty. More... | |
| void | setFocused (bool value) |
| Sets the value of FocusedProperty. More... | |
| ResourceID | getFontResourceID () const |
| Gets the value of FontProperty. More... | |
| void | setFontResourceID (ResourceID value) |
| Sets the value of FontProperty. More... | |
| float | getVisibleAmountInParent () const |
| Gets the value of VisibleAmountInParentProperty. More... | |
| void | setVisibleAmountInParent (float value) |
| Sets the value of VisibleAmountInParentProperty. More... | |
| bool | isClipChildren () const |
| Gets the value of ClipChildrenProperty. More... | |
| void | setClipChildren (bool value) |
| Sets the value of ClipChildrenProperty. More... | |
| float | getProjection2DTo3DScale () const |
| Gets the value of Projection2DTo3DScaleProperty. More... | |
| void | setProjection2DTo3DScale (float value) |
| Sets the value of Projection2DTo3DScaleProperty. More... | |
| string | getDataContext () const |
| Gets the value of DataContextProperty. More... | |
| void | setDataContext (string value) |
| Sets the value of DataContextProperty. More... | |
| bool | isEnableClick () const |
| Gets the value of EnableClickProperty. More... | |
| void | setEnableClick (bool value) |
| Sets the value of EnableClickProperty. More... | |
| bool | isEnableMultiClick () const |
| Gets the value of EnableMultiClickProperty. More... | |
| void | setEnableMultiClick (bool value) |
| Sets the value of EnableMultiClickProperty. More... | |
| Node::ContentStretch | getContentStretch () const |
| Gets the value of ContentStretchProperty. More... | |
| void | setContentStretch (Node::ContentStretch value) |
| Sets the value of ContentStretchProperty. More... | |
| float | getOpacity () const |
| Gets the value of OpacityProperty. More... | |
| void | setOpacity (float value) |
| Sets the value of OpacityProperty. More... | |
| ResourceID | getStyleResourceID () const |
| Gets the value of StyleProperty. More... | |
| void | setStyleResourceID (ResourceID value) |
| Sets the value of StyleProperty. More... | |
| ResourceID | getStateManagerResourceID () const |
| Gets the value of StateManagerProperty. More... | |
| void | setStateManagerResourceID (ResourceID value) |
| Sets the value of StateManagerProperty. More... | |
Variables | |
| static PropertyType< string > | NameProperty |
| Name property. More... | |
| static PropertyType< string > | PathProperty |
| Path property. More... | |
| static PropertyType< string > | LocaleProperty |
| Locale property. More... | |
| static PropertyType< bool > | CreatedFromKZBProperty |
| CreatedFromKZB property. More... | |
| static PropertyType< float > | WidthProperty |
| Width property. More... | |
| static PropertyType< float > | HeightProperty |
| Height property. More... | |
| static PropertyType< float > | DepthProperty |
| Depth property. More... | |
| static PropertyType< float > | ActualWidthProperty |
| ActualWidth property. More... | |
| static PropertyType< float > | ActualHeightProperty |
| ActualHeight property. More... | |
| static PropertyType< float > | ActualDepthProperty |
| ActualDepth property. More... | |
| static PropertyType < Node::HorizontalAlignment > | HorizontalAlignmentProperty |
| HorizontalAlignment property. More... | |
| static PropertyType < Node::VerticalAlignment > | VerticalAlignmentProperty |
| VerticalAlignment property. More... | |
| static PropertyType < Node::DepthAlignment > | DepthAlignmentProperty |
| DepthAlignment property. More... | |
| static PropertyType< Vector2 > | HorizontalMarginProperty |
| HorizontalMargin property. More... | |
| static PropertyType< Vector2 > | VerticalMarginProperty |
| VerticalMargin property. More... | |
| static PropertyType< Vector2 > | DepthMarginProperty |
| DepthMargin property. More... | |
| static PropertyType< bool > | HitTestableProperty |
| HitTestable property. More... | |
| static PropertyType< bool > | HitTestableContainerProperty |
| HitTestableContainer property. More... | |
| static PropertyType< bool > | VisibleProperty |
| Visible property. More... | |
| static PropertyType< bool > | EnabledProperty |
| Enabled property. More... | |
| static PropertyType< bool > | FocusableProperty |
| Focusable property. More... | |
| static PropertyType< bool > | FocusedProperty |
| Focused property. More... | |
| static PropertyType< ResourceID > | FontProperty |
| Font property. More... | |
| static PropertyType< float > | VisibleAmountInParentProperty |
| VisibleAmountInParent property. More... | |
| static PropertyType< bool > | ClipChildrenProperty |
| ClipChildren property. More... | |
| static PropertyType< float > | Projection2DTo3DScaleProperty |
| Projection2DTo3DScale property. More... | |
| static PropertyType< string > | DataContextProperty |
| DataContext property. More... | |
| static PropertyType< bool > | EnableClickProperty |
| EnableClick property. More... | |
| static PropertyType< bool > | EnableMultiClickProperty |
| EnableMultiClick property. More... | |
| static PropertyType < Node::ContentStretch > | ContentStretchProperty |
| ContentStretch property. More... | |
| static PropertyType< float > | OpacityProperty |
| Opacity property. More... | |
| static PropertyType< ResourceID > | StyleProperty |
| Style property. More... | |
| static PropertyType< ResourceID > | StateManagerProperty |
| StateManager property. More... | |
| static PropertyType< int > | SceneGraphAddNodeChangeChildFlagsProperty |
| SceneGraphAddNodeChangeChildFlags property. More... | |
| static PropertyType< int > | SceneGraphAddNodeChangeParentFlagsProperty |
| SceneGraphAddNodeChangeParentFlags property. More... | |
| static PropertyType< int > | SceneGraphRemoveNodeChangeChildFlagsProperty |
| SceneGraphRemoveNodeChangeChildFlags property. More... | |
| static PropertyType< int > | SceneGraphRemoveNodeChangeParentFlagsProperty |
| SceneGraphRemoveNodeChangeParentFlags property. More... | |
| static PropertyType< void * > | PrefabTemplateSourceProperty |
| PrefabTemplateSource property. More... | |
| string getName | ( | ) | const |
Gets the value of NameProperty.
| void setName | ( | string | value | ) |
Sets the value of NameProperty.
| string getPath | ( | ) | const |
Gets the value of PathProperty.
| void setPath | ( | string | value | ) |
Sets the value of PathProperty.
| string getLocale | ( | ) | const |
Gets the value of LocaleProperty.
| void setLocale | ( | string | value | ) |
Sets the value of LocaleProperty.
| float getWidth | ( | ) | const |
Gets the value of WidthProperty.
| void setWidth | ( | float | value | ) |
Sets the value of WidthProperty.
| float getHeight | ( | ) | const |
Gets the value of HeightProperty.
| void setHeight | ( | float | value | ) |
Sets the value of HeightProperty.
| float getDepth | ( | ) | const |
Gets the value of DepthProperty.
| void setDepth | ( | float | value | ) |
Sets the value of DepthProperty.
| float getActualWidth | ( | ) | const |
Gets the value of ActualWidthProperty.
| void setActualWidth | ( | float | value | ) |
Sets the value of ActualWidthProperty.
| float getActualHeight | ( | ) | const |
Gets the value of ActualHeightProperty.
| void setActualHeight | ( | float | value | ) |
Sets the value of ActualHeightProperty.
| float getActualDepth | ( | ) | const |
Gets the value of ActualDepthProperty.
| void setActualDepth | ( | float | value | ) |
Sets the value of ActualDepthProperty.
| Node::HorizontalAlignment getHorizontalAlignment | ( | ) | const |
Gets the value of HorizontalAlignmentProperty.
| void setHorizontalAlignment | ( | Node::HorizontalAlignment | value | ) |
Sets the value of HorizontalAlignmentProperty.
| Node::VerticalAlignment getVerticalAlignment | ( | ) | const |
Gets the value of VerticalAlignmentProperty.
| void setVerticalAlignment | ( | Node::VerticalAlignment | value | ) |
Sets the value of VerticalAlignmentProperty.
| Node::DepthAlignment getDepthAlignment | ( | ) | const |
Gets the value of DepthAlignmentProperty.
| void setDepthAlignment | ( | Node::DepthAlignment | value | ) |
Sets the value of DepthAlignmentProperty.
| Vector2 getHorizontalMargin | ( | ) | const |
Gets the value of HorizontalMarginProperty.
| void setHorizontalMargin | ( | Vector2 | value | ) |
Sets the value of HorizontalMarginProperty.
| Vector2 getVerticalMargin | ( | ) | const |
Gets the value of VerticalMarginProperty.
| void setVerticalMargin | ( | Vector2 | value | ) |
Sets the value of VerticalMarginProperty.
| Vector2 getDepthMargin | ( | ) | const |
Gets the value of DepthMarginProperty.
| void setDepthMargin | ( | Vector2 | value | ) |
Sets the value of DepthMarginProperty.
| bool isHitTestable | ( | ) | const |
Gets the value of HitTestableProperty.
| void setHitTestable | ( | bool | value | ) |
Sets the value of HitTestableProperty.
| bool isHitTestableContainer | ( | ) | const |
Gets the value of HitTestableContainerProperty.
| void setHitTestableContainer | ( | bool | value | ) |
Sets the value of HitTestableContainerProperty.
| bool isVisible | ( | ) | const |
Gets the value of VisibleProperty.
| void setVisible | ( | bool | value | ) |
Sets the value of VisibleProperty.
| bool isEnabled | ( | ) | const |
Gets the value of EnabledProperty.
| void setEnabled | ( | bool | value | ) |
Sets the value of EnabledProperty.
| bool isFocusable | ( | ) | const |
Gets the value of FocusableProperty.
| void setFocusable | ( | bool | value | ) |
Sets the value of FocusableProperty.
| bool isFocused | ( | ) | const |
Gets the value of FocusedProperty.
| void setFocused | ( | bool | value | ) |
Sets the value of FocusedProperty.
| ResourceID getFontResourceID | ( | ) | const |
Gets the value of FontProperty.
| void setFontResourceID | ( | ResourceID | value | ) |
Sets the value of FontProperty.
| float getVisibleAmountInParent | ( | ) | const |
Gets the value of VisibleAmountInParentProperty.
| void setVisibleAmountInParent | ( | float | value | ) |
Sets the value of VisibleAmountInParentProperty.
| bool isClipChildren | ( | ) | const |
Gets the value of ClipChildrenProperty.
| void setClipChildren | ( | bool | value | ) |
Sets the value of ClipChildrenProperty.
| float getProjection2DTo3DScale | ( | ) | const |
Gets the value of Projection2DTo3DScaleProperty.
| void setProjection2DTo3DScale | ( | float | value | ) |
Sets the value of Projection2DTo3DScaleProperty.
| string getDataContext | ( | ) | const |
Gets the value of DataContextProperty.
| void setDataContext | ( | string | value | ) |
Sets the value of DataContextProperty.
| bool isEnableClick | ( | ) | const |
Gets the value of EnableClickProperty.
| void setEnableClick | ( | bool | value | ) |
Sets the value of EnableClickProperty.
| bool isEnableMultiClick | ( | ) | const |
Gets the value of EnableMultiClickProperty.
| void setEnableMultiClick | ( | bool | value | ) |
Sets the value of EnableMultiClickProperty.
| Node::ContentStretch getContentStretch | ( | ) | const |
Gets the value of ContentStretchProperty.
| void setContentStretch | ( | Node::ContentStretch | value | ) |
Sets the value of ContentStretchProperty.
| float getOpacity | ( | ) | const |
Gets the value of OpacityProperty.
| void setOpacity | ( | float | value | ) |
Sets the value of OpacityProperty.
| ResourceID getStyleResourceID | ( | ) | const |
Gets the value of StyleProperty.
| void setStyleResourceID | ( | ResourceID | value | ) |
Sets the value of StyleProperty.
| ResourceID getStateManagerResourceID | ( | ) | const |
Gets the value of StateManagerProperty.
| void setStateManagerResourceID | ( | ResourceID | value | ) |
Sets the value of StateManagerProperty.
|
static |
|
static |
|
static |
|
static |
CreatedFromKZB property.
The default value is false.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
HorizontalAlignment property.
The default value is Node::HorizontalAlignmentCenter.
|
static |
VerticalAlignment property.
The default value is Node::VerticalAlignmentCenter.
|
static |
DepthAlignment property.
The default value is Node::DepthAlignmentCenter.
|
static |
HorizontalMargin property.
The default value is Vector2(0.0f, 0.0f).
|
static |
VerticalMargin property.
The default value is Vector2(0.0f, 0.0f).
|
static |
DepthMargin property.
The default value is Vector2(0.0f, 0.0f).
|
static |
|
static |
HitTestableContainer property.
The default value is false.
|
static |
|
static |
|
static |
|
static |
|
static |
Font property.
Defines the resource ID of the font resource. The default value is ResourceID("DefaultFont").
|
static |
VisibleAmountInParent property.
The default value is 1.0f.
|
static |
|
static |
Projection2DTo3DScale property.
The default value is 0.02f.
|
static |
|
static |
|
static |
EnableMultiClick property.
The default value is false.
|
static |
ContentStretch property.
The default value is Node::ContentStretchUniform.
|
static |
|
static |
Style property.
The default value is ResourceID().
|
static |
StateManager property.
The default value is ResourceID().
|
static |
SceneGraphAddNodeChangeChildFlags property.
The default value is KZU_PROPERTY_TYPE_CHANGE_FLAG_FINAL_TRANSFORMATION | KZU_PROPERTY_TYPE_CHANGE_FLAG_MEASURE.
|
static |
SceneGraphAddNodeChangeParentFlags property.
The default value is KZU_PROPERTY_TYPE_CHANGE_FLAG_MEASURE.
|
static |
SceneGraphRemoveNodeChangeChildFlags property.
The default value is 0.
|
static |
SceneGraphRemoveNodeChangeParentFlags property.
The default value is KZU_PROPERTY_TYPE_CHANGE_FLAG_MEASURE.
|
static |
PrefabTemplateSource property.
The default value is 0.