Table of Contents

Class CylinderColliderShape

Namespace
Stride.Physics
Assembly
Stride.Physics.dll
public class CylinderColliderShape : ColliderShape, IDisposable
Inheritance
CylinderColliderShape
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

heightParam float
radiusParam float
orientationParam ShapeOrientation

Fields

Height

public readonly float Height

Field Value

float

Orientation

public readonly ShapeOrientation Orientation

Field Value

ShapeOrientation

Radius

public readonly float Radius

Field Value

float

Methods

CreateDebugPrimitive(GraphicsDevice)

public override MeshDraw CreateDebugPrimitive(GraphicsDevice device)

Parameters

device GraphicsDevice

Returns

MeshDraw