Netick.PhysicsSimulationStep Class Reference
Inheritance diagram for Netick.PhysicsSimulationStep:
Netick.NetickCoreComponent Netick.NetickBehaviour

Public Member Functions

override void NetworkFixedUpdate ()
 
- Public Member Functions inherited from Netick.NetickBehaviour
virtual void NetworkStart ()
 
virtual void NetworkDestroy ()
 
virtual void NetworkUpdate ()
 
virtual void NetworkRender ()
 
virtual void NetworkFixedUpdate ()
 

Additional Inherited Members

- Properties inherited from Netick.NetickBehaviour
NetworkSandbox Sandbox [get, set]
 
NetworkObject Object [get, set]
 

Member Function Documentation

◆ NetworkFixedUpdate()

override void Netick.PhysicsSimulationStep.NetworkFixedUpdate ( )
virtual

Called every fixed-time network update/tick. Any changes/updates to the network state must happen here.

On the client, if you are the Input Source or if this Object.PredictionMode is set to Everyone, it will be called several times in one update/tick during resimulations. To check for resimulations, use [IsResimulating].

Reimplemented from Netick.NetickBehaviour.