Constructor PhysicsWorldData
PhysicsWorldData(ref SystemState, in PhysicsWorldIndex)
Constructor.
Declaration
public PhysicsWorldData(ref SystemState state, in PhysicsWorldIndex worldIndex)
Parameters
Type | Name | Description |
---|---|---|
SystemState | state | [in,out] The SystemState of the system in which you want to use PhysicsWorldData. |
PhysicsWorldIndex | worldIndex | Zero-based index of the world. |