Click or drag to resize

PhysicsServerShapeType Enumeration

[Missing <summary> documentation for "T:Godot.PhysicsServer.ShapeType"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum ShapeType
Members
  Member nameValueDescription
Plane0

The Shape is a PlaneShape.

Ray1

The Shape is a RayShape.

Sphere2

The Shape is a SphereShape.

Box3

The Shape is a BoxShape.

Capsule4

The Shape is a CapsuleShape.

Cylinder5

The Shape is a CylinderShape.

ConvexPolygon6

The Shape is a ConvexPolygonShape.

ConcavePolygon7

The Shape is a ConcavePolygonShape.

Heightmap8

The Shape is a HeightMapShape.

Custom9

This constant is used internally by the engine. Any attempt to create this kind of shape results in an error.

See Also