A function defined in BBMOD_Gizmo.gml
update(_deltaTime)
Updates the gizmo. Should be called every frame.
Name | Type | Description |
---|---|---|
_deltaTime | Real |
How much time has passed since the last frame (in microseconds). |
Struct.BBMOD_Gizmo
Returns self
.
This requires you to use a BBMOD_BaseCamera and it will not do anything if its apply method has not been called yet!
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.