| Tizen Native API
    5.0
    | 
Enumeration for the instance of properties belonging to the Actor class. More...
| Public Types | |
| enum | |
| Enumeration for instance of properties belonging to the Actor class.  More... | |
Detailed Description
Enumeration for the instance of properties belonging to the Actor class.
- Since:
- 2.4, DALi version 1.0.0
Member Enumeration Documentation
| anonymous enum | 
Enumeration for instance of properties belonging to the Actor class.
- Since:
- 2.4, DALi version 1.0.0
- Enumerator:
- PARENT_ORIGIN - name "parentOrigin", type Vector3 (constraint-input) - Since:
- 2.4, DALi version 1.0.0
 - PARENT_ORIGIN_X - name "parentOriginX", type float (constraint-input) - Since:
- 2.4, DALi version 1.0.0
 - PARENT_ORIGIN_Y - name "parentOriginY", type float (constraint-input) - Since:
- 2.4, DALi version 1.0.0
 - PARENT_ORIGIN_Z - name "parentOriginZ", type float (constraint-input) - Since:
- 2.4, DALi version 1.0.0
 - ANCHOR_POINT - name "anchorPoint", type Vector3 (constraint-input) - Since:
- 2.4, DALi version 1.0.0
 - ANCHOR_POINT_X - name "anchorPointX", type float (constraint-input) - Since:
- 2.4, DALi version 1.0.0
 - ANCHOR_POINT_Y - name "anchorPointY", type float (constraint-input) - Since:
- 2.4, DALi version 1.0.0
 - ANCHOR_POINT_Z - name "anchorPointZ", type float (constraint-input) - Since:
- 2.4, DALi version 1.0.0
 - SIZE - name "size", type Vector3 (animatable / constraint-input) - Since:
- 2.4, DALi version 1.0.0
 - SIZE_WIDTH - name "sizeWidth", type float (animatable / constraint-input) - Since:
- 2.4, DALi version 1.0.0
 - SIZE_HEIGHT - name "sizeHeight", type float (animatable / constraint-input) - Since:
- 2.4, DALi version 1.0.0
 - SIZE_DEPTH - name "sizeDepth", type float (animatable / constraint-input) - Since:
- 2.4, DALi version 1.0.0
 - POSITION - name "position", type Vector3 (animatable / constraint-input) - Since:
- 2.4, DALi version 1.0.0
 - POSITION_X - name "positionX", type float (animatable / constraint-input) - Since:
- 2.4, DALi version 1.0.0
 - POSITION_Y - name "positionY", type float (animatable / constraint-input) - Since:
- 2.4, DALi version 1.0.0
 - POSITION_Z - name "positionZ", type float (animatable / constraint-input) - Since:
- 2.4, DALi version 1.0.0
 - WORLD_POSITION - name "worldPosition", type Vector3 (read-only / constraint-input) - Since:
- 2.4, DALi version 1.0.0
 - WORLD_POSITION_X - name "worldPositionX", type float (read-only / constraint-input) - Since:
- 2.4, DALi version 1.0.0
 - WORLD_POSITION_Y - name "worldPositionY", type float (read-only / constraint-input) - Since:
- 2.4, DALi version 1.0.0
 - WORLD_POSITION_Z - name "worldPositionZ", type float (read-only / constraint-input) - Since:
- 2.4, DALi version 1.0.0
 - ORIENTATION - name "orientation", type Quaternion (animatable / constraint-input) - Since:
- 2.4, DALi version 1.0.0
 - WORLD_ORIENTATION - name "worldOrientation", type Quaternion (read-only / constraint-input) - Since:
- 2.4, DALi version 1.0.0
 - SCALE - name "scale", type Vector3 (animatable / constraint-input) - Since:
- 2.4, DALi version 1.0.0
 - SCALE_X - name "scaleX", type float (animatable / constraint-input) - Since:
- 2.4, DALi version 1.0.0
 - SCALE_Y - name "scaleY", type float (animatable / constraint-input) - Since:
- 2.4, DALi version 1.0.0
 - SCALE_Z - name "scaleZ", type float (animatable / constraint-input) - Since:
