Camera2D.AnchorMode/anchorMode - multiple declarations
Function Camera2D.anchorMode
The Camera2D's anchor point. See anchormode
constants.
Camera2D . AnchorMode anchorMode() nothrow @property @nogc;
void anchorMode
(
long v
) nothrow @property @nogc;
Enum Camera2D.AnchorMode
enum AnchorMode
: int { ... }
Enum members
Name | Description |
---|---|
anchorModeDragCenter
|
The camera's position takes into account vertical/horizontal offsets and the screen size. |
anchorModeFixedTopLeft
|
The camera's position is fixed so that the top-left corner is always at the origin. |