AnimationClip

AnimationClip

Overview

AnimationClip is a class in Aspose.3D FOSS for .NET. Inherits from: SceneObject, INamedObject.

The Animation clip is a collection of animations.

This class provides 12 methods for working with AnimationClip objects in .NET programs. Available methods include: A3DObject, AnimationClip, CreateAnimationNode, FindProperty, GetProperty, RemoveProperty, SceneObject, SetProperty. All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package. Properties: Animations, Description, Name, Properties, Scene, Start, and 1 more.

Properties

NameTypeAccessDescription
AnimationsIList<AnimationNode>ReadGets the animations contained inside the clip.
DescriptionstringRead/WriteGets or sets the description of this animation clip.
StartdoubleRead/WriteGets or sets the time in seconds of the beginning of the clip.
StopdoubleRead/WriteGets or sets the time in seconds of the end of the clip.
SceneSceneReadGets the scene that this object belongs to
NamestringRead/WriteGets or sets the name.
PropertiesPropertyCollectionReadGets the collection of all properties.

Methods

SignatureDescription
AnimationClip()Initializes a new instance of the AnimationClip class.
AnimationClip(name: string)Initializes a new instance of the AnimationClip class.
CreateAnimationNode(nodeName: string)A shorthand function to create and register the animation node on current clip.
SceneObject(name: string)Initialize an SceneObject with a default name
SceneObject()Initialize an SceneObject.
A3DObject()Initializes a new instance of the A3DObject class with no name.
A3DObject(name: string)Initializes a new instance of the A3DObject class.
RemoveProperty(property: Property)Removes a dynamic property.
RemoveProperty(property: string)Remove the specified property identified by name
GetProperty(property: string)Get the value of specified property
SetProperty(property: string, value: object?)Sets the value of specified property
FindProperty(propertyName: string)Finds the property.

See Also

 English