Tizen Native API
|
An enumeration of properties belonging to the Actor class. More...
Public Types | |
enum |
Detailed Description
An enumeration of properties belonging to the Actor class.
- Since :
- 2.4
Member Enumeration Documentation
anonymous enum |
- Enumerator:
PARENT_ORIGIN type Vector3 (constraint-input)
- Since :
- 2.4
PARENT_ORIGIN_X type float (constraint-input)
- Since :
- 2.4
PARENT_ORIGIN_Y type float (constraint-input)
- Since :
- 2.4
PARENT_ORIGIN_Z type float (constraint-input)
- Since :
- 2.4
ANCHOR_POINT type Vector3 (constraint-input)
- Since :
- 2.4
ANCHOR_POINT_X type float (constraint-input)
- Since :
- 2.4
ANCHOR_POINT_Y type float (constraint-input)
- Since :
- 2.4
ANCHOR_POINT_Z type float (constraint-input)
- Since :
- 2.4
SIZE type Vector3 (animatable / constraint-input)
- Since :
- 2.4
SIZE_WIDTH type float (animatable / constraint-input)
- Since :
- 2.4
SIZE_HEIGHT type float (animatable / constraint-input)
- Since :
- 2.4
SIZE_DEPTH type float (animatable / constraint-input)
- Since :
- 2.4
POSITION type Vector3 (animatable / constraint-input)
- Since :
- 2.4
POSITION_X type float (animatable / constraint-input)
- Since :
- 2.4
POSITION_Y type float (animatable / constraint-input)
- Since :
- 2.4
POSITION_Z type float (animatable / constraint-input)
- Since :
- 2.4
WORLD_POSITION type Vector3 (read-only / constraint-input)
- Since :
- 2.4
WORLD_POSITION_X type float (read-only / constraint-input)
- Since :
- 2.4
WORLD_POSITION_Y type float (read-only / constraint-input)
- Since :
- 2.4
WORLD_POSITION_Z type float (read-only / constraint-input)
- Since :
- 2.4
ORIENTATION type Quaternion (animatable / constraint-input)
- Since :
- 2.4
WORLD_ORIENTATION type Quaternion (read-only / constraint-input)
- Since :
- 2.4
SCALE type Vector3 (animatable / constraint-input)
- Since :
- 2.4
SCALE_X type float (animatable / constraint-input)
- Since :
- 2.4
SCALE_Y type float (animatable / constraint-input)
- Since :
- 2.4
SCALE_Z type float (animatable / constraint-input)
- Since :
- 2.4
WORLD_SCALE type Vector3 (read-only / constraint-input)
- Since :
- 2.4
VISIBLE type bool (animatable / constraint-input)
- Since :
- 2.4
COLOR type Vector4 (animatable / constraint-input)
- Since :
- 2.4
COLOR_RED type float (animatable / constraint-input)
- Since :
- 2.4
COLOR_GREEN type float (animatable / constraint-input)
- Since :
- 2.4
COLOR_BLUE type float (animatable / constraint-input)
- Since :
- 2.4
COLOR_ALPHA type float (animatable / constraint-input)
- Since :
- 2.4
WORLD_COLOR type Vector4 (read-only / constraint-input)
- Since :
- 2.4
WORLD_MATRIX type Matrix (read-only / constraint-input)
- Since :
- 2.4
NAME type std::string
- Since :
- 2.4
SENSITIVE type bool
- Since :
- 2.4
LEAVE_REQUIRED type bool
- Since :
- 2.4
INHERIT_ORIENTATION type bool
- Since :
- 2.4
INHERIT_SCALE type bool
- Since :
- 2.4
COLOR_MODE type std::string
- Since :
- 2.4
POSITION_INHERITANCE type std::string
- Since :
- 2.4
DRAW_MODE type std::string
- Since :
- 2.4
SIZE_MODE_FACTOR type Vector3
- Since :
- 2.4
WIDTH_RESIZE_POLICY type String
- Since :
- 2.4
HEIGHT_RESIZE_POLICY type String
- Since :
- 2.4
SIZE_SCALE_POLICY type String
- Since :
- 2.4
WIDTH_FOR_HEIGHT type Boolean
- Since :
- 2.4
HEIGHT_FOR_WIDTH type Boolean
- Since :
- 2.4
PADDING type Vector4
- Since :
- 2.4
MINIMUM_SIZE type Vector2
- Since :
- 2.4
MAXIMUM_SIZE type Vector2
- Since :
- 2.4