Enum MotionValue.ValueType
Definition
- Assembly:
- Tizen.NUI.Scene3D.dll
Determine whether current stored value is PropertyValue, or KeyFrames.
public enum MotionValue.ValueType
Fields
Name | Description |
---|---|
Invalid | Value is null, or invalid class. |
KeyFrames | Value is KeyFrames. |
Property | Value is PropertyValue. |