Skip to content

@modoki/engine / index / registerLateUpdate

Function: registerLateUpdate()

registerLateUpdate(key, fn): void

Register a LateUpdate system (replaces any with the same key).

Parameters

key

string

fn

LateUpdateFn

Returns

void

Built with Modoki.