Animation

class Animation()

Constructors


Constructors

Animation.constructor(name)
Arguments:
  • name (string()) –
Return type:

Animation()

Properties

Animation.cameraChannels
Type:[CameraChannel()]
Animation.name
Type:string
Animation.nodeChannels
Type:[NodeChannel()]
Animation.pivotPoints
Type:Map <number, any>

Methods

createCameraChannel

Animation.createCameraChannel(name, property, sampler)
Arguments:
Return type:

CameraChannel()

createNodeChannel

Animation.createNodeChannel(name, target, property, sampler)
Arguments:
Return type:

NodeChannel()

deleteChannel

Animation.deleteChannel(channel)
Arguments:
Return type:

void