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.

Methods

NameDescription
Equals(NodeCurveSamplers)
override Equals(object)
override GetHashCode()
GetLocalTransform(float)
GetMorphingWeights<TWeight>(float)
GetSparseMorphingWeights(float)
operator ==
operator !=

Fields

NameDescription
readonly Animation
readonly TargetNode

See Also