Class BoxColliderShape
public class BoxColliderShape : ColliderShape, IDisposable
- Inheritance
-
BoxColliderShape
- Implements
- Inherited Members
- Extension Methods
Constructors
BoxColliderShape(bool, Vector3)
Initializes a new instance of the BoxColliderShape class.
public BoxColliderShape(bool is2D, Vector3 size)
Parameters
Fields
BoxSize
public readonly Vector3 BoxSize
Field Value
Methods
CreateDebugPrimitive(GraphicsDevice)
public override MeshDraw CreateDebugPrimitive(GraphicsDevice device)
Parameters
device
GraphicsDevice