Init(args)
Scripting Reference
Loading...
Searching...
No Matches
Sisus.Init.ILateUpdate Interface Reference

Description

Defines a class that can subscribe to receive a callback during the LateUpdate event function.

Inheritance diagram for Sisus.Init.ILateUpdate:
Sisus.Init.IEnableable

Public Member Functions

void LateUpdate (float deltaTime)
 LateUpdate is called every frame, if the MonoBehaviour is active and enabled.