Enum MotionTransformIndex.TransformTypes

Definition

Namespace:
Tizen.NUI.Scene3D
Assembly:
Tizen.NUI.Scene3D.dll
API Level:
11

The list of transform property types what this MotionTransformIndex can control.

C#
Copy
public enum TransformTypes : int
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.

Extension Methods