ConvexMeshGeometry
Contains the basic geometric shape of a convex mesh.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.LowLevelPhysics
- Assembly: UnityEngine.PhysicsModule
- Implements: IGeometry
public struct ConvexMeshGeometry : IGeometry
Remarks
The only way to retrieve this shape is to use the Geometry property to get it from a convex MeshCollider component.
Properties
Property | Description |
|---|---|
| GeometryType | Returns the geometry type of this shape, which is ConvexMeshGeometry. |
| Scale | The scale of this geometry. |
| ScaleAxisRotation | The rotation of the scale axis of this geometry. |