Physics.CapsuleShape¶
Name | Mandatory | Description | Default | Type |
---|---|---|---|---|
⬅️ Input |
The input of this shard is ignored. | Any |
||
Output ➡️ |
Outputs the created capsule collision shape. | Physics.Shape |
||
HalfHeight |
No | Half the height of the capsule. | none |
Float Var(Float) |
Radius |
No | Radius of the capsule. | none |
Float Var(Float) |
This shard creates a capsule physics collision shape, using the height and radius provided in the HalfHeight and Radius parameters respectively. The capsule will be centered around the origin with one sphere cap at (0, -HalfHeight, 0) and the other at (0, HalfHeight, 0).