Enum MotionTransformIndex.TransformTypes
Definition
- Assembly:
- Tizen.NUI.Scene3D.dll
The list of transform property types what this MotionTransformIndex can control.
public enum MotionTransformIndex.TransformTypes
Fields
Name | Description |
---|---|
Invalid | Invalid type. |
Orientation | The orientation of ModelNode. MotionValue should be Rotation. |
Position | The position of ModelNode. MotionValue should be Vector3. |
PositionX | The x position of ModelNode. MotionValue should be float. |
PositionY | The y position of ModelNode. MotionValue should be float. |
PositionZ | The z position of ModelNode. MotionValue should be float. |
Scale | The scale of ModelNode. MotionValue should be Vector3. |
ScaleX | The x scale of ModelNode. MotionValue should be float. |
ScaleY | The y scale of ModelNode. MotionValue should be float. |
ScaleZ | The z scale of ModelNode. MotionValue should be float. |