Class AnimationSample
An animation sample.
Inherited Members
Namespace: Evergine.Framework.Animation
Assembly: Evergine.Framework.dll
Syntax
public class AnimationSample
Constructors
AnimationSample()
Initializes a new instance of the AnimationSample class.
Declaration
public AnimationSample()
Fields
Events
The events.
Declaration
public List<AnimationKeyframeEvent> Events
Field Value
Type | Description |
---|---|
List<AnimationKeyframeEvent> |
Poses
The array of poses.
Declaration
public AnimationSample.AnimationChannelPose[] Poses
Field Value
Type | Description |
---|---|
AnimationChannelPose[] |
PositionOffset
The offset position.
Declaration
public Vector3 PositionOffset
Field Value
Type | Description |
---|---|
Vector3 |
RotationOffset
The offset rotation.
Declaration
public Quaternion RotationOffset
Field Value
Type | Description |
---|---|
Quaternion |
SampleCreateInFrame
Frame in wich this sample was updated.
Declaration
public long SampleCreateInFrame
Field Value
Type | Description |
---|---|
long |
Methods
ApplyPose()
Apply the pose.
Declaration
public void ApplyPose()