AnimationClip class

AnimationClip class

The Animation clip is a collection of animations. The scene can have one or more animation clips.

Inheritance: AnimationClipSceneObjectA3DObject

The AnimationClip type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the AnimationClip class.
initInitializes a new instance of the AnimationClip class.

Properties

PropertyDescription
nameGets or sets the name.
propertiesGets the collection of all properties.
sceneGets the scene that this object belongs to
animationsGets the animations contained inside the clip.
descriptionGets or sets the description of this animation clip
startGets or sets the time in seconds of the beginning of the clip.
stopGets or sets the time in seconds of the end of the clip.

Methods

MethodDescription
remove_propertyRemoves a dynamic property.
remove_propertyRemove the specified property identified by name
get_propertyGet the value of specified property
set_propertySets the value of specified property
find_propertyFinds the property.
It can be a dynamic property (Created by CreateDynamicProperty/SetProperty)
or native property(Identified by its name)
create_animation_nodeA shorthand function to create and register the animation node on current clip.

See Also