Search Results for

    Show / Hide Table of Contents

    Class BulletCylinderCollider3D

    The BulletCapsuleCollider3D implements Bullet rigid body for Evergine.

    Inheritance
    object
    BulletCollider3D
    BulletCollider3D<CylinderShape>
    BulletCylinderCollider3D
    Implements
    ICylinderColliderShape3D
    IColliderShape3D
    Inherited Members
    BulletCollider3D<CylinderShape>.LocalScaling
    BulletCollider3D<CylinderShape>.InternalCollider
    BulletCollider3D<CylinderShape>.Dispose()
    BulletCollider3D.OffsetTransform
    BulletCollider3D.ColliderComponent
    BulletCollider3D.Margin
    Namespace: Evergine.Bullet
    Assembly: Evergine.Bullet.dll
    Syntax
    public sealed class BulletCylinderCollider3D : BulletCollider3D<CylinderShape>, ICylinderColliderShape3D, IColliderShape3D

    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
    BulletCollider3D.InternalRefreshShapeDimension()

    Implements

    ICylinderColliderShape3D
    IColliderShape3D

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX