Class AnimationBase<TChannel, TSampler>
A keyframe animation.
Inherited Members
Namespace: GLTFast.Schema
Assembly: solution.dll
Syntax
[Serializable]
public abstract class AnimationBase<TChannel, TSampler> : AnimationBase where TChannel : AnimationChannelBase where TSampler : AnimationSampler
Type Parameters
Name | Description |
---|---|
TChannel | Animation channel type |
TSampler | Animation sampler type |
Fields
Name | Description |
---|---|
channels | |
samplers |
Properties
Name | Description |
---|---|
Channels | An array of channels, each of which targets an animation's sampler at a node's property. Different channels of the same animation can't have equal targets. |
Samplers | An array of samplers that combines input and output accessors with an interpolation algorithm to define a keyframe graph (but not its target). |