Class MeshCollider3D
the mesh collider component
Inherited Members
Namespace: Motphys.Rigidbody
Assembly: solution.dll
Syntax
public class MeshCollider3D : BaseCollider
Properties
mesh
Declaration
public Mesh mesh { get; set; }
Property Value
Type | Description |
---|---|
Mesh | The mesh value to init MeshCollider3D |