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
Name | Description |
---|
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
Fields
See Also