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
Method set()
Set a configuration value
Arguments
key
Configuration key
value
Configuration value
Get a configuration value
Method build()
Build the scene from template
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.