NodeCurveSamplers.GetMorphingSampler

NodeCurveSamplers.GetMorphingSampler<TWeights> method

Gets the morphing sampler, or null if there’s no curve defined.

public IAnimationSampler<TWeights> GetMorphingSampler<TWeights>()
ParameterDescription
TWeightsIt must be one of these:

Return Value

A valid sampler, or null.

See Also