struct in UnityEngine.LowLevelPhysics
/
Implemented in:UnityEngine.PhysicsModule
Implements interfaces:IGeometry
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseContains the basic geometric shape of a convex mesh.
The only way to retrieve this shape is to use the MeshCollider.Geometry property to get it from a convex MeshCollider component.
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. |