* Class: Gfx3Mover
#author("2024-03-05T23:45:49+00:00","","")

Is a 3D path that can move a transformable target along a series of points.~
** Constructors
- ''new Gfx3Mover''(): Gfx3Mover~
** Methods
- ''draw''(): void~
The draw function.~
~
- ''loadFromData''(data: any): void~
Load mover data from a data object.~
-- ''data'': The data object.~
~
- ''loadFromFile''(path: string): Promise~
Load asynchronously mover data from a json file.~
-- ''path'': The file path.~
~
- ''play''(): void~
Start moving the transformable target along the path.~
~
- ''setTarget''(target: Gfx3Transformable): void~
Set the target.~
-- ''target'': The target.~
~
- ''update''(ts: number): void~
The update function.~
-- ''ts'': The timestep.~


Front page   Edit Diff History Attach Copy Rename Reload   New Page list Search Recent changes   Help   RSS of recent changes