Skip to contents

Internal class representing an animation template.

Public fields

name

Template name

config

Template configuration

scene

Internal scene object

Methods


Method new()

Create a new Template

Usage

Template$new(name)

Arguments

name

Template name


Method set()

Set a configuration value

Usage

Template$set(key, value)

Arguments

key

Configuration key

value

Configuration value


Method get()

Get a configuration value

Usage

Template$get(key)

Arguments

key

Configuration key


Method build()

Build the scene from template

Usage

Template$build()


Method print()

Print template info

Usage

Template$print()


Method clone()

The objects of this class are cloneable with this method.

Usage

Template$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.