spatial-controls - v6.2.0
Preparing search index...
Updatable
Interface Updatable
Describes objects that can be updated.
interface
Updatable
{
update
(
timestamp
:
number
)
:
void
;
}
Implemented by
RotationControls
RotationManager
SpatialControls
TranslationControls
TranslationManager
Index
Methods
update
Methods
update
update
(
timestamp
:
number
)
:
void
Updates this object.
Parameters
timestamp
:
number
The current time in milliseconds.
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
update
spatial-controls - v6.2.0
Loading...
Describes objects that can be updated.