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

Description

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

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

Public Member Functions

void FixedUpdate (float deltaTime)
 Frame-rate independent message for physics calculations.