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.

Description

AnimationClip is a class in the Aspose.3D FOSS library for TypeScript that exposes 1 method and 6 properties for programmatic use. It extends SceneObject, inheriting shared functionality from its parent type.

Core capabilities include: string; propertycollection; animationnode[]. These operations enable developers to integrate animationclip functionality directly into TypeScript applications.

The class also provides the properties property (gets the properties), the animations property (gets the animations).

Instances are created through a single constructor that initializes the object with default values.

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