Enum AnimationInPlaceMode
Enumerate that indicates the center mode of a skeleton.
Namespace: Evergine.Framework.Animation
Assembly: Evergine.Framework.dll
Syntax
public enum AnimationInPlaceMode
Fields
| Name | Description |
|---|---|
| Center | Center position and rotation |
| CenterOnlyPosition | Center position |
| CenterOnlyRotation | Center rotation |
| None | Not center the animation |