Camera2D._classBinding

Undocumented in source.
struct Camera2D
package @nogc nothrow static
struct _classBinding {}

Members

Static variables

_align
GodotMethod!(void) _align;
Undocumented in source.
_makeCurrent
GodotMethod!(void, GodotObject) _makeCurrent;
Undocumented in source.
_setCurrent
GodotMethod!(void, bool) _setCurrent;
Undocumented in source.
_setOldSmoothing
GodotMethod!(void, double) _setOldSmoothing;
Undocumented in source.
_updateScroll
GodotMethod!(void) _updateScroll;
Undocumented in source.
clearCurrent
GodotMethod!(void) clearCurrent;
Undocumented in source.
forceUpdateScroll
GodotMethod!(void) forceUpdateScroll;
Undocumented in source.
getAnchorMode
GodotMethod!(Camera2D.AnchorMode) getAnchorMode;
Undocumented in source.
getCameraPosition
GodotMethod!(Vector2) getCameraPosition;
Undocumented in source.
getCameraScreenCenter
GodotMethod!(Vector2) getCameraScreenCenter;
Undocumented in source.
getCustomViewport
GodotMethod!(Node) getCustomViewport;
Undocumented in source.
getDragMargin
GodotMethod!(double, long) getDragMargin;
Undocumented in source.
getFollowSmoothing
GodotMethod!(double) getFollowSmoothing;
Undocumented in source.
getHOffset
GodotMethod!(double) getHOffset;
Undocumented in source.
getLimit
GodotMethod!(long, long) getLimit;
Undocumented in source.
getOffset
GodotMethod!(Vector2) getOffset;
Undocumented in source.
getVOffset
GodotMethod!(double) getVOffset;
Undocumented in source.
getZoom
GodotMethod!(Vector2) getZoom;
Undocumented in source.
isCurrent
GodotMethod!(bool) isCurrent;
Undocumented in source.
isFollowSmoothingEnabled
GodotMethod!(bool) isFollowSmoothingEnabled;
Undocumented in source.
isHDragEnabled
GodotMethod!(bool) isHDragEnabled;
Undocumented in source.
isLimitDrawingEnabled
GodotMethod!(bool) isLimitDrawingEnabled;
Undocumented in source.
isLimitSmoothingEnabled
GodotMethod!(bool) isLimitSmoothingEnabled;
Undocumented in source.
isMarginDrawingEnabled
GodotMethod!(bool) isMarginDrawingEnabled;
Undocumented in source.
isRotating
GodotMethod!(bool) isRotating;
Undocumented in source.
isScreenDrawingEnabled
GodotMethod!(bool) isScreenDrawingEnabled;
Undocumented in source.
isVDragEnabled
GodotMethod!(bool) isVDragEnabled;
Undocumented in source.
makeCurrent
GodotMethod!(void) makeCurrent;
Undocumented in source.
resetSmoothing
GodotMethod!(void) resetSmoothing;
Undocumented in source.
setAnchorMode
GodotMethod!(void, long) setAnchorMode;
Undocumented in source.
setCustomViewport
GodotMethod!(void, GodotObject) setCustomViewport;
Undocumented in source.
setDragMargin
GodotMethod!(void, long, double) setDragMargin;
Undocumented in source.
setEnableFollowSmoothing
GodotMethod!(void, bool) setEnableFollowSmoothing;
Undocumented in source.
setFollowSmoothing
GodotMethod!(void, double) setFollowSmoothing;
Undocumented in source.
setHDragEnabled
GodotMethod!(void, bool) setHDragEnabled;
Undocumented in source.
setHOffset
GodotMethod!(void, double) setHOffset;
Undocumented in source.
setLimit
GodotMethod!(void, long, long) setLimit;
Undocumented in source.
setLimitDrawingEnabled
GodotMethod!(void, bool) setLimitDrawingEnabled;
Undocumented in source.
setLimitSmoothingEnabled
GodotMethod!(void, bool) setLimitSmoothingEnabled;
Undocumented in source.
setMarginDrawingEnabled
GodotMethod!(void, bool) setMarginDrawingEnabled;
Undocumented in source.
setOffset
GodotMethod!(void, Vector2) setOffset;
Undocumented in source.
setRotating
GodotMethod!(void, bool) setRotating;
Undocumented in source.
setScreenDrawingEnabled
GodotMethod!(void, bool) setScreenDrawingEnabled;
Undocumented in source.
setVDragEnabled
GodotMethod!(void, bool) setVDragEnabled;
Undocumented in source.
setVOffset
GodotMethod!(void, double) setVOffset;
Undocumented in source.
setZoom
GodotMethod!(void, Vector2) setZoom;
Undocumented in source.

Meta