BBMOD_Gizmo.update

A function defined in BBMOD_Gizmo.gml

update(_deltaTime)

Description

Updates the gizmo. Should be called every frame.

Arguments

Name Type Description
_deltaTime Real How much time has passed since the last frame (in microseconds).

Returns

Struct.BBMOD_Gizmo Returns self.

Note

This requires you to use a BBMOD_BaseCamera and it will not do anything if its apply method has not been called yet!

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on January 21, 2024 using GMDoc.