Struct NodeCurveSamplers

NodeCurveSamplers structure

Represents an proxy to acccess the animation curves of a Node. Use GetCurveSamplers for access.

public struct NodeCurveSamplers : IEquatable<NodeCurveSamplers>

Properties

NameDescription
HasMorphingCurves { get; }True if there’s a morphing curve.
HasTransformCurves { get; }True if any of Scale, Rotation or Translation is defined.
Morphing { get; }Gets the raw Morphing sampler, or null if there’s no curve defined.
MorphingSparse { get; }Gets the SparseWeight8 Morphing sampler, or null if there’s no curve defined.
Rotation { get; }Gets the Rotation sampler, or null if there’s no curve defined.
Scale { get; }Gets the Scale sampler, or null if there’s no curve defined.
Translation { get; }Gets the Translation sampler, or null if there’s no curve defined.

Methods

NameDescription
Equals(NodeCurveSamplers)
override Equals(object)
override GetHashCode()
GetLocalTransform(float)
GetMorphingSampler<TWeights>()Gets the morphing sampler, or null if there’s no curve defined.
GetMorphingWeights<TWeight>(float)
GetSparseMorphingWeights(float)
operator ==
operator !=

Fields

NameDescription
readonly Animation
readonly TargetNode

See Also