Interface IMeshColliderShape3D
Interface for a mesh collider shape of 3D physics.
Inherited Members
Namespace: Evergine.Framework.Physics3D
Assembly: Evergine.Framework.dll
Syntax
public interface IMeshColliderShape3D : IColliderShape3D
Properties
Convex
Gets or sets a value indicating whether a convex shape needs to be created from the mesh.
Declaration
bool Convex { get; set; }
Property Value
Type | Description |
---|---|
bool |
Mesh
Gets or sets the mesh of the shape.
Declaration
Mesh Mesh { get; set; }
Property Value
Type | Description |
---|---|
Mesh |
Size
Gets or sets the local scaling.
Declaration
Vector3 Size { get; set; }
Property Value
Type | Description |
---|---|
Vector3 |