Enum AnimationChannelModel.AnimationChannelTargets
Enumeration for the animation channel target.
Namespace: Evergine.Framework.Assets.Importers.GltfModel
Assembly: Evergine.Framework.dll
Syntax
public enum AnimationChannelModel.AnimationChannelTargets
Fields
| Name | Description |
|---|---|
| Rotation | Rotates the animation channel. |
| Scale | Scales the animation channel. |
| Translation | Translation animation channel. |
| Weights | Morph weight animation channel. |