Enum AnimationInPlaceMode
Enumeration 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 of rotation |
None | Does not center the animation |