- 2.4, DALi version 1.0.0
 - WORLD_SCALE - name "worldScale", type Vector3 (read-only / constraint-input) - Since:
- 2.4, DALi version 1.0.0
 - VISIBLE - name "visible", type bool (animatable / constraint-input) - Since:
- 2.4, DALi version 1.0.0
 - COLOR - name "color", type Vector4 (animatable / constraint-input) - Since:
- 2.4, DALi version 1.0.0
 - COLOR_RED - name "colorRed", type float (animatable / constraint-input) - Since:
- 2.4, DALi version 1.0.0
 - COLOR_GREEN - name "colorGreen", type float (animatable / constraint-input) - Since:
- 2.4, DALi version 1.0.0
 - COLOR_BLUE - name "colorBlue", type float (animatable / constraint-input) - Since:
- 2.4, DALi version 1.0.0
 - COLOR_ALPHA - name "colorAlpha", type float (animatable / constraint-input) - Since:
- 2.4, DALi version 1.0.0
 - WORLD_COLOR - name "worldColor", type Vector4 (read-only / constraint-input) - Since:
- 2.4, DALi version 1.0.0
 - WORLD_MATRIX - name "worldMatrix", type Matrix (read-only / constraint-input) - Since:
- 2.4, DALi version 1.0.0
 - NAME - name "name", type std::string - Since:
- 2.4, DALi version 1.0.0
 - SENSITIVE - name "sensitive", type bool - Since:
- 2.4, DALi version 1.0.0
 - LEAVE_REQUIRED - name "leaveRequired", type bool - Since:
- 2.4, DALi version 1.0.0
 - INHERIT_ORIENTATION - name "inheritOrientation", type bool - Since:
- 2.4, DALi version 1.0.0
 - INHERIT_SCALE - name "inheritScale", type bool - Since:
- 2.4, DALi version 1.0.0
 - COLOR_MODE - name "colorMode", type std::string - Since:
- 2.4, DALi version 1.0.0
 - POSITION_INHERITANCE - name "positionInheritance", type std::string - Deprecated:
- Deprecated since 3.0, DALi version 1.1.24 Use INHERIT_POSITION instead
 - DRAW_MODE - name "drawMode", type std::string - Since:
- 2.4, DALi version 1.0.0
 - SIZE_MODE_FACTOR - name "sizeModeFactor", type Vector3 - Since:
- 2.4, DALi version 1.0.0
 - WIDTH_RESIZE_POLICY - name "widthResizePolicy", type String - Since:
- 2.4, DALi version 1.0.0
 - HEIGHT_RESIZE_POLICY - name "heightResizePolicy", type String - Since:
- 2.4, DALi version 1.0.0
 - SIZE_SCALE_POLICY - name "sizeScalePolicy", type String - Since:
- 2.4, DALi version 1.0.0
 - WIDTH_FOR_HEIGHT - name "widthForHeight", type bool - Since:
- 2.4, DALi version 1.0.0
 - HEIGHT_FOR_WIDTH - name "heightForWidth", type bool - Since:
- 2.4, DALi version 1.0.0
 - PADDING - name "padding", type Vector4 - Since:
- 2.4, DALi version 1.0.0
 - MINIMUM_SIZE - name "minimumSize", type Vector2 - Since:
- 2.4, DALi version 1.0.0
 - MAXIMUM_SIZE - name "maximumSize", type Vector2 - Since:
- 2.4, DALi version 1.0.0
 - INHERIT_POSITION - name "inheritPosition", type bool - Since:
- 3.0, DALi version 1.1.24
 - CLIPPING_MODE - name "clippingMode", type String - Since:
- 3.0, DALi version 1.2.5
 - LAYOUT_DIRECTION - The direction of the layout. - Name "layoutDirection", type LayoutDirection::Type (Property::INTEGER) or Property::STRING. - Since:
- 4.0, DALi version 1.2.60
 - See also:
- LayoutDirection::Type for supported values.
 - INHERIT_LAYOUT_DIRECTION - Determines whether child actors inherit the layout direction from a parent. - Name "layoutDirectionInheritance", type Property::BOOLEAN. - Since:
- 4.0, DALi version 1.2.60