Class Animation
Contents
[
Hide
]Animation class
A keyframe animation.
public sealed class Animation : LogicalChildOfRoot
Properties
| Name | Description |
|---|---|
| Channels { get; } | |
| Duration { get; } | |
| Extensions { get; } | Gets a collection of JsonSerializable instances. |
| Extras { get; set; } | Gets or sets the extras content of this instance. |
| LogicalIndex { get; } | Gets the zero-based index of this object in the Logical resources of GlbImage. |
| LogicalParent { get; } | Gets the GlbImage instance that owns this object. |
| Name { get; set; } | Gets or sets the display text name, or null. |
Methods
| Name | Description |
|---|---|
| CreateMorphChannel(Node, IReadOnlyDictionary<float, (SparseWeight8 TangentIn, SparseWeight8 Value, SparseWeight8 TangentOut)>, int) | |
| CreateMorphChannel(Node, IReadOnlyDictionary<float, SparseWeight8>, int, bool) | |
| CreateMorphChannel<TWeights>(Node, IReadOnlyDictionary<float, (TWeights TangentIn, TWeights Value, TWeights TangentOut)>, int) | |
| CreateMorphChannel<TWeights>(Node, IReadOnlyDictionary<float, TWeights>, int, bool) | |
| CreateRotationChannel(Node, IReadOnlyDictionary<float, (Quaternion TangentIn, Quaternion Value, Quaternion TangentOut)>) | |
| CreateRotationChannel(Node, IReadOnlyDictionary<float, Quaternion>, bool) | |
| CreateScaleChannel(Node, IReadOnlyDictionary<float, (Vector3 TangentIn, Vector3 Value, Vector3 TangentOut)>) | |
| CreateScaleChannel(Node, IReadOnlyDictionary<float, Vector3>, bool) | |
| CreateTranslationChannel(Node, IReadOnlyDictionary<float, (Vector3 TangentIn, Vector3 Value, Vector3 TangentOut)>) | |
| CreateTranslationChannel(Node, IReadOnlyDictionary<float, Vector3>, bool) | |
| FindChannels(Node) | |
| FindMorphChannel(Node) | |
| FindRotationChannel(Node) | |
| FindScaleChannel(Node) | |
| FindTranslationChannel(Node) | |
| GetExtension<T>() | |
| RemoveExtensions<T>() | |
| RemoveExtensions<T>(T) | |
| SetExtension<T>(T) | |
| UseExtension<T>() |
See Also
- class LogicalChildOfRoot
- namespace Aspose.CAD.FileFormats.GLB
- assembly Aspose.CAD