Click or drag to resize

CollisionPolygon2DBuildModeEnum Enumeration

[Missing <summary> documentation for "T:Godot.CollisionPolygon2D.BuildModeEnum"]

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

Collisions will include the polygon and its contained area.

Segments1

Collisions will only include the polygon edges.

See Also