IGeometry
All basic geometric shapes implement this interface.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Interface
- Namespace: UnityEngine.LowLevelPhysics
- Assembly: UnityEngine.PhysicsModule
public interface IGeometry
Remarks
Additional Resources: BoxGeometry, SphereGeometry, CapsuleGeometry, ConvexMeshGeometry, TriangleMeshGeometry, TerrainGeometry
Properties
Property | Description |
|---|---|
| GeometryType | Return the geometry type of the shape that implemented this interface. |