CylinderColliderShape Class
Namespace: Stride.Physics
Assembly: Stride.Physics.dll
Derived from CylinderColliderShape:
public class CylinderColliderShape : ColliderShape, IDisposable
|
Improve this Doc
View Source
Constructors
CylinderColliderShape(Single, Single, ShapeOrientation)
public CylinderColliderShape(float heightParam, float radiusParam, ShapeOrientation orientationParam)
Parameters
Type |
Name |
Description |
System.Single |
heightParam |
|
System.Single |
radiusParam |
|
ShapeOrientation |
orientationParam |
|
|
Improve this Doc
View Source
Fields
Height
public readonly float Height
Field Value
Type |
Description |
System.Single |
|
Orientation
public readonly ShapeOrientation Orientation
Field Value
Radius
public readonly float Radius
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Methods
CreateDebugPrimitive(GraphicsDevice)
public override MeshDraw CreateDebugPrimitive(GraphicsDevice device)
Parameters
Returns
Overrides
Extension Methods