Class BulletCylinderCollider3D
The BulletCapsuleCollider3D implements Bullet rigid body for Evergine.
Inherited Members
Namespace: Evergine.Bullet
Assembly: Evergine.Bullet.dll
Syntax
public sealed class BulletCylinderCollider3D : BulletCollider3D<CylinderShape>, ICylinderColliderShape3D, IColliderShape3D, IDisposable
Constructors
BulletCylinderCollider3D()
Initializes a new instance of the BulletCylinderCollider3D class.
Declaration
public BulletCylinderCollider3D()
Properties
Height
Gets or sets the height of the capsule.
Declaration
public float Height { get; set; }
Property Value
Type | Description |
---|---|
float |
Radius
Gets or sets the radius of the capsule.
Declaration
public float Radius { get; set; }
Property Value
Type | Description |
---|---|
float |
Methods
InternalRefreshShapeDimension()
Refresh the shape dimensions.
Declaration
protected override void InternalRefreshShapeDimension()
Overrides
Implements
Evergine.Framework.Physics3D.ICylinderColliderShape3D
Evergine.Framework.Physics3D.IColliderShape3D