Constructor PhysicsConstrainedBodyPair
PhysicsConstrainedBodyPair(Entity, Entity, bool)
Constructor.
Declaration
public PhysicsConstrainedBodyPair(Entity entityA, Entity entityB, bool enableCollision)
Parameters
| Type | Name | Description |
|---|---|---|
| Entity | entityA | The entity a. |
| Entity | entityB | The entity b. |
| bool | enableCollision | True to enable, false to disable the collision. |