Method OnUpdate
OnUpdate(ref SystemState)
Called when this system is destroyed.
Declaration
[BurstCompile]
public void OnUpdate(ref SystemState state)
Parameters
Type | Name | Description |
---|---|---|
System |
state | The System |
Implements
Remarks
Systems are destroyed when the application shuts down, the World is destroyed, or you
call Destroy