Struct ClientServerWorldAllocatorResetSystem
Syntax
public struct ClientServerWorldAllocatorResetSystem : ISystem
Methods
OnCreate(ref SystemState)
Declaration
public void OnCreate(ref SystemState state)
Parameters
Type |
Name |
Description |
SystemState |
state |
|
OnDestroy(ref SystemState)
Declaration
public void OnDestroy(ref SystemState state)
Parameters
Type |
Name |
Description |
SystemState |
state |
|
OnUpdate(ref SystemState)
Declaration
public void OnUpdate(ref SystemState state)
Parameters
Type |
Name |
Description |
SystemState |
state |
|