Table of Contents

Enum ClockDirection

Namespace
Godot
Assembly
GodotSharp.dll
public enum ClockDirection : long

Fields

Clockwise = 0

Clockwise rotation. Used by some methods (e.g. Rotate90(ClockDirection)).

Counterclockwise = 1

Counter-clockwise rotation. Used by some methods (e.g. Rotate90(ClockDirection)).