Class MeshCollider
Assembly: UnityEngine.dll
Syntax
public class MeshCollider : Collider
Properties
convex
Declaration
public bool convex { get; set; }
Property Value
cookingOptions
Declaration
public MeshColliderCookingOptions cookingOptions { get; set; }
Property Value
|
Improve this Doc
View Source
inflateMesh
Declaration
[Obsolete("MeshCollider.inflateMesh is no longer supported. The new cooking algorithm doesn't need inflation to be used.")]
public bool inflateMesh { get; set; }
Property Value
sharedMesh
Declaration
public Mesh sharedMesh { get; set; }
Property Value
|
Improve this Doc
View Source
skinWidth
Declaration
[Obsolete("MeshCollider.skinWidth is no longer used.")]
public float skinWidth { get; set; }
Property Value
|
Improve this Doc
View Source
smoothSphereCollisions
Declaration
[Obsolete("Configuring smooth sphere collisions is no longer needed.")]
public bool smoothSphereCollisions { get; set; }
Property Value
Extension Methods