Class AnimationResource

Class Hierarchy

A Resource wrapper class for animations. Currently only supports loading of float keyframe animations.

Inherits properties and message types from AnimationResourceMetadata.

Synopsis

Methods
create()

Creates a new empty animation resource instance

AnimationResource.AnimationResource:create(name)

Creates a new empty animation resource instance. The animation can be initialized using loadFromKZB function.

Parameters
name (string)

Animation name.

Return Values
(AnimationResource)

Empty timeline resource.