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 declares 7 methods for AnimationClip objects in TypeScript programs. Available methods include: constructor, createAnimationNode, findProperty, getProperty, removeProperty, setProperty, toString. Public members are accessible to any TypeScript application after installing the Aspose.3D FOSS for TypeScript package. Properties: animations, description, name, properties, scene, start, and 1 more.

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.
sceneScene | nullRead/WriteGets the scene.

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
findProperty(propertyName: string)Property | nullCalls findProperty(propertyName) on this AnimationClip instance.
getProperty(property: string)anyCalls getProperty(property) on this AnimationClip instance.
setProperty(property: string, value: any)Sets the property value.
removeProperty(property: string | Property)booleanCalls removeProperty(property) on this AnimationClip instance.
toString()stringCalls toString on this AnimationClip instance.

See Also

 English