Jolt Box Shape Component
The Jolt box shape component adds a box as a shape to the Jolt actor that is attached to the closest parent node.
You can attach this component to the same node where the actor component is attached, or you can create a child object to attach it to, which allows you to position the shape relative to the actor.
Boxes are relatively efficient for the physics engine to handle. Prefer them over the convex shape component when possible.
Component Properties
HalfExtents
: The width, height and depth of the box shape, from its center position.
See Also
Jolt Actors
Last modified: 09 June 2024