-
Notifications
You must be signed in to change notification settings - Fork 0
PhysicsServer2D ShapeType
Home | API by Category | Complete API Index | API Compatibility
| Field | Value |
|---|---|
| Full name | Electron2D.PhysicsServer2D.ShapeType |
| Namespace | Electron2D |
| Kind | enum |
| Category | Physics |
Identifies the shape resource kind stored by the physics server.
public enum Electron2D.PhysicsServer2D.ShapeType : System.IComparable, System.IConvertible, System.IFormattable, System.ISpanFormattableProfile: Electron2D 0.1.0 2D
Status: Partial / Not verified
Out of profile: yes
Godot reference: PhysicsServer2D.ShapeType
Shape type enum for physics server shape RID creation.
This type is part of the Electron2D 0.1.0 Preview public API.
This enum is available since Electron2D 0.1.0 Preview.
| Member | Kind | Summary |
|---|---|---|
Capsule |
Enum value | Capsule shape. |
Circle |
Enum value | Circle shape. |
ConcavePolygon |
Enum value | Concave polygon shape. |
ConvexPolygon |
Enum value | Convex polygon shape. |
Custom |
Enum value | Reserved custom shape value. |
Rectangle |
Enum value | Rectangle shape. |
Segment |
Enum value | Finite segment shape. |
SeparationRay |
Enum value | Separation ray shape used by character-style controllers. |
WorldBoundary |
Enum value | Infinite world boundary line shape. |
Kind: Enum value
public const Electron2D.PhysicsServer2D.ShapeType CapsuleCapsule shape.
Use this value with APIs that accept ShapeType.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.PhysicsServer2D.ShapeType
Kind: Enum value
public const Electron2D.PhysicsServer2D.ShapeType CircleCircle shape.
Use this value with APIs that accept ShapeType.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.PhysicsServer2D.ShapeType
Kind: Enum value
public const Electron2D.PhysicsServer2D.ShapeType ConcavePolygonConcave polygon shape.
Use this value with APIs that accept ShapeType.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.PhysicsServer2D.ShapeType
Kind: Enum value
public const Electron2D.PhysicsServer2D.ShapeType ConvexPolygonConvex polygon shape.
Use this value with APIs that accept ShapeType.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.PhysicsServer2D.ShapeType
Kind: Enum value
public const Electron2D.PhysicsServer2D.ShapeType CustomReserved custom shape value.
Use this value with APIs that accept ShapeType.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.PhysicsServer2D.ShapeType
Kind: Enum value
public const Electron2D.PhysicsServer2D.ShapeType RectangleRectangle shape.
Use this value with APIs that accept ShapeType.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.PhysicsServer2D.ShapeType
Kind: Enum value
public const Electron2D.PhysicsServer2D.ShapeType SegmentFinite segment shape.
Use this value with APIs that accept ShapeType.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.PhysicsServer2D.ShapeType
Kind: Enum value
public const Electron2D.PhysicsServer2D.ShapeType SeparationRaySeparation ray shape used by character-style controllers.
Use this value with APIs that accept ShapeType.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.PhysicsServer2D.ShapeType
Kind: Enum value
public const Electron2D.PhysicsServer2D.ShapeType WorldBoundaryInfinite world boundary line shape.
Use this value with APIs that accept ShapeType.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.PhysicsServer2D.ShapeType
Electron2D 0.1.0 Preview API reference. Generated from 175 public runtime types.