Table of Contents

Enum RenderingServer.CanvasOccluderPolygonCullMode

Namespace
Godot
Assembly
GodotSharp.dll
public enum RenderingServer.CanvasOccluderPolygonCullMode : long

Fields

Clockwise = 1

Culling of the canvas occluder is clockwise.

CounterClockwise = 2

Culling of the canvas occluder is counterclockwise.

Disabled = 0

Culling of the canvas occluder is disabled.