Sphere Collider Component

From Pummel Party Mod Documentation
Jump to navigation Jump to search

The sphere collider component is a Physics Component that creates an invisible, solid, spherical volume.

Component Settings

The Sphere Collider component in the Inspector Window and Scene View.
Property Description
Center The center of the sphere in local space.
Radius The distance from the center of the sphere to the edge. Controls the size of the collider.


Example Usage

Invisible objects

You may want to create an invisible platform as a challenge in a minigame.

Smoothing out collision on a complex object

You may have a collection of Prop Component objects in the scene with complex collisions. You can disable their collision and replace it with a single or a few sphere colliders.