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