Search Results for

    Show / Hide Table of Contents

    Class AnimationSample

    A sample animation.

    Inheritance
    object
    AnimationSample
    BinaryAnimationSample
    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 event.

    Declaration
    public List<AnimationKeyframeEvent> Events
    Field Value
    Type Description
    List<AnimationKeyframeEvent>

    Poses

    An array of poses.

    Declaration
    public AnimationSample.AnimationChannelPose[] Poses
    Field Value
    Type Description
    AnimationChannelPose[]

    PositionOffset

    The position offset.

    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 which this sample was updated.

    Declaration
    public long SampleCreateInFrame
    Field Value
    Type Description
    long

    Methods

    ApplyPose()

    Applies the pose.

    Declaration
    public void ApplyPose()

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX