Camera2DAnchorModeEnum Enumeration |
[Missing <summary> documentation for "T:Godot.Camera2D.AnchorModeEnum"]
Namespace: Godot
public enum AnchorModeEnum
Member name | Value | Description | |
---|---|---|---|
FixedTopLeft | 0 | The camera's position is fixed so that the top-left corner is always at the origin. | |
DragCenter | 1 | The camera's position takes into account vertical/horizontal offsets and the screen size. |