Interface ICapsuleColliderShape3D
Interface for a capsule collider shape in 3D physics.
Inherited Members
Namespace: Evergine.Framework.Physics3D
Assembly: Evergine.Framework.dll
Syntax
public interface ICapsuleColliderShape3D : IColliderShape3D
Properties
Height
Gets or sets the height of the capsule.
Declaration
float Height { get; set; }
Property Value
Type | Description |
---|---|
float |
Radius
Gets or sets the radius of the capsule.
Declaration
float Radius { get; set; }
Property Value
Type | Description |
---|---|
float |