Constructor CustomPhysicsSystemGroupBase
CustomPhysicsSystemGroupBase(uint, bool)
Constructor. Your subclass needs to implement an empty constructor which is calling this one to properly set up the world index.
Declaration
public CustomPhysicsSystemGroupBase(uint worldIndex, bool shareStaticColliders)
Parameters
Type | Name | Description |
---|---|---|
uint | worldIndex | A world index for a physics world. |
bool | shareStaticColliders | Should static colliders be shared between main world and this one. |