| Parameter | Description |
|---|---|
| p1 | The center of the sphere at the start of the capsule. |
| p2 | The center of the sphere at the end of the capsule. |
| radius | The radius of the capsule. |
| direction | The direction of the capsule cast. |
| distance | The maximum length of the sweep. |
| layerMask | The LayerMask that selectively ignores Colliders when casting a capsule. |
Creates a CapsulecastCommand.
This command in run in the default physics scene.
| Parameter | Description |
|---|---|
| physicsScene | The physics scene to run the command in. |
| p1 | The center of the sphere at the start of the capsule. |
| p2 | The center of the sphere at the end of the capsule. |
| radius | The radius of the capsule. |
| direction | The direction of the capsule cast. |
| distance | The maximum length of the sweep. |
| layerMask | The LayerMask that selectively ignores Colliders when casting a capsule. |
Creates a CapsulecastCommand.