Mesh Collider Component

From Pummel Party Mod Documentation
Revision as of 22:54, 30 October 2022 by RBDev (talk | contribs) (Initial content)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The mesh collider component is a Physics Component that creates an invisible, solid, volume from a provided mesh. The collider will only be solid on the outside faces of the given mesh.

Component Settings

Property Description
Convex Is this mesh convex? If the mesh is convex, tick this box to improve the collision detection of the mesh.
Mesh The 3D mesh to use as a collider.

Example Usage

Invisible objects

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