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