Table of Contents

Enum ColliderShapeTypes

Namespace
Stride.Physics
Assembly
Stride.Physics.dll
public enum ColliderShapeTypes

Fields

Box = 0

3D and 2D ( a plane )

Capsule = 3

3D and 2D

Compound = 5
Cone = 8
ConvexHull = 4
Cylinder = 2

3D only

Heightfield = 9
Sphere = 1

3D and 2D ( a circle )

StaticMesh = 7
StaticPlane = 6