Class ConeColliderShape
public class ConeColliderShape : ColliderShape, IDisposable
  - Inheritance
 - 
      objectConeColliderShape
 
- Implements
 
- Inherited Members
 
- Extension Methods
 
Constructors
ConeColliderShape(float, float, ShapeOrientation)
Initializes a new instance of the ConeColliderShape class.
public ConeColliderShape(float heightParam, float radiusParam, ShapeOrientation orientationParam)
  Parameters
heightParamfloatradiusParamfloatorientationParamShapeOrientation
Fields
Height
public readonly float Height
  Field Value
Orientation
public readonly ShapeOrientation Orientation
  Field Value
Radius
public readonly float Radius
  Field Value
Methods
CreateDebugPrimitive(GraphicsDevice)
public override MeshDraw CreateDebugPrimitive(GraphicsDevice device)
  Parameters
deviceGraphicsDevice