Init(args)
Scripting Reference
List of all members | Public Member Functions
Sisus.Init.ILateUpdate Interface Reference

Description

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

Public Member Functions

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