Method OnCreate
OnCreate(ref SystemState)
Called when this system is created.
Declaration
[BurstCompile]
public void OnCreate(ref SystemState state)
Parameters
Type | Name | Description |
---|---|---|
System |
state | The System |
Implements
Remarks
Implement an OnCreate
function to set up system resources when it is created.
OnCreate
is invoked before the the first time On