Class BulletConeCollider3D
The BulletConeCollider3D implements Bullet rigid body for Evergine.
Inherited Members
Namespace: Evergine.Bullet
Assembly: Evergine.Bullet.dll
Syntax
public sealed class BulletConeCollider3D : BulletCollider3D<ConeShape>, IConeColliderShape3D, IColliderShape3D, IDisposable
Constructors
BulletConeCollider3D()
Initializes a new instance of the BulletConeCollider3D class.
Declaration
public BulletConeCollider3D()
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.IConeColliderShape3D
Evergine.Framework.Physics3D.IColliderShape3D