Viewport.GDNativeClassBinding

Undocumented in source.
struct Viewport
package @nogc nothrow static
struct GDNativeClassBinding {}

Members

Static variables

_guiRemoveFocus
GodotMethod!(void) _guiRemoveFocus;
Undocumented in source.
_guiShowTooltip
GodotMethod!(void) _guiShowTooltip;
Undocumented in source.
_ownWorldChanged
GodotMethod!(void) _ownWorldChanged;
Undocumented in source.
_postGuiGrabClickFocus
GodotMethod!(void) _postGuiGrabClickFocus;
Undocumented in source.
_processPicking
GodotMethod!(void, bool) _processPicking;
Undocumented in source.
_subwindowVisibilityChanged
GodotMethod!(void) _subwindowVisibilityChanged;
Undocumented in source.
_vpInput
GodotMethod!(void, InputEvent) _vpInput;
Undocumented in source.
_vpInputText
GodotMethod!(void, String) _vpInputText;
Undocumented in source.
_vpUnhandledInput
GodotMethod!(void, InputEvent) _vpUnhandledInput;
Undocumented in source.
findWorld
GodotMethod!(World) findWorld;
Undocumented in source.
findWorld2d
GodotMethod!(World2D) findWorld2d;
Undocumented in source.
getCamera
GodotMethod!(Camera) getCamera;
Undocumented in source.
getCanvasTransform
GodotMethod!(Transform2D) getCanvasTransform;
Undocumented in source.
getClearMode
GodotMethod!(Viewport.ClearMode) getClearMode;
Undocumented in source.
getDebugDraw
GodotMethod!(Viewport.DebugDraw) getDebugDraw;
Undocumented in source.
getFinalTransform
GodotMethod!(Transform2D) getFinalTransform;
Undocumented in source.
getGlobalCanvasTransform
GodotMethod!(Transform2D) getGlobalCanvasTransform;
Undocumented in source.
getHdr
GodotMethod!(bool) getHdr;
Undocumented in source.
getKeep3dLinear
GodotMethod!(bool) getKeep3dLinear;
Undocumented in source.
getModalStackTop
GodotMethod!(Control) getModalStackTop;
Undocumented in source.
getMousePosition
GodotMethod!(Vector2) getMousePosition;
Undocumented in source.
getMsaa
GodotMethod!(Viewport.MSAA) getMsaa;
Undocumented in source.
getPhysicsObjectPicking
GodotMethod!(bool) getPhysicsObjectPicking;
Undocumented in source.
getRenderInfo
GodotMethod!(long, long) getRenderInfo;
Undocumented in source.
getShadowAtlasQuadrantSubdiv
GodotMethod!(Viewport.ShadowAtlasQuadrantSubdiv, long) getShadowAtlasQuadrantSubdiv;
Undocumented in source.
getShadowAtlasSize
GodotMethod!(long) getShadowAtlasSize;
Undocumented in source.
getSize
GodotMethod!(Vector2) getSize;
Undocumented in source.
getSizeOverride
GodotMethod!(Vector2) getSizeOverride;
Undocumented in source.
getTexture
GodotMethod!(ViewportTexture) getTexture;
Undocumented in source.
getUpdateMode
GodotMethod!(Viewport.UpdateMode) getUpdateMode;
Undocumented in source.
getUsage
GodotMethod!(Viewport.Usage) getUsage;
Undocumented in source.
getUseDebanding
GodotMethod!(bool) getUseDebanding;
Undocumented in source.
getUseFxaa
GodotMethod!(bool) getUseFxaa;
Undocumented in source.
getVflip
GodotMethod!(bool) getVflip;
Undocumented in source.
getViewportRid
GodotMethod!(RID) getViewportRid;
Undocumented in source.
getVisibleRect
GodotMethod!(Rect2) getVisibleRect;
Undocumented in source.
getWorld
GodotMethod!(World) getWorld;
Undocumented in source.
getWorld2d
GodotMethod!(World2D) getWorld2d;
Undocumented in source.
guiGetDragData
GodotMethod!(Variant) guiGetDragData;
Undocumented in source.
guiHasModalStack
GodotMethod!(bool) guiHasModalStack;
Undocumented in source.
guiIsDragging
GodotMethod!(bool) guiIsDragging;
Undocumented in source.
hasTransparentBackground
GodotMethod!(bool) hasTransparentBackground;
Undocumented in source.
input
GodotMethod!(void, InputEvent) input;
Undocumented in source.
is3dDisabled
GodotMethod!(bool) is3dDisabled;
Undocumented in source.
isAudioListener
GodotMethod!(bool) isAudioListener;
Undocumented in source.
isAudioListener2d
GodotMethod!(bool) isAudioListener2d;
Undocumented in source.
isHandlingInputLocally
GodotMethod!(bool) isHandlingInputLocally;
Undocumented in source.
isInputDisabled
GodotMethod!(bool) isInputDisabled;
Undocumented in source.
isInputHandled
GodotMethod!(bool) isInputHandled;
Undocumented in source.
isSizeOverrideEnabled
GodotMethod!(bool) isSizeOverrideEnabled;
Undocumented in source.
isSizeOverrideStretchEnabled
GodotMethod!(bool) isSizeOverrideStretchEnabled;
Undocumented in source.
isSnapControlsToPixelsEnabled
GodotMethod!(bool) isSnapControlsToPixelsEnabled;
Undocumented in source.
isUsingOwnWorld
GodotMethod!(bool) isUsingOwnWorld;
Undocumented in source.
isUsingRenderDirectToScreen
GodotMethod!(bool) isUsingRenderDirectToScreen;
Undocumented in source.
setAsAudioListener
GodotMethod!(void, bool) setAsAudioListener;
Undocumented in source.
setAsAudioListener2d
GodotMethod!(void, bool) setAsAudioListener2d;
Undocumented in source.
setAttachToScreenRect
GodotMethod!(void, Rect2) setAttachToScreenRect;
Undocumented in source.
setCanvasTransform
GodotMethod!(void, Transform2D) setCanvasTransform;
Undocumented in source.
setClearMode
GodotMethod!(void, long) setClearMode;
Undocumented in source.
setDebugDraw
GodotMethod!(void, long) setDebugDraw;
Undocumented in source.
setDisable3d
GodotMethod!(void, bool) setDisable3d;
Undocumented in source.
setDisableInput
GodotMethod!(void, bool) setDisableInput;
Undocumented in source.
setGlobalCanvasTransform
GodotMethod!(void, Transform2D) setGlobalCanvasTransform;
Undocumented in source.
setHandleInputLocally
GodotMethod!(void, bool) setHandleInputLocally;
Undocumented in source.
setHdr
GodotMethod!(void, bool) setHdr;
Undocumented in source.
setInputAsHandled
GodotMethod!(void) setInputAsHandled;
Undocumented in source.
setKeep3dLinear
GodotMethod!(void, bool) setKeep3dLinear;
Undocumented in source.
setMsaa
GodotMethod!(void, long) setMsaa;
Undocumented in source.
setPhysicsObjectPicking
GodotMethod!(void, bool) setPhysicsObjectPicking;
Undocumented in source.
setShadowAtlasQuadrantSubdiv
GodotMethod!(void, long, long) setShadowAtlasQuadrantSubdiv;
Undocumented in source.
setShadowAtlasSize
GodotMethod!(void, long) setShadowAtlasSize;
Undocumented in source.
setSize
GodotMethod!(void, Vector2) setSize;
Undocumented in source.
setSizeOverride
GodotMethod!(void, bool, Vector2, Vector2) setSizeOverride;
Undocumented in source.
setSizeOverrideStretch
GodotMethod!(void, bool) setSizeOverrideStretch;
Undocumented in source.
setSnapControlsToPixels
GodotMethod!(void, bool) setSnapControlsToPixels;
Undocumented in source.
setTransparentBackground
GodotMethod!(void, bool) setTransparentBackground;
Undocumented in source.
setUpdateMode
GodotMethod!(void, long) setUpdateMode;
Undocumented in source.
setUsage
GodotMethod!(void, long) setUsage;
Undocumented in source.
setUseArvr
GodotMethod!(void, bool) setUseArvr;
Undocumented in source.
setUseDebanding
GodotMethod!(void, bool) setUseDebanding;
Undocumented in source.
setUseFxaa
GodotMethod!(void, bool) setUseFxaa;
Undocumented in source.
setUseOwnWorld
GodotMethod!(void, bool) setUseOwnWorld;
Undocumented in source.
setUseRenderDirectToScreen
GodotMethod!(void, bool) setUseRenderDirectToScreen;
Undocumented in source.
setVflip
GodotMethod!(void, bool) setVflip;
Undocumented in source.
setWorld
GodotMethod!(void, World) setWorld;
Undocumented in source.
setWorld2d
GodotMethod!(void, World2D) setWorld2d;
Undocumented in source.
unhandledInput
GodotMethod!(void, InputEvent) unhandledInput;
Undocumented in source.
updateWorlds
GodotMethod!(void) updateWorlds;
Undocumented in source.
useArvr
GodotMethod!(bool) useArvr;
Undocumented in source.
warpMouse
GodotMethod!(void, Vector2) warpMouse;
Undocumented in source.

Meta