Click or drag to resize

OccluderPolygon2DCullModeEnum Enumeration

[Missing <summary> documentation for "T:Godot.OccluderPolygon2D.CullModeEnum"]

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

Culling is disabled. See CullMode.

Clockwise1

Culling is performed in the clockwise direction. See CullMode.

CounterClockwise2

Culling is performed in the counterclockwise direction. See CullMode.

See Also