AnimationClip

Overview

AnimationClip is a class in Aspose.3D FOSS for Typescript. Inherits from: SceneObject.

AnimationClip.constructor creates a new animation clip with the specified name.

This class provides 2 methods for working with AnimationClip objects in Typescript programs. Available methods include: constructor, createAnimationNode. All public members are accessible to any Typescript application after installing the Aspose.3D FOSS for Typescript package. Properties: animations, description, name, properties, start, stop.

Properties

NameTypeAccessDescription
namestringRead/WriteGets the name.
propertiesPropertyCollectionReadGets the properties.
animationsAnimationNode[]ReadGets the animations.
descriptionstringRead/WriteGets the description.
startnumberRead/WriteGets the start.
stopnumberRead/WriteGets the stop.

Methods

SignatureDescription
constructor(name: string)Creates a new animation clip with the specified name
createAnimationNode(nodeName: string)AnimationNodeCreates an AnimationNode linked to the given node name

See Also