Class TimelineResource

Class Hierarchy

A Resource wrapper class for animation timelines.

Inherits properties and message types from TimelineResourceMetadata.

Synopsis

Methods
create()

Creates an empty timeline resource

TimelineResource.TimelineResource:create(name)

Creates an empty timeline resource. The timeline can be initialized using loadFromKZB function.

Parameters
name (string)

Timeline name.

Return Values
(TimelineResource)

An empty timeline resource.