Class CylinderColliderShape
public class CylinderColliderShape : ColliderShape, IDisposable- Inheritance
- 
      objectCylinderColliderShape
- Implements
- Inherited Members
- Extension Methods
Constructors
CylinderColliderShape(float, float, ShapeOrientation)
Initializes a new instance of the CylinderColliderShape class.
public CylinderColliderShape(float heightParam, float radiusParam, ShapeOrientation orientationParam)Parameters
- heightParamfloat
- radiusParamfloat
- orientationParamShapeOrientation
Fields
Height
public readonly float HeightField Value
Orientation
public readonly ShapeOrientation OrientationField Value
Radius
public readonly float RadiusField Value
Methods
CreateDebugPrimitive(GraphicsDevice)
public override MeshDraw CreateDebugPrimitive(GraphicsDevice device)Parameters
- deviceGraphicsDevice