AnimatableProperty Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The animatable properties of a game object. Utilized in the StateVisualizer component.
public enum class AnimatableProperty
public enum AnimatableProperty
type AnimatableProperty =
Public Enum AnimatableProperty
- Inheritance
-
AnimatableProperty
Fields
| Color | 1 | |
| PositionOffset | 2 | |
| ScaleOffset | 0 | |
| ShaderColor | 4 | |
| ShaderFloat | 3 | |
| ShaderVector | 5 |