CylinderInfo Class |
Namespace: GeonBit.ECS.Components.Physics
public class CylinderInfo : IBodyShapeInfo
The CylinderInfo type exposes the following members.
Name | Description | |
---|---|---|
CylinderInfo(Vector3, CylinderDirectionAxis) |
Create the info to create a cylinder body.
| |
CylinderInfo(Single, Single, CylinderDirectionAxis) |
Create the info to create a cylinder body.
|
Name | Description | |
---|---|---|
CreateShape |
Create and return a collision shape of this type.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Axis |
Cylinder align axis.
| |
HalfExtent |
Half extent of the cylinder on X, Y and Z axis.
|