Base class: Asset
This class provides an interface for loading and creating collision shapes for physics interactions.
| Property | Type | Description |
|---|---|---|
| CreateBoxCollider | Function | Creates a box collision shape for physics interactions. |
| CreateCapsuleCollider | Function | Creates a capsule collision shape for physics interactions. |
| CreateCompoundCollider | Function | Creates a compound collision shape for physics interactions. |
| CreateConeCollider | Function | Creates a cone collision shape for physics interactions. |
| CreateCylinderCollider | Function | Creates a cylinder collision shape for physics interactions. |
| CreateConvexHullCollider | Function | Creates a convex hull collision shape for physics interactions. |
| CreateMeshCollider | Function | Creates a mesh collision shape for physics interactions. |
| CreateSphereCollider | Function | Creates a sphere collision shape for physics interactions. |