Enum OccluderPolygon2D.CullModeEnum NamespaceGodot AssemblyGodotSharp.dll public enum OccluderPolygon2D.CullModeEnum : long Fields Clockwise = 1 Culling is performed in the clockwise direction. See CullMode. CounterClockwise = 2 Culling is performed in the counterclockwise direction. See CullMode. Disabled = 0 Culling is disabled. See CullMode.