Window

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 24, 2026 License: MIT Imports: 49 Imported by: 0

Documentation

Index

Constants

View Source
const NotificationThemeChanged Object.Notification = 32 //gd:Window.NOTIFICATION_THEME_CHANGED
View Source
const NotificationVisibilityChanged Object.Notification = 30 //gd:Window.NOTIFICATION_VISIBILITY_CHANGED

Variables

This section is empty.

Functions

This section is empty.

Types

type Advanced

type Advanced = class

Advanced exposes a 1:1 low-level instance of the class, undocumented, for those who know what they are doing.

type Any

type Any interface {
	gd.IsClass
	AsWindow() Instance
}

type ContentScaleAspect

type ContentScaleAspect int64 //gd:Window.ContentScaleAspect
const (
	ContentScaleAspectIgnore     ContentScaleAspect = 0
	ContentScaleAspectKeep       ContentScaleAspect = 1
	ContentScaleAspectKeepWidth  ContentScaleAspect = 2
	ContentScaleAspectKeepHeight ContentScaleAspect = 3
	ContentScaleAspectExpand     ContentScaleAspect = 4
)

type ContentScaleMode

type ContentScaleMode int64 //gd:Window.ContentScaleMode
const (
	ContentScaleModeDisabled    ContentScaleMode = 0
	ContentScaleModeCanvasItems ContentScaleMode = 1
	ContentScaleModeViewport    ContentScaleMode = 2
)

type ContentScaleStretch

type ContentScaleStretch int64 //gd:Window.ContentScaleStretch
const (
	ContentScaleStretchFractional ContentScaleStretch = 0
	ContentScaleStretchInteger    ContentScaleStretch = 1
)

type Expanded

type Expanded = MoreArgs

type Extension

type Extension[T gdclass.Interface] struct{ gdclass.Extension[T, Instance] }

Extension can be embedded in a new struct to create a Go extension of this class.

T must be a type that is embedding this Extension as the first field. It is unsafe and invalid to use this type directly, or embedded in any other way. See Interface for methods that can be overridden by T.

func (*Extension[T]) AccessibilityDescription

func (o *Extension[T]) AccessibilityDescription() string

func (*Extension[T]) AccessibilityName

func (o *Extension[T]) AccessibilityName() string

func (*Extension[T]) AddThemeColorOverride

func (o *Extension[T]) AddThemeColorOverride(name string, color Color.RGBA)

func (*Extension[T]) AddThemeConstantOverride

func (o *Extension[T]) AddThemeConstantOverride(name string, constant int)

func (*Extension[T]) AddThemeFontOverride

func (o *Extension[T]) AddThemeFontOverride(name string, font Font.Instance)

func (*Extension[T]) AddThemeFontSizeOverride

func (o *Extension[T]) AddThemeFontSizeOverride(name string, font_size int)

func (*Extension[T]) AddThemeIconOverride

func (o *Extension[T]) AddThemeIconOverride(name string, texture Texture2D.Instance)

func (*Extension[T]) AddThemeStyleboxOverride

func (o *Extension[T]) AddThemeStyleboxOverride(name string, stylebox StyleBox.Instance)

func (*Extension[T]) AlwaysOnTop

func (o *Extension[T]) AlwaysOnTop() bool

func (*Extension[T]) AnisotropicFilteringLevel

func (o *Extension[T]) AnisotropicFilteringLevel() Viewport.AnisotropicFiltering

func (*Extension[T]) AsNode

func (o *Extension[T]) AsNode() Node.Instance

func (*Extension[T]) AsObject

func (o *Extension[T]) AsObject() [1]gdreference.Object

func (*Extension[T]) AsViewport

func (o *Extension[T]) AsViewport() Viewport.Instance

func (*Extension[T]) AsWindow

func (o *Extension[T]) AsWindow() Instance

func (*Extension[T]) AudioListenerEnable2d

func (o *Extension[T]) AudioListenerEnable2d() bool

func (*Extension[T]) AudioListenerEnable3d

func (o *Extension[T]) AudioListenerEnable3d() bool

func (*Extension[T]) AutoTranslate

func (o *Extension[T]) AutoTranslate() bool

func (*Extension[T]) AutoTranslateMode

func (o *Extension[T]) AutoTranslateMode() Node.AutoTranslateMode

func (*Extension[T]) BeginBulkThemeOverride

func (o *Extension[T]) BeginBulkThemeOverride()

func (*Extension[T]) Borderless

func (o *Extension[T]) Borderless() bool

func (*Extension[T]) CanAutoTranslate

func (o *Extension[T]) CanAutoTranslate() bool

CanAutoTranslate is promoted from Node.Instance.CanAutoTranslate.

func (*Extension[T]) CanDraw

func (o *Extension[T]) CanDraw() bool

func (*Extension[T]) CanProcess

func (o *Extension[T]) CanProcess() bool

CanProcess is promoted from Node.Instance.CanProcess.

func (*Extension[T]) CanvasCullMask

func (o *Extension[T]) CanvasCullMask() int

func (*Extension[T]) CanvasItemDefaultTextureFilter

func (o *Extension[T]) CanvasItemDefaultTextureFilter() Viewport.DefaultCanvasItemTextureFilter

func (*Extension[T]) CanvasItemDefaultTextureRepeat

func (o *Extension[T]) CanvasItemDefaultTextureRepeat() Viewport.DefaultCanvasItemTextureRepeat

func (*Extension[T]) CanvasTransform

func (o *Extension[T]) CanvasTransform() Transform2D.OriginXY

func (*Extension[T]) ChildControlsChanged

func (o *Extension[T]) ChildControlsChanged()

func (*Extension[T]) ContentScaleAspect

func (o *Extension[T]) ContentScaleAspect() ContentScaleAspect

func (*Extension[T]) ContentScaleFactor

func (o *Extension[T]) ContentScaleFactor() Float.X

func (*Extension[T]) ContentScaleMode

func (o *Extension[T]) ContentScaleMode() ContentScaleMode

func (*Extension[T]) ContentScaleSize

func (o *Extension[T]) ContentScaleSize() Vector2i.XY

func (*Extension[T]) ContentScaleStretch

func (o *Extension[T]) ContentScaleStretch() ContentScaleStretch

func (*Extension[T]) CreateTween

func (o *Extension[T]) CreateTween() Tween.Instance

CreateTween is promoted from Node.Instance.CreateTween.

func (*Extension[T]) CurrentScreen

func (o *Extension[T]) CurrentScreen() int

func (*Extension[T]) DebugDraw

func (o *Extension[T]) DebugDraw() Viewport.DebugDraw

func (*Extension[T]) Disable3d

func (o *Extension[T]) Disable3d() bool

func (*Extension[T]) EditorDescription

func (o *Extension[T]) EditorDescription() string

func (*Extension[T]) EndBulkThemeOverride

func (o *Extension[T]) EndBulkThemeOverride()

func (*Extension[T]) ExcludeFromCapture

func (o *Extension[T]) ExcludeFromCapture() bool

func (*Extension[T]) Exclusive

func (o *Extension[T]) Exclusive() bool

func (*Extension[T]) ExtendToTitle

func (o *Extension[T]) ExtendToTitle() bool

func (*Extension[T]) FindParent

func (o *Extension[T]) FindParent(pattern string) Node.Instance

FindParent is promoted from Node.Instance.FindParent.

func (*Extension[T]) FindWorld2d

func (o *Extension[T]) FindWorld2d() World2D.Instance

FindWorld2d is promoted from Viewport.Instance.FindWorld2d.

func (*Extension[T]) FindWorld3d

func (o *Extension[T]) FindWorld3d() World3D.Instance

FindWorld3d is promoted from Viewport.Instance.FindWorld3d.

func (*Extension[T]) ForceNative

func (o *Extension[T]) ForceNative() bool

func (*Extension[T]) FsrSharpness

func (o *Extension[T]) FsrSharpness() Float.X

func (*Extension[T]) GetAccessibilityElement

func (o *Extension[T]) GetAccessibilityElement() RID.AccessibilityElement

GetAccessibilityElement is promoted from Node.Instance.GetAccessibilityElement.

func (*Extension[T]) GetAudioListener2d

func (o *Extension[T]) GetAudioListener2d() AudioListener2D.Instance

GetAudioListener2d is promoted from Viewport.Instance.GetAudioListener2d.

func (*Extension[T]) GetAudioListener3d

func (o *Extension[T]) GetAudioListener3d() AudioListener3D.Instance

GetAudioListener3d is promoted from Viewport.Instance.GetAudioListener3d.

func (*Extension[T]) GetCamera2d

func (o *Extension[T]) GetCamera2d() Camera2D.Instance

GetCamera2d is promoted from Viewport.Instance.GetCamera2d.

func (*Extension[T]) GetCamera3d

func (o *Extension[T]) GetCamera3d() Camera3D.Instance

GetCamera3d is promoted from Viewport.Instance.GetCamera3d.

func (*Extension[T]) GetCanvasCullMaskBit

func (o *Extension[T]) GetCanvasCullMaskBit(layer int) bool

GetCanvasCullMaskBit is promoted from Viewport.Instance.GetCanvasCullMaskBit.

func (*Extension[T]) GetContentsMinimumSize

func (o *Extension[T]) GetContentsMinimumSize() Vector2.XY

func (*Extension[T]) GetFinalTransform

func (o *Extension[T]) GetFinalTransform() Transform2D.OriginXY

GetFinalTransform is promoted from Viewport.Instance.GetFinalTransform.

func (*Extension[T]) GetGroups

func (o *Extension[T]) GetGroups() []string

GetGroups is promoted from Node.Instance.GetGroups.

func (*Extension[T]) GetLayoutDirection

func (o *Extension[T]) GetLayoutDirection() LayoutDirection

func (*Extension[T]) GetMousePosition

func (o *Extension[T]) GetMousePosition() Vector2.XY

GetMousePosition is promoted from Viewport.Instance.GetMousePosition.

func (*Extension[T]) GetMultiplayerAuthority

func (o *Extension[T]) GetMultiplayerAuthority() int

GetMultiplayerAuthority is promoted from Node.Instance.GetMultiplayerAuthority.

func (*Extension[T]) GetNode

func (o *Extension[T]) GetNode(path string) Node.Instance

GetNode is promoted from Node.Instance.GetNode.

func (*Extension[T]) GetNodeOrNull

func (o *Extension[T]) GetNodeOrNull(path string) Node.Instance

GetNodeOrNull is promoted from Node.Instance.GetNodeOrNull.

func (*Extension[T]) GetNodeRpcConfig

func (o *Extension[T]) GetNodeRpcConfig() any

GetNodeRpcConfig is promoted from Node.Instance.GetNodeRpcConfig.

func (*Extension[T]) GetOversampling

func (o *Extension[T]) GetOversampling() Float.X

GetOversampling is promoted from Viewport.Instance.GetOversampling.

func (*Extension[T]) GetParent

func (o *Extension[T]) GetParent() Node.Instance

GetParent is promoted from Node.Instance.GetParent.

func (*Extension[T]) GetPath

func (o *Extension[T]) GetPath() string

GetPath is promoted from Node.Instance.GetPath.

func (*Extension[T]) GetPhysicsProcessDeltaTime

func (o *Extension[T]) GetPhysicsProcessDeltaTime() Float.X

GetPhysicsProcessDeltaTime is promoted from Node.Instance.GetPhysicsProcessDeltaTime.

func (*Extension[T]) GetPositionWithDecorations

func (o *Extension[T]) GetPositionWithDecorations() Vector2i.XY

func (*Extension[T]) GetProcessDeltaTime

func (o *Extension[T]) GetProcessDeltaTime() Float.X

GetProcessDeltaTime is promoted from Node.Instance.GetProcessDeltaTime.

func (*Extension[T]) GetRenderInfo

func (o *Extension[T]) GetRenderInfo(atype Viewport.RenderInfoType, info Viewport.RenderInfo) int

GetRenderInfo is promoted from Viewport.Instance.GetRenderInfo.

func (*Extension[T]) GetSceneInstanceLoadPlaceholder

func (o *Extension[T]) GetSceneInstanceLoadPlaceholder() bool

GetSceneInstanceLoadPlaceholder is promoted from Node.Instance.GetSceneInstanceLoadPlaceholder.

func (*Extension[T]) GetScreenTransform

func (o *Extension[T]) GetScreenTransform() Transform2D.OriginXY

GetScreenTransform is promoted from Viewport.Instance.GetScreenTransform.

func (*Extension[T]) GetSizeWithDecorations

func (o *Extension[T]) GetSizeWithDecorations() Vector2i.XY

func (*Extension[T]) GetStretchTransform

func (o *Extension[T]) GetStretchTransform() Transform2D.OriginXY

GetStretchTransform is promoted from Viewport.Instance.GetStretchTransform.

func (*Extension[T]) GetTexture

func (o *Extension[T]) GetTexture() ViewportTexture.Instance

GetTexture is promoted from Viewport.Instance.GetTexture.

func (*Extension[T]) GetThemeDefaultBaseScale

func (o *Extension[T]) GetThemeDefaultBaseScale() Float.X

func (*Extension[T]) GetThemeDefaultFont

func (o *Extension[T]) GetThemeDefaultFont() Font.Instance

func (*Extension[T]) GetThemeDefaultFontSize

func (o *Extension[T]) GetThemeDefaultFontSize() int

func (*Extension[T]) GetTreeString

func (o *Extension[T]) GetTreeString() string

GetTreeString is promoted from Node.Instance.GetTreeString.

func (*Extension[T]) GetTreeStringPretty

func (o *Extension[T]) GetTreeStringPretty() string

GetTreeStringPretty is promoted from Node.Instance.GetTreeStringPretty.

func (*Extension[T]) GetViewportRid

func (o *Extension[T]) GetViewportRid() RID.Viewport

GetViewportRid is promoted from Viewport.Instance.GetViewportRid.

func (*Extension[T]) GetVisibleRect

func (o *Extension[T]) GetVisibleRect() Rect2.PositionSize

GetVisibleRect is promoted from Viewport.Instance.GetVisibleRect.

func (*Extension[T]) GetWindowId

func (o *Extension[T]) GetWindowId() int

func (*Extension[T]) GlobalCanvasTransform

func (o *Extension[T]) GlobalCanvasTransform() Transform2D.OriginXY

func (*Extension[T]) GrabFocus

func (o *Extension[T]) GrabFocus()

func (*Extension[T]) GuiCancelDrag

func (o *Extension[T]) GuiCancelDrag()

GuiCancelDrag is promoted from Viewport.Instance.GuiCancelDrag.

func (*Extension[T]) GuiDisableInput

func (o *Extension[T]) GuiDisableInput() bool

func (*Extension[T]) GuiDragThreshold

func (o *Extension[T]) GuiDragThreshold() int

func (*Extension[T]) GuiEmbedSubwindows

func (o *Extension[T]) GuiEmbedSubwindows() bool

func (*Extension[T]) GuiGetDragData

func (o *Extension[T]) GuiGetDragData() any

GuiGetDragData is promoted from Viewport.Instance.GuiGetDragData.

func (*Extension[T]) GuiGetDragDescription

func (o *Extension[T]) GuiGetDragDescription() string

GuiGetDragDescription is promoted from Viewport.Instance.GuiGetDragDescription.

func (*Extension[T]) GuiGetFocusOwner

func (o *Extension[T]) GuiGetFocusOwner() Control.Instance

GuiGetFocusOwner is promoted from Viewport.Instance.GuiGetFocusOwner.

func (*Extension[T]) GuiGetHoveredControl

func (o *Extension[T]) GuiGetHoveredControl() Control.Instance

GuiGetHoveredControl is promoted from Viewport.Instance.GuiGetHoveredControl.

func (*Extension[T]) GuiIsDragSuccessful

func (o *Extension[T]) GuiIsDragSuccessful() bool

GuiIsDragSuccessful is promoted from Viewport.Instance.GuiIsDragSuccessful.

func (*Extension[T]) GuiIsDragging

func (o *Extension[T]) GuiIsDragging() bool

GuiIsDragging is promoted from Viewport.Instance.GuiIsDragging.

func (*Extension[T]) GuiReleaseFocus

func (o *Extension[T]) GuiReleaseFocus()

GuiReleaseFocus is promoted from Viewport.Instance.GuiReleaseFocus.

func (*Extension[T]) GuiSetDragDescription

func (o *Extension[T]) GuiSetDragDescription(description string)

GuiSetDragDescription is promoted from Viewport.Instance.GuiSetDragDescription.

func (*Extension[T]) GuiSnapControlsToPixels

func (o *Extension[T]) GuiSnapControlsToPixels() bool

func (*Extension[T]) HandleInputLocally

func (o *Extension[T]) HandleInputLocally() bool

func (*Extension[T]) HasFocus

func (o *Extension[T]) HasFocus() bool

func (*Extension[T]) HasNode

func (o *Extension[T]) HasNode(path string) bool

HasNode is promoted from Node.Instance.HasNode.

func (*Extension[T]) HasNodeAndResource

func (o *Extension[T]) HasNodeAndResource(path string) bool

HasNodeAndResource is promoted from Node.Instance.HasNodeAndResource.

func (*Extension[T]) HasThemeColorOverride

func (o *Extension[T]) HasThemeColorOverride(name string) bool

func (*Extension[T]) HasThemeConstantOverride

func (o *Extension[T]) HasThemeConstantOverride(name string) bool

func (*Extension[T]) HasThemeFontOverride

func (o *Extension[T]) HasThemeFontOverride(name string) bool

func (*Extension[T]) HasThemeFontSizeOverride

func (o *Extension[T]) HasThemeFontSizeOverride(name string) bool

func (*Extension[T]) HasThemeIconOverride

func (o *Extension[T]) HasThemeIconOverride(name string) bool

func (*Extension[T]) HasThemeStyleboxOverride

func (o *Extension[T]) HasThemeStyleboxOverride(name string) bool

func (*Extension[T]) Hide

func (o *Extension[T]) Hide()

func (*Extension[T]) InitialPosition

func (o *Extension[T]) InitialPosition() WindowInitialPosition

func (*Extension[T]) IsAncestorOf

func (o *Extension[T]) IsAncestorOf(node Node.Instance) bool

IsAncestorOf is promoted from Node.Instance.IsAncestorOf.

func (*Extension[T]) IsDisplayedFolded

func (o *Extension[T]) IsDisplayedFolded() bool

IsDisplayedFolded is promoted from Node.Instance.IsDisplayedFolded.

func (*Extension[T]) IsEditableInstance

func (o *Extension[T]) IsEditableInstance(node Node.Instance) bool

IsEditableInstance is promoted from Node.Instance.IsEditableInstance.

func (*Extension[T]) IsEmbedded

func (o *Extension[T]) IsEmbedded() bool

func (*Extension[T]) IsGreaterThan

func (o *Extension[T]) IsGreaterThan(node Node.Instance) bool

IsGreaterThan is promoted from Node.Instance.IsGreaterThan.

func (*Extension[T]) IsInGroup

func (o *Extension[T]) IsInGroup(group string) bool

IsInGroup is promoted from Node.Instance.IsInGroup.

func (*Extension[T]) IsInputHandled

func (o *Extension[T]) IsInputHandled() bool

IsInputHandled is promoted from Viewport.Instance.IsInputHandled.

func (*Extension[T]) IsInsideTree

func (o *Extension[T]) IsInsideTree() bool

IsInsideTree is promoted from Node.Instance.IsInsideTree.

func (*Extension[T]) IsLayoutRtl

func (o *Extension[T]) IsLayoutRtl() bool

func (*Extension[T]) IsMaximizeAllowed

func (o *Extension[T]) IsMaximizeAllowed() bool

func (*Extension[T]) IsMultiplayerAuthority

func (o *Extension[T]) IsMultiplayerAuthority() bool

IsMultiplayerAuthority is promoted from Node.Instance.IsMultiplayerAuthority.

func (*Extension[T]) IsNodeReady

func (o *Extension[T]) IsNodeReady() bool

IsNodeReady is promoted from Node.Instance.IsNodeReady.

func (*Extension[T]) IsPartOfEditedScene

func (o *Extension[T]) IsPartOfEditedScene() bool

IsPartOfEditedScene is promoted from Node.Instance.IsPartOfEditedScene.

func (*Extension[T]) IsPhysicsInterpolated

func (o *Extension[T]) IsPhysicsInterpolated() bool

IsPhysicsInterpolated is promoted from Node.Instance.IsPhysicsInterpolated.

func (*Extension[T]) IsPhysicsInterpolatedAndEnabled

func (o *Extension[T]) IsPhysicsInterpolatedAndEnabled() bool

IsPhysicsInterpolatedAndEnabled is promoted from Node.Instance.IsPhysicsInterpolatedAndEnabled.

func (*Extension[T]) IsPhysicsProcessing

func (o *Extension[T]) IsPhysicsProcessing() bool

IsPhysicsProcessing is promoted from Node.Instance.IsPhysicsProcessing.

func (*Extension[T]) IsPhysicsProcessingInternal

func (o *Extension[T]) IsPhysicsProcessingInternal() bool

IsPhysicsProcessingInternal is promoted from Node.Instance.IsPhysicsProcessingInternal.

func (*Extension[T]) IsProcessing

func (o *Extension[T]) IsProcessing() bool

IsProcessing is promoted from Node.Instance.IsProcessing.

func (*Extension[T]) IsProcessingInput

func (o *Extension[T]) IsProcessingInput() bool

IsProcessingInput is promoted from Node.Instance.IsProcessingInput.

func (*Extension[T]) IsProcessingInternal

func (o *Extension[T]) IsProcessingInternal() bool

IsProcessingInternal is promoted from Node.Instance.IsProcessingInternal.

func (*Extension[T]) IsProcessingShortcutInput

func (o *Extension[T]) IsProcessingShortcutInput() bool

IsProcessingShortcutInput is promoted from Node.Instance.IsProcessingShortcutInput.

func (*Extension[T]) IsProcessingUnhandledInput

func (o *Extension[T]) IsProcessingUnhandledInput() bool

IsProcessingUnhandledInput is promoted from Node.Instance.IsProcessingUnhandledInput.

func (*Extension[T]) IsProcessingUnhandledKeyInput

func (o *Extension[T]) IsProcessingUnhandledKeyInput() bool

IsProcessingUnhandledKeyInput is promoted from Node.Instance.IsProcessingUnhandledKeyInput.

func (*Extension[T]) IsUsingFontOversampling

func (o *Extension[T]) IsUsingFontOversampling() bool

func (*Extension[T]) KeepTitleVisible

func (o *Extension[T]) KeepTitleVisible() bool

func (*Extension[T]) MaxSize

func (o *Extension[T]) MaxSize() Vector2i.XY

func (*Extension[T]) MaximizeDisabled

func (o *Extension[T]) MaximizeDisabled() bool

func (*Extension[T]) MeshLodThreshold

func (o *Extension[T]) MeshLodThreshold() Float.X

func (*Extension[T]) MinSize

func (o *Extension[T]) MinSize() Vector2i.XY

func (*Extension[T]) MinimizeDisabled

func (o *Extension[T]) MinimizeDisabled() bool

func (*Extension[T]) Mode

func (o *Extension[T]) Mode() Mode

func (*Extension[T]) MousePassthrough

func (o *Extension[T]) MousePassthrough() bool

func (*Extension[T]) MousePassthroughPolygon

func (o *Extension[T]) MousePassthroughPolygon() []Vector2.XY

func (*Extension[T]) MoveChild

func (o *Extension[T]) MoveChild(child_node Node.Instance, to_index int)

MoveChild is promoted from Node.Instance.MoveChild.

func (*Extension[T]) MoveToCenter

func (o *Extension[T]) MoveToCenter()

func (*Extension[T]) MoveToForeground

func (o *Extension[T]) MoveToForeground()

func (*Extension[T]) Msaa2d

func (o *Extension[T]) Msaa2d() Viewport.MSAA

func (*Extension[T]) Msaa3d

func (o *Extension[T]) Msaa3d() Viewport.MSAA

func (*Extension[T]) Multiplayer

func (o *Extension[T]) Multiplayer() MultiplayerAPI.Instance

func (*Extension[T]) Name

func (o *Extension[T]) Name() string

func (*Extension[T]) NonclientArea

func (o *Extension[T]) NonclientArea() Rect2i.PositionSize

func (*Extension[T]) NotifyDeferredThreadGroup

func (o *Extension[T]) NotifyDeferredThreadGroup(what int)

NotifyDeferredThreadGroup is promoted from Node.Instance.NotifyDeferredThreadGroup.

func (*Extension[T]) NotifyMouseEntered

func (o *Extension[T]) NotifyMouseEntered()

NotifyMouseEntered is promoted from Viewport.Instance.NotifyMouseEntered.

func (*Extension[T]) NotifyMouseExited

func (o *Extension[T]) NotifyMouseExited()

NotifyMouseExited is promoted from Viewport.Instance.NotifyMouseExited.

func (*Extension[T]) NotifyThreadSafe

func (o *Extension[T]) NotifyThreadSafe(what int)

NotifyThreadSafe is promoted from Node.Instance.NotifyThreadSafe.

func (*Extension[T]) OnAboutToPopup

func (o *Extension[T]) OnAboutToPopup(cb func(), flags ...Signal.Flags) *Extension[T]

func (*Extension[T]) OnChildEnteredTree

func (o *Extension[T]) OnChildEnteredTree(cb func(node Node.Instance), flags ...Signal.Flags) *Extension[T]

OnChildEnteredTree is promoted from Node.Instance.OnChildEnteredTree.

func (*Extension[T]) OnChildExitingTree

func (o *Extension[T]) OnChildExitingTree(cb func(node Node.Instance), flags ...Signal.Flags) *Extension[T]

OnChildExitingTree is promoted from Node.Instance.OnChildExitingTree.

func (*Extension[T]) OnChildOrderChanged

func (o *Extension[T]) OnChildOrderChanged(cb func(), flags ...Signal.Flags) *Extension[T]

OnChildOrderChanged is promoted from Node.Instance.OnChildOrderChanged.

func (*Extension[T]) OnCloseRequested

func (o *Extension[T]) OnCloseRequested(cb func(), flags ...Signal.Flags) *Extension[T]

func (*Extension[T]) OnDpiChanged

func (o *Extension[T]) OnDpiChanged(cb func(), flags ...Signal.Flags) *Extension[T]

func (*Extension[T]) OnEditorDescriptionChanged

func (o *Extension[T]) OnEditorDescriptionChanged(cb func(node Node.Instance), flags ...Signal.Flags) *Extension[T]

OnEditorDescriptionChanged is promoted from Node.Instance.OnEditorDescriptionChanged.

func (*Extension[T]) OnEditorStateChanged

func (o *Extension[T]) OnEditorStateChanged(cb func(), flags ...Signal.Flags) *Extension[T]

OnEditorStateChanged is promoted from Node.Instance.OnEditorStateChanged.

func (*Extension[T]) OnFilesDropped

func (o *Extension[T]) OnFilesDropped(cb func(files []string), flags ...Signal.Flags) *Extension[T]

func (*Extension[T]) OnFocusEntered

func (o *Extension[T]) OnFocusEntered(cb func(), flags ...Signal.Flags) *Extension[T]

func (*Extension[T]) OnFocusExited

func (o *Extension[T]) OnFocusExited(cb func(), flags ...Signal.Flags) *Extension[T]

func (*Extension[T]) OnGoBackRequested

func (o *Extension[T]) OnGoBackRequested(cb func(), flags ...Signal.Flags) *Extension[T]

func (*Extension[T]) OnGuiFocusChanged

func (o *Extension[T]) OnGuiFocusChanged(cb func(node Control.Instance), flags ...Signal.Flags) *Extension[T]

OnGuiFocusChanged is promoted from Viewport.Instance.OnGuiFocusChanged.

func (*Extension[T]) OnMouseEntered

func (o *Extension[T]) OnMouseEntered(cb func(), flags ...Signal.Flags) *Extension[T]

func (*Extension[T]) OnMouseExited

func (o *Extension[T]) OnMouseExited(cb func(), flags ...Signal.Flags) *Extension[T]

func (*Extension[T]) OnNonclientWindowInput

func (o *Extension[T]) OnNonclientWindowInput(cb func(event InputEvent.Instance), flags ...Signal.Flags) *Extension[T]

func (*Extension[T]) OnReady

func (o *Extension[T]) OnReady(cb func(), flags ...Signal.Flags) *Extension[T]

OnReady is promoted from Node.Instance.OnReady.

func (*Extension[T]) OnRenamed

func (o *Extension[T]) OnRenamed(cb func(), flags ...Signal.Flags) *Extension[T]

OnRenamed is promoted from Node.Instance.OnRenamed.

func (*Extension[T]) OnReplacingBy

func (o *Extension[T]) OnReplacingBy(cb func(node Node.Instance), flags ...Signal.Flags) *Extension[T]

OnReplacingBy is promoted from Node.Instance.OnReplacingBy.

func (*Extension[T]) OnSizeChanged

func (o *Extension[T]) OnSizeChanged(cb func(), flags ...Signal.Flags) *Extension[T]

OnSizeChanged is promoted from Viewport.Instance.OnSizeChanged.

func (*Extension[T]) OnThemeChanged

func (o *Extension[T]) OnThemeChanged(cb func(), flags ...Signal.Flags) *Extension[T]

func (*Extension[T]) OnTitleChanged

func (o *Extension[T]) OnTitleChanged(cb func(), flags ...Signal.Flags) *Extension[T]

func (*Extension[T]) OnTitlebarChanged

func (o *Extension[T]) OnTitlebarChanged(cb func(), flags ...Signal.Flags) *Extension[T]

func (*Extension[T]) OnTreeEntered

func (o *Extension[T]) OnTreeEntered(cb func(), flags ...Signal.Flags) *Extension[T]

OnTreeEntered is promoted from Node.Instance.OnTreeEntered.

func (*Extension[T]) OnTreeExited

func (o *Extension[T]) OnTreeExited(cb func(), flags ...Signal.Flags) *Extension[T]

OnTreeExited is promoted from Node.Instance.OnTreeExited.

func (*Extension[T]) OnTreeExiting

func (o *Extension[T]) OnTreeExiting(cb func(), flags ...Signal.Flags) *Extension[T]

OnTreeExiting is promoted from Node.Instance.OnTreeExiting.

func (*Extension[T]) OnVisibilityChanged

func (o *Extension[T]) OnVisibilityChanged(cb func(), flags ...Signal.Flags) *Extension[T]

func (*Extension[T]) OnWindowInput

func (o *Extension[T]) OnWindowInput(cb func(event InputEvent.Instance), flags ...Signal.Flags) *Extension[T]

func (*Extension[T]) Oversampling

func (o *Extension[T]) Oversampling() bool

func (*Extension[T]) OversamplingOverride

func (o *Extension[T]) OversamplingOverride() Float.X

func (*Extension[T]) OwnWorld3d

func (o *Extension[T]) OwnWorld3d() bool

func (*Extension[T]) Owner

func (o *Extension[T]) Owner() Node.Instance

func (*Extension[T]) PhysicsInterpolationMode

func (o *Extension[T]) PhysicsInterpolationMode() Node.PhysicsInterpolationMode

func (*Extension[T]) PhysicsObjectPicking

func (o *Extension[T]) PhysicsObjectPicking() bool

func (*Extension[T]) PhysicsObjectPickingFirstOnly

func (o *Extension[T]) PhysicsObjectPickingFirstOnly() bool

func (*Extension[T]) PhysicsObjectPickingSort

func (o *Extension[T]) PhysicsObjectPickingSort() bool

func (*Extension[T]) PopupExclusiveOnParent

func (o *Extension[T]) PopupExclusiveOnParent(from_node Node.Instance, parent_rect Rect2i.PositionSize)

func (*Extension[T]) PopupOnParent

func (o *Extension[T]) PopupOnParent(parent_rect Rect2i.PositionSize)

func (*Extension[T]) PopupWindow

func (o *Extension[T]) PopupWindow() bool

func (*Extension[T]) PopupWmHint

func (o *Extension[T]) PopupWmHint() bool

func (*Extension[T]) Position

func (o *Extension[T]) Position() Vector2i.XY

func (*Extension[T]) PositionalShadowAtlas16Bits

func (o *Extension[T]) PositionalShadowAtlas16Bits() bool

func (*Extension[T]) PositionalShadowAtlasQuad0

func (o *Extension[T]) PositionalShadowAtlasQuad0() Viewport.PositionalShadowAtlasQuadrantSubdiv

func (*Extension[T]) PositionalShadowAtlasQuad1

func (o *Extension[T]) PositionalShadowAtlasQuad1() Viewport.PositionalShadowAtlasQuadrantSubdiv

func (*Extension[T]) PositionalShadowAtlasQuad2

func (o *Extension[T]) PositionalShadowAtlasQuad2() Viewport.PositionalShadowAtlasQuadrantSubdiv

func (*Extension[T]) PositionalShadowAtlasQuad3

func (o *Extension[T]) PositionalShadowAtlasQuad3() Viewport.PositionalShadowAtlasQuadrantSubdiv

func (*Extension[T]) PositionalShadowAtlasSize

func (o *Extension[T]) PositionalShadowAtlasSize() int

func (*Extension[T]) PrintTree

func (o *Extension[T]) PrintTree()

PrintTree is promoted from Node.Instance.PrintTree.

func (*Extension[T]) PrintTreePretty

func (o *Extension[T]) PrintTreePretty()

PrintTreePretty is promoted from Node.Instance.PrintTreePretty.

func (*Extension[T]) ProcessMode

func (o *Extension[T]) ProcessMode() Node.ProcessMode

func (*Extension[T]) ProcessPhysicsPriority

func (o *Extension[T]) ProcessPhysicsPriority() int

func (*Extension[T]) ProcessPriority

func (o *Extension[T]) ProcessPriority() int

func (*Extension[T]) ProcessThreadGroup

func (o *Extension[T]) ProcessThreadGroup() Node.ProcessThreadGroup

func (*Extension[T]) ProcessThreadGroupOrder

func (o *Extension[T]) ProcessThreadGroupOrder() int

func (*Extension[T]) ProcessThreadMessages

func (o *Extension[T]) ProcessThreadMessages() Node.ProcessThreadMessages

func (*Extension[T]) PropagateNotification

func (o *Extension[T]) PropagateNotification(what int)

PropagateNotification is promoted from Node.Instance.PropagateNotification.

func (*Extension[T]) PushTextInput

func (o *Extension[T]) PushTextInput(text string)

PushTextInput is promoted from Viewport.Instance.PushTextInput.

func (*Extension[T]) QueueAccessibilityUpdate

func (o *Extension[T]) QueueAccessibilityUpdate()

QueueAccessibilityUpdate is promoted from Node.Instance.QueueAccessibilityUpdate.

func (*Extension[T]) QueueFree

func (o *Extension[T]) QueueFree()

QueueFree is promoted from Node.Instance.QueueFree.

func (*Extension[T]) RemoveChild

func (o *Extension[T]) RemoveChild(node Node.Instance)

RemoveChild is promoted from Node.Instance.RemoveChild.

func (*Extension[T]) RemoveFromGroup

func (o *Extension[T]) RemoveFromGroup(group string)

RemoveFromGroup is promoted from Node.Instance.RemoveFromGroup.

func (*Extension[T]) RemoveThemeColorOverride

func (o *Extension[T]) RemoveThemeColorOverride(name string)

func (*Extension[T]) RemoveThemeConstantOverride

func (o *Extension[T]) RemoveThemeConstantOverride(name string)

func (*Extension[T]) RemoveThemeFontOverride

func (o *Extension[T]) RemoveThemeFontOverride(name string)

func (*Extension[T]) RemoveThemeFontSizeOverride

func (o *Extension[T]) RemoveThemeFontSizeOverride(name string)

func (*Extension[T]) RemoveThemeIconOverride

func (o *Extension[T]) RemoveThemeIconOverride(name string)

func (*Extension[T]) RemoveThemeStyleboxOverride

func (o *Extension[T]) RemoveThemeStyleboxOverride(name string)

func (*Extension[T]) RequestAttention

func (o *Extension[T]) RequestAttention()

func (*Extension[T]) RequestReady

func (o *Extension[T]) RequestReady()

RequestReady is promoted from Node.Instance.RequestReady.

func (*Extension[T]) ResetPhysicsInterpolation

func (o *Extension[T]) ResetPhysicsInterpolation()

ResetPhysicsInterpolation is promoted from Node.Instance.ResetPhysicsInterpolation.

func (*Extension[T]) ResetSize

func (o *Extension[T]) ResetSize()

func (*Extension[T]) RpcConfig

func (o *Extension[T]) RpcConfig(method string, config any)

RpcConfig is promoted from Node.Instance.RpcConfig.

func (*Extension[T]) Scaling3dMode

func (o *Extension[T]) Scaling3dMode() Viewport.Scaling3DMode

func (*Extension[T]) Scaling3dScale

func (o *Extension[T]) Scaling3dScale() Float.X

func (*Extension[T]) SceneFilePath

func (o *Extension[T]) SceneFilePath() string

func (*Extension[T]) ScreenSpaceAa

func (o *Extension[T]) ScreenSpaceAa() Viewport.ScreenSpaceAA

func (*Extension[T]) SdfOversize

func (o *Extension[T]) SdfOversize() Viewport.SDFOversize

func (*Extension[T]) SdfScale

func (o *Extension[T]) SdfScale() Viewport.SDFScale

func (*Extension[T]) SetAccessibilityDescription

func (o *Extension[T]) SetAccessibilityDescription(value string) *Extension[T]

func (*Extension[T]) SetAccessibilityName

func (o *Extension[T]) SetAccessibilityName(value string) *Extension[T]

func (*Extension[T]) SetAlwaysOnTop

func (o *Extension[T]) SetAlwaysOnTop(value bool) *Extension[T]

func (*Extension[T]) SetAnisotropicFilteringLevel

func (o *Extension[T]) SetAnisotropicFilteringLevel(value Viewport.AnisotropicFiltering) *Extension[T]

func (*Extension[T]) SetAudioListenerEnable2d

func (o *Extension[T]) SetAudioListenerEnable2d(value bool) *Extension[T]

func (*Extension[T]) SetAudioListenerEnable3d

func (o *Extension[T]) SetAudioListenerEnable3d(value bool) *Extension[T]

func (*Extension[T]) SetAutoTranslate

func (o *Extension[T]) SetAutoTranslate(value bool) *Extension[T]

func (*Extension[T]) SetAutoTranslateMode

func (o *Extension[T]) SetAutoTranslateMode(value Node.AutoTranslateMode) *Extension[T]

func (*Extension[T]) SetBorderless

func (o *Extension[T]) SetBorderless(value bool) *Extension[T]

func (*Extension[T]) SetCanvasCullMask

func (o *Extension[T]) SetCanvasCullMask(value int) *Extension[T]

func (*Extension[T]) SetCanvasCullMaskBit

func (o *Extension[T]) SetCanvasCullMaskBit(layer int, enable bool) *Extension[T]

SetCanvasCullMaskBit is promoted from Viewport.Instance.SetCanvasCullMaskBit.

func (*Extension[T]) SetCanvasItemDefaultTextureFilter

func (o *Extension[T]) SetCanvasItemDefaultTextureFilter(value Viewport.DefaultCanvasItemTextureFilter) *Extension[T]

func (*Extension[T]) SetCanvasItemDefaultTextureRepeat

func (o *Extension[T]) SetCanvasItemDefaultTextureRepeat(value Viewport.DefaultCanvasItemTextureRepeat) *Extension[T]

func (*Extension[T]) SetCanvasTransform

func (o *Extension[T]) SetCanvasTransform(value Transform2D.OriginXY) *Extension[T]

func (*Extension[T]) SetContentScaleAspect

func (o *Extension[T]) SetContentScaleAspect(value ContentScaleAspect) *Extension[T]

func (*Extension[T]) SetContentScaleFactor

func (o *Extension[T]) SetContentScaleFactor(value Float.X) *Extension[T]

func (*Extension[T]) SetContentScaleMode

func (o *Extension[T]) SetContentScaleMode(value ContentScaleMode) *Extension[T]

func (*Extension[T]) SetContentScaleSize

func (o *Extension[T]) SetContentScaleSize(value Vector2i.XY) *Extension[T]

func (*Extension[T]) SetContentScaleStretch

func (o *Extension[T]) SetContentScaleStretch(value ContentScaleStretch) *Extension[T]

func (*Extension[T]) SetCurrentScreen

func (o *Extension[T]) SetCurrentScreen(value int) *Extension[T]

func (*Extension[T]) SetDebugDraw

func (o *Extension[T]) SetDebugDraw(value Viewport.DebugDraw) *Extension[T]

func (*Extension[T]) SetDeferredThreadGroup

func (o *Extension[T]) SetDeferredThreadGroup(property string, value any) *Extension[T]

SetDeferredThreadGroup is promoted from Node.Instance.SetDeferredThreadGroup.

func (*Extension[T]) SetDisable3d

func (o *Extension[T]) SetDisable3d(value bool) *Extension[T]

func (*Extension[T]) SetDisplayFolded

func (o *Extension[T]) SetDisplayFolded(fold bool) *Extension[T]

SetDisplayFolded is promoted from Node.Instance.SetDisplayFolded.

func (*Extension[T]) SetEditableInstance

func (o *Extension[T]) SetEditableInstance(node Node.Instance, is_editable bool) *Extension[T]

SetEditableInstance is promoted from Node.Instance.SetEditableInstance.

func (*Extension[T]) SetEditorDescription

func (o *Extension[T]) SetEditorDescription(value string) *Extension[T]

func (*Extension[T]) SetExcludeFromCapture

func (o *Extension[T]) SetExcludeFromCapture(value bool) *Extension[T]

func (*Extension[T]) SetExclusive

func (o *Extension[T]) SetExclusive(value bool) *Extension[T]

func (*Extension[T]) SetExtendToTitle

func (o *Extension[T]) SetExtendToTitle(value bool) *Extension[T]

func (*Extension[T]) SetForceNative

func (o *Extension[T]) SetForceNative(value bool) *Extension[T]

func (*Extension[T]) SetFsrSharpness

func (o *Extension[T]) SetFsrSharpness(value Float.X) *Extension[T]

func (*Extension[T]) SetGlobalCanvasTransform

func (o *Extension[T]) SetGlobalCanvasTransform(value Transform2D.OriginXY) *Extension[T]

func (*Extension[T]) SetGuiDisableInput

func (o *Extension[T]) SetGuiDisableInput(value bool) *Extension[T]

func (*Extension[T]) SetGuiDragThreshold

func (o *Extension[T]) SetGuiDragThreshold(value int) *Extension[T]

func (*Extension[T]) SetGuiEmbedSubwindows

func (o *Extension[T]) SetGuiEmbedSubwindows(value bool) *Extension[T]

func (*Extension[T]) SetGuiSnapControlsToPixels

func (o *Extension[T]) SetGuiSnapControlsToPixels(value bool) *Extension[T]

func (*Extension[T]) SetHandleInputLocally

func (o *Extension[T]) SetHandleInputLocally(value bool) *Extension[T]

func (*Extension[T]) SetImeActive

func (o *Extension[T]) SetImeActive(active bool) *Extension[T]

func (*Extension[T]) SetImePosition

func (o *Extension[T]) SetImePosition(position Vector2i.XY) *Extension[T]

func (*Extension[T]) SetInitialPosition

func (o *Extension[T]) SetInitialPosition(value WindowInitialPosition) *Extension[T]

func (*Extension[T]) SetInputAsHandled

func (o *Extension[T]) SetInputAsHandled() *Extension[T]

SetInputAsHandled is promoted from Viewport.Instance.SetInputAsHandled.

func (*Extension[T]) SetKeepTitleVisible

func (o *Extension[T]) SetKeepTitleVisible(value bool) *Extension[T]

func (*Extension[T]) SetLayoutDirection

func (o *Extension[T]) SetLayoutDirection(direction LayoutDirection) *Extension[T]

func (*Extension[T]) SetMaxSize

func (o *Extension[T]) SetMaxSize(value Vector2i.XY) *Extension[T]

func (*Extension[T]) SetMaximizeDisabled

func (o *Extension[T]) SetMaximizeDisabled(value bool) *Extension[T]

func (*Extension[T]) SetMeshLodThreshold

func (o *Extension[T]) SetMeshLodThreshold(value Float.X) *Extension[T]

func (*Extension[T]) SetMinSize

func (o *Extension[T]) SetMinSize(value Vector2i.XY) *Extension[T]

func (*Extension[T]) SetMinimizeDisabled

func (o *Extension[T]) SetMinimizeDisabled(value bool) *Extension[T]

func (*Extension[T]) SetMode

func (o *Extension[T]) SetMode(value Mode) *Extension[T]

func (*Extension[T]) SetMousePassthrough

func (o *Extension[T]) SetMousePassthrough(value bool) *Extension[T]

func (*Extension[T]) SetMousePassthroughPolygon

func (o *Extension[T]) SetMousePassthroughPolygon(value []Vector2.XY) *Extension[T]

func (*Extension[T]) SetMsaa2d

func (o *Extension[T]) SetMsaa2d(value Viewport.MSAA) *Extension[T]

func (*Extension[T]) SetMsaa3d

func (o *Extension[T]) SetMsaa3d(value Viewport.MSAA) *Extension[T]

func (*Extension[T]) SetName

func (o *Extension[T]) SetName(value string) *Extension[T]

func (*Extension[T]) SetNonclientArea

func (o *Extension[T]) SetNonclientArea(value Rect2i.PositionSize) *Extension[T]

func (*Extension[T]) SetOversampling

func (o *Extension[T]) SetOversampling(value bool) *Extension[T]

func (*Extension[T]) SetOversamplingOverride

func (o *Extension[T]) SetOversamplingOverride(value Float.X) *Extension[T]

func (*Extension[T]) SetOwnWorld3d

func (o *Extension[T]) SetOwnWorld3d(value bool) *Extension[T]

func (*Extension[T]) SetOwner

func (o *Extension[T]) SetOwner(value Node.Instance) *Extension[T]

func (*Extension[T]) SetPhysicsInterpolationMode

func (o *Extension[T]) SetPhysicsInterpolationMode(value Node.PhysicsInterpolationMode) *Extension[T]

func (*Extension[T]) SetPhysicsObjectPicking

func (o *Extension[T]) SetPhysicsObjectPicking(value bool) *Extension[T]

func (*Extension[T]) SetPhysicsObjectPickingFirstOnly

func (o *Extension[T]) SetPhysicsObjectPickingFirstOnly(value bool) *Extension[T]

func (*Extension[T]) SetPhysicsObjectPickingSort

func (o *Extension[T]) SetPhysicsObjectPickingSort(value bool) *Extension[T]

func (*Extension[T]) SetPhysicsProcess

func (o *Extension[T]) SetPhysicsProcess(enable bool) *Extension[T]

SetPhysicsProcess is promoted from Node.Instance.SetPhysicsProcess.

func (*Extension[T]) SetPhysicsProcessInternal

func (o *Extension[T]) SetPhysicsProcessInternal(enable bool) *Extension[T]

SetPhysicsProcessInternal is promoted from Node.Instance.SetPhysicsProcessInternal.

func (*Extension[T]) SetPopupWindow

func (o *Extension[T]) SetPopupWindow(value bool) *Extension[T]

func (*Extension[T]) SetPopupWmHint

func (o *Extension[T]) SetPopupWmHint(value bool) *Extension[T]

func (*Extension[T]) SetPosition

func (o *Extension[T]) SetPosition(value Vector2i.XY) *Extension[T]

func (*Extension[T]) SetPositionalShadowAtlas16Bits

func (o *Extension[T]) SetPositionalShadowAtlas16Bits(value bool) *Extension[T]

func (*Extension[T]) SetPositionalShadowAtlasQuad0

func (o *Extension[T]) SetPositionalShadowAtlasQuad0(value Viewport.PositionalShadowAtlasQuadrantSubdiv) *Extension[T]

func (*Extension[T]) SetPositionalShadowAtlasQuad1

func (o *Extension[T]) SetPositionalShadowAtlasQuad1(value Viewport.PositionalShadowAtlasQuadrantSubdiv) *Extension[T]

func (*Extension[T]) SetPositionalShadowAtlasQuad2

func (o *Extension[T]) SetPositionalShadowAtlasQuad2(value Viewport.PositionalShadowAtlasQuadrantSubdiv) *Extension[T]

func (*Extension[T]) SetPositionalShadowAtlasQuad3

func (o *Extension[T]) SetPositionalShadowAtlasQuad3(value Viewport.PositionalShadowAtlasQuadrantSubdiv) *Extension[T]

func (*Extension[T]) SetPositionalShadowAtlasSize

func (o *Extension[T]) SetPositionalShadowAtlasSize(value int) *Extension[T]

func (*Extension[T]) SetProcess

func (o *Extension[T]) SetProcess(enable bool) *Extension[T]

SetProcess is promoted from Node.Instance.SetProcess.

func (*Extension[T]) SetProcessInput

func (o *Extension[T]) SetProcessInput(enable bool) *Extension[T]

SetProcessInput is promoted from Node.Instance.SetProcessInput.

func (*Extension[T]) SetProcessInternal

func (o *Extension[T]) SetProcessInternal(enable bool) *Extension[T]

SetProcessInternal is promoted from Node.Instance.SetProcessInternal.

func (*Extension[T]) SetProcessMode

func (o *Extension[T]) SetProcessMode(value Node.ProcessMode) *Extension[T]

func (*Extension[T]) SetProcessPhysicsPriority

func (o *Extension[T]) SetProcessPhysicsPriority(value int) *Extension[T]

func (*Extension[T]) SetProcessPriority

func (o *Extension[T]) SetProcessPriority(value int) *Extension[T]

func (*Extension[T]) SetProcessShortcutInput

func (o *Extension[T]) SetProcessShortcutInput(enable bool) *Extension[T]

SetProcessShortcutInput is promoted from Node.Instance.SetProcessShortcutInput.

func (*Extension[T]) SetProcessThreadGroup

func (o *Extension[T]) SetProcessThreadGroup(value Node.ProcessThreadGroup) *Extension[T]

func (*Extension[T]) SetProcessThreadGroupOrder

func (o *Extension[T]) SetProcessThreadGroupOrder(value int) *Extension[T]

func (*Extension[T]) SetProcessThreadMessages

func (o *Extension[T]) SetProcessThreadMessages(value Node.ProcessThreadMessages) *Extension[T]

func (*Extension[T]) SetProcessUnhandledInput

func (o *Extension[T]) SetProcessUnhandledInput(enable bool) *Extension[T]

SetProcessUnhandledInput is promoted from Node.Instance.SetProcessUnhandledInput.

func (*Extension[T]) SetProcessUnhandledKeyInput

func (o *Extension[T]) SetProcessUnhandledKeyInput(enable bool) *Extension[T]

SetProcessUnhandledKeyInput is promoted from Node.Instance.SetProcessUnhandledKeyInput.

func (*Extension[T]) SetScaling3dMode

func (o *Extension[T]) SetScaling3dMode(value Viewport.Scaling3DMode) *Extension[T]

func (*Extension[T]) SetScaling3dScale

func (o *Extension[T]) SetScaling3dScale(value Float.X) *Extension[T]

func (*Extension[T]) SetSceneFilePath

func (o *Extension[T]) SetSceneFilePath(value string) *Extension[T]

func (*Extension[T]) SetSceneInstanceLoadPlaceholder

func (o *Extension[T]) SetSceneInstanceLoadPlaceholder(load_placeholder bool) *Extension[T]

SetSceneInstanceLoadPlaceholder is promoted from Node.Instance.SetSceneInstanceLoadPlaceholder.

func (*Extension[T]) SetScreenSpaceAa

func (o *Extension[T]) SetScreenSpaceAa(value Viewport.ScreenSpaceAA) *Extension[T]

func (*Extension[T]) SetSdfOversize

func (o *Extension[T]) SetSdfOversize(value Viewport.SDFOversize) *Extension[T]

func (*Extension[T]) SetSdfScale

func (o *Extension[T]) SetSdfScale(value Viewport.SDFScale) *Extension[T]

func (*Extension[T]) SetSharpCorners

func (o *Extension[T]) SetSharpCorners(value bool) *Extension[T]

func (*Extension[T]) SetSize

func (o *Extension[T]) SetSize(value Vector2i.XY) *Extension[T]

func (*Extension[T]) SetSnap2dTransformsToPixel

func (o *Extension[T]) SetSnap2dTransformsToPixel(value bool) *Extension[T]

func (*Extension[T]) SetSnap2dVerticesToPixel

func (o *Extension[T]) SetSnap2dVerticesToPixel(value bool) *Extension[T]

func (*Extension[T]) SetTextureMipmapBias

func (o *Extension[T]) SetTextureMipmapBias(value Float.X) *Extension[T]

func (*Extension[T]) SetTheme

func (o *Extension[T]) SetTheme(value Theme.Instance) *Extension[T]

func (*Extension[T]) SetThemeTypeVariation

func (o *Extension[T]) SetThemeTypeVariation(value string) *Extension[T]

func (*Extension[T]) SetThreadSafe

func (o *Extension[T]) SetThreadSafe(property string, value any) *Extension[T]

SetThreadSafe is promoted from Node.Instance.SetThreadSafe.

func (*Extension[T]) SetTitle

func (o *Extension[T]) SetTitle(value string) *Extension[T]

func (*Extension[T]) SetTransient

func (o *Extension[T]) SetTransient(value bool) *Extension[T]

func (*Extension[T]) SetTransientToFocused

func (o *Extension[T]) SetTransientToFocused(value bool) *Extension[T]

func (*Extension[T]) SetTranslationDomainInherited

func (o *Extension[T]) SetTranslationDomainInherited() *Extension[T]

SetTranslationDomainInherited is promoted from Node.Instance.SetTranslationDomainInherited.

func (*Extension[T]) SetTransparent

func (o *Extension[T]) SetTransparent(value bool) *Extension[T]

func (*Extension[T]) SetTransparentBg

func (o *Extension[T]) SetTransparentBg(value bool) *Extension[T]

func (*Extension[T]) SetUnfocusable

func (o *Extension[T]) SetUnfocusable(value bool) *Extension[T]

func (*Extension[T]) SetUniqueNameInOwner

func (o *Extension[T]) SetUniqueNameInOwner(value bool) *Extension[T]

func (*Extension[T]) SetUnparentWhenInvisible

func (o *Extension[T]) SetUnparentWhenInvisible(unparent bool) *Extension[T]

func (*Extension[T]) SetUnresizable

func (o *Extension[T]) SetUnresizable(value bool) *Extension[T]

func (*Extension[T]) SetUseDebanding

func (o *Extension[T]) SetUseDebanding(value bool) *Extension[T]

func (*Extension[T]) SetUseFontOversampling

func (o *Extension[T]) SetUseFontOversampling(enable bool) *Extension[T]

func (*Extension[T]) SetUseHdr2d

func (o *Extension[T]) SetUseHdr2d(value bool) *Extension[T]

func (*Extension[T]) SetUseOcclusionCulling

func (o *Extension[T]) SetUseOcclusionCulling(value bool) *Extension[T]

func (*Extension[T]) SetUseTaa

func (o *Extension[T]) SetUseTaa(value bool) *Extension[T]

func (*Extension[T]) SetUseXr

func (o *Extension[T]) SetUseXr(value bool) *Extension[T]

func (*Extension[T]) SetVisible

func (o *Extension[T]) SetVisible(value bool) *Extension[T]

func (*Extension[T]) SetVrsMode

func (o *Extension[T]) SetVrsMode(value Viewport.VRSMode) *Extension[T]

func (*Extension[T]) SetVrsTexture

func (o *Extension[T]) SetVrsTexture(value Texture2D.Instance) *Extension[T]

func (*Extension[T]) SetVrsUpdateMode

func (o *Extension[T]) SetVrsUpdateMode(value Viewport.VRSUpdateMode) *Extension[T]

func (*Extension[T]) SetWorld2d

func (o *Extension[T]) SetWorld2d(value World2D.Instance) *Extension[T]

func (*Extension[T]) SetWorld3d

func (o *Extension[T]) SetWorld3d(value World3D.Instance) *Extension[T]

func (*Extension[T]) SetWrapControls

func (o *Extension[T]) SetWrapControls(value bool) *Extension[T]

func (*Extension[T]) SharpCorners

func (o *Extension[T]) SharpCorners() bool

func (*Extension[T]) Show

func (o *Extension[T]) Show()

func (*Extension[T]) Size

func (o *Extension[T]) Size() Vector2i.XY

func (*Extension[T]) Snap2dTransformsToPixel

func (o *Extension[T]) Snap2dTransformsToPixel() bool

func (*Extension[T]) Snap2dVerticesToPixel

func (o *Extension[T]) Snap2dVerticesToPixel() bool

func (*Extension[T]) StartDrag

func (o *Extension[T]) StartDrag()

func (*Extension[T]) StartResize

func (o *Extension[T]) StartResize(edge DisplayServer.WindowResizeEdge)

func (*Extension[T]) TextureMipmapBias

func (o *Extension[T]) TextureMipmapBias() Float.X

func (*Extension[T]) Theme

func (o *Extension[T]) Theme() Theme.Instance

func (*Extension[T]) ThemeTypeVariation

func (o *Extension[T]) ThemeTypeVariation() string

func (*Extension[T]) Title

func (o *Extension[T]) Title() string

func (*Extension[T]) Transient

func (o *Extension[T]) Transient() bool

func (*Extension[T]) TransientToFocused

func (o *Extension[T]) TransientToFocused() bool

func (*Extension[T]) Transparent

func (o *Extension[T]) Transparent() bool

func (*Extension[T]) TransparentBg

func (o *Extension[T]) TransparentBg() bool

func (*Extension[T]) Unfocusable

func (o *Extension[T]) Unfocusable() bool

func (*Extension[T]) UniqueNameInOwner

func (o *Extension[T]) UniqueNameInOwner() bool

func (*Extension[T]) Unresizable

func (o *Extension[T]) Unresizable() bool

func (*Extension[T]) UpdateConfigurationWarnings

func (o *Extension[T]) UpdateConfigurationWarnings()

UpdateConfigurationWarnings is promoted from Node.Instance.UpdateConfigurationWarnings.

func (*Extension[T]) UpdateMouseCursorState

func (o *Extension[T]) UpdateMouseCursorState()

UpdateMouseCursorState is promoted from Viewport.Instance.UpdateMouseCursorState.

func (*Extension[T]) UseDebanding

func (o *Extension[T]) UseDebanding() bool

func (*Extension[T]) UseHdr2d

func (o *Extension[T]) UseHdr2d() bool

func (*Extension[T]) UseOcclusionCulling

func (o *Extension[T]) UseOcclusionCulling() bool

func (*Extension[T]) UseTaa

func (o *Extension[T]) UseTaa() bool

func (*Extension[T]) UseXr

func (o *Extension[T]) UseXr() bool

func (*Extension[T]) Visible

func (o *Extension[T]) Visible() bool

func (*Extension[T]) VrsMode

func (o *Extension[T]) VrsMode() Viewport.VRSMode

func (*Extension[T]) VrsTexture

func (o *Extension[T]) VrsTexture() Texture2D.Instance

func (*Extension[T]) VrsUpdateMode

func (o *Extension[T]) VrsUpdateMode() Viewport.VRSUpdateMode

func (*Extension[T]) WarpMouse

func (o *Extension[T]) WarpMouse(position Vector2.XY)

WarpMouse is promoted from Viewport.Instance.WarpMouse.

func (*Extension[T]) World2d

func (o *Extension[T]) World2d() World2D.Instance

func (*Extension[T]) World3d

func (o *Extension[T]) World3d() World3D.Instance

func (*Extension[T]) WrapControls

func (o *Extension[T]) WrapControls() bool

type Flags

type Flags int64 //gd:Window.Flags
const (
	FlagResizeDisabled     Flags = 0
	FlagBorderless         Flags = 1
	FlagAlwaysOnTop        Flags = 2
	FlagTransparent        Flags = 3
	FlagNoFocus            Flags = 4
	FlagPopup              Flags = 5
	FlagExtendToTitle      Flags = 6
	FlagMousePassthrough   Flags = 7
	FlagSharpCorners       Flags = 8
	FlagExcludeFromCapture Flags = 9
	FlagPopupWmHint        Flags = 10
	FlagMinimizeDisabled   Flags = 11
	FlagMaximizeDisabled   Flags = 12
	FlagMax                Flags = 13
)

type ID

type ID Object.ID

ID is a typed object ID (reference) to an instance of this class, use it to store references to objects with unknown lifetimes, as an ID will not panic on use if the underlying object has been destroyed.

func (ID) Instance

func (id ID) Instance() (Instance, bool)

type Implementation

type Implementation = implementation

Implementation implements Interface with empty methods.

type Instance

type Instance [1]gdclass.Window

Instance of the class with convieniently typed arguments and results.

var Nil Instance

Nil is a nil/null instance of the class. Equivalent to the zero value.

func Get

func Get(peer Node.Instance) Instance

func GetFocusedWindow

func GetFocusedWindow() Instance

func GetLastExclusive

func GetLastExclusive(peer Node.Instance) Instance

func New

func New() Instance

func (Instance) AccessibilityDescription

func (self Instance) AccessibilityDescription() string

func (Instance) AccessibilityName

func (self Instance) AccessibilityName() string

func (Instance) AddThemeColorOverride

func (self Instance) AddThemeColorOverride(name string, color Color.RGBA)

func (Instance) AddThemeConstantOverride

func (self Instance) AddThemeConstantOverride(name string, constant int)

func (Instance) AddThemeFontOverride

func (self Instance) AddThemeFontOverride(name string, font Font.Instance)

func (Instance) AddThemeFontSizeOverride

func (self Instance) AddThemeFontSizeOverride(name string, font_size int)

func (Instance) AddThemeIconOverride

func (self Instance) AddThemeIconOverride(name string, texture Texture2D.Instance)

func (Instance) AddThemeStyleboxOverride

func (self Instance) AddThemeStyleboxOverride(name string, stylebox StyleBox.Instance)

func (Instance) AlwaysOnTop

func (self Instance) AlwaysOnTop() bool

func (Instance) AnisotropicFilteringLevel

func (self Instance) AnisotropicFilteringLevel() Viewport.AnisotropicFiltering

AnisotropicFilteringLevel is promoted from Viewport.Instance.AnisotropicFilteringLevel.

func (Instance) AsNode

func (o Instance) AsNode() Node.Instance

func (Instance) AsObject

func (o Instance) AsObject() [1]gdreference.Object

func (Instance) AsViewport

func (o Instance) AsViewport() Viewport.Instance

func (Instance) AsWindow

func (o Instance) AsWindow() Instance

func (Instance) AudioListenerEnable2d

func (self Instance) AudioListenerEnable2d() bool

AudioListenerEnable2d is promoted from Viewport.Instance.AudioListenerEnable2d.

func (Instance) AudioListenerEnable3d

func (self Instance) AudioListenerEnable3d() bool

AudioListenerEnable3d is promoted from Viewport.Instance.AudioListenerEnable3d.

func (Instance) AutoTranslate

func (self Instance) AutoTranslate() bool

func (Instance) AutoTranslateMode

func (self Instance) AutoTranslateMode() Node.AutoTranslateMode

AutoTranslateMode is promoted from Node.Instance.AutoTranslateMode.

func (Instance) BeginBulkThemeOverride

func (self Instance) BeginBulkThemeOverride()

func (Instance) Borderless

func (self Instance) Borderless() bool

func (Instance) CanAutoTranslate

func (self Instance) CanAutoTranslate() bool

CanAutoTranslate is promoted from Node.Instance.CanAutoTranslate.

func (Instance) CanDraw

func (self Instance) CanDraw() bool

func (Instance) CanProcess

func (self Instance) CanProcess() bool

CanProcess is promoted from Node.Instance.CanProcess.

func (Instance) CanvasCullMask

func (self Instance) CanvasCullMask() int

CanvasCullMask is promoted from Viewport.Instance.CanvasCullMask.

func (Instance) CanvasItemDefaultTextureFilter

func (self Instance) CanvasItemDefaultTextureFilter() Viewport.DefaultCanvasItemTextureFilter

CanvasItemDefaultTextureFilter is promoted from Viewport.Instance.CanvasItemDefaultTextureFilter.

func (Instance) CanvasItemDefaultTextureRepeat

func (self Instance) CanvasItemDefaultTextureRepeat() Viewport.DefaultCanvasItemTextureRepeat

CanvasItemDefaultTextureRepeat is promoted from Viewport.Instance.CanvasItemDefaultTextureRepeat.

func (Instance) CanvasTransform

func (self Instance) CanvasTransform() Transform2D.OriginXY

CanvasTransform is promoted from Viewport.Instance.CanvasTransform.

func (Instance) ChildControlsChanged

func (self Instance) ChildControlsChanged()

func (Instance) ContentScaleAspect

func (self Instance) ContentScaleAspect() ContentScaleAspect

func (Instance) ContentScaleFactor

func (self Instance) ContentScaleFactor() Float.X

func (Instance) ContentScaleMode

func (self Instance) ContentScaleMode() ContentScaleMode

func (Instance) ContentScaleSize

func (self Instance) ContentScaleSize() Vector2i.XY

func (Instance) ContentScaleStretch

func (self Instance) ContentScaleStretch() ContentScaleStretch

func (Instance) CreateTween

func (self Instance) CreateTween() Tween.Instance

CreateTween is promoted from Node.Instance.CreateTween.

func (Instance) CurrentScreen

func (self Instance) CurrentScreen() int

func (Instance) DebugDraw

func (self Instance) DebugDraw() Viewport.DebugDraw

DebugDraw is promoted from Viewport.Instance.DebugDraw.

func (Instance) Disable3d

func (self Instance) Disable3d() bool

Disable3d is promoted from Viewport.Instance.Disable3d.

func (Instance) EditorDescription

func (self Instance) EditorDescription() string

EditorDescription is promoted from Node.Instance.EditorDescription.

func (Instance) EndBulkThemeOverride

func (self Instance) EndBulkThemeOverride()

func (Instance) ExcludeFromCapture

func (self Instance) ExcludeFromCapture() bool

func (Instance) Exclusive

func (self Instance) Exclusive() bool

func (Instance) ExtendToTitle

func (self Instance) ExtendToTitle() bool

func (Instance) FindParent

func (self Instance) FindParent(pattern string) Node.Instance

FindParent is promoted from Node.Instance.FindParent.

func (Instance) FindWorld2d

func (self Instance) FindWorld2d() World2D.Instance

FindWorld2d is promoted from Viewport.Instance.FindWorld2d.

func (Instance) FindWorld3d

func (self Instance) FindWorld3d() World3D.Instance

FindWorld3d is promoted from Viewport.Instance.FindWorld3d.

func (Instance) ForceNative

func (self Instance) ForceNative() bool

func (Instance) FsrSharpness

func (self Instance) FsrSharpness() Float.X

FsrSharpness is promoted from Viewport.Instance.FsrSharpness.

func (Instance) GetAccessibilityElement

func (self Instance) GetAccessibilityElement() RID.AccessibilityElement

GetAccessibilityElement is promoted from Node.Instance.GetAccessibilityElement.

func (Instance) GetAudioListener2d

func (self Instance) GetAudioListener2d() AudioListener2D.Instance

GetAudioListener2d is promoted from Viewport.Instance.GetAudioListener2d.

func (Instance) GetAudioListener3d

func (self Instance) GetAudioListener3d() AudioListener3D.Instance

GetAudioListener3d is promoted from Viewport.Instance.GetAudioListener3d.

func (Instance) GetCamera2d

func (self Instance) GetCamera2d() Camera2D.Instance

GetCamera2d is promoted from Viewport.Instance.GetCamera2d.

func (Instance) GetCamera3d

func (self Instance) GetCamera3d() Camera3D.Instance

GetCamera3d is promoted from Viewport.Instance.GetCamera3d.

func (Instance) GetCanvasCullMaskBit

func (self Instance) GetCanvasCullMaskBit(layer int) bool

GetCanvasCullMaskBit is promoted from Viewport.Instance.GetCanvasCullMaskBit.

func (Instance) GetContentsMinimumSize

func (self Instance) GetContentsMinimumSize() Vector2.XY

func (Instance) GetEmbeddedInView

func (self Instance) GetEmbeddedInView(peer Viewport.Instance) []Instance

func (Instance) GetFinalTransform

func (self Instance) GetFinalTransform() Transform2D.OriginXY

GetFinalTransform is promoted from Viewport.Instance.GetFinalTransform.

func (Instance) GetGroups

func (self Instance) GetGroups() []string

GetGroups is promoted from Node.Instance.GetGroups.

func (Instance) GetLayoutDirection

func (self Instance) GetLayoutDirection() LayoutDirection

func (Instance) GetMousePosition

func (self Instance) GetMousePosition() Vector2.XY

GetMousePosition is promoted from Viewport.Instance.GetMousePosition.

func (Instance) GetMultiplayerAuthority

func (self Instance) GetMultiplayerAuthority() int

GetMultiplayerAuthority is promoted from Node.Instance.GetMultiplayerAuthority.

func (Instance) GetNode

func (self Instance) GetNode(path string) Node.Instance

GetNode is promoted from Node.Instance.GetNode.

func (Instance) GetNodeOrNull

func (self Instance) GetNodeOrNull(path string) Node.Instance

GetNodeOrNull is promoted from Node.Instance.GetNodeOrNull.

func (Instance) GetNodeRpcConfig

func (self Instance) GetNodeRpcConfig() any

GetNodeRpcConfig is promoted from Node.Instance.GetNodeRpcConfig.

func (Instance) GetOversampling

func (self Instance) GetOversampling() Float.X

GetOversampling is promoted from Viewport.Instance.GetOversampling.

func (Instance) GetParent

func (self Instance) GetParent() Node.Instance

GetParent is promoted from Node.Instance.GetParent.

func (Instance) GetPath

func (self Instance) GetPath() string

GetPath is promoted from Node.Instance.GetPath.

func (Instance) GetPhysicsProcessDeltaTime

func (self Instance) GetPhysicsProcessDeltaTime() Float.X

GetPhysicsProcessDeltaTime is promoted from Node.Instance.GetPhysicsProcessDeltaTime.

func (Instance) GetPositionWithDecorations

func (self Instance) GetPositionWithDecorations() Vector2i.XY

func (Instance) GetProcessDeltaTime

func (self Instance) GetProcessDeltaTime() Float.X

GetProcessDeltaTime is promoted from Node.Instance.GetProcessDeltaTime.

func (Instance) GetRenderInfo

func (self Instance) GetRenderInfo(atype Viewport.RenderInfoType, info Viewport.RenderInfo) int

GetRenderInfo is promoted from Viewport.Instance.GetRenderInfo.

func (Instance) GetSceneInstanceLoadPlaceholder

func (self Instance) GetSceneInstanceLoadPlaceholder() bool

GetSceneInstanceLoadPlaceholder is promoted from Node.Instance.GetSceneInstanceLoadPlaceholder.

func (Instance) GetScreenTransform

func (self Instance) GetScreenTransform() Transform2D.OriginXY

GetScreenTransform is promoted from Viewport.Instance.GetScreenTransform.

func (Instance) GetSizeWithDecorations

func (self Instance) GetSizeWithDecorations() Vector2i.XY

func (Instance) GetStretchTransform

func (self Instance) GetStretchTransform() Transform2D.OriginXY

GetStretchTransform is promoted from Viewport.Instance.GetStretchTransform.

func (Instance) GetTexture

func (self Instance) GetTexture() ViewportTexture.Instance

GetTexture is promoted from Viewport.Instance.GetTexture.

func (Instance) GetThemeColor

func (self Instance) GetThemeColor(name string) Color.RGBA

func (Instance) GetThemeConstant

func (self Instance) GetThemeConstant(name string) int

func (Instance) GetThemeDefaultBaseScale

func (self Instance) GetThemeDefaultBaseScale() Float.X

func (Instance) GetThemeDefaultFont

func (self Instance) GetThemeDefaultFont() Font.Instance

func (Instance) GetThemeDefaultFontSize

func (self Instance) GetThemeDefaultFontSize() int

func (Instance) GetThemeFont

func (self Instance) GetThemeFont(name string) Font.Instance

func (Instance) GetThemeFontSize

func (self Instance) GetThemeFontSize(name string) int

func (Instance) GetThemeIcon

func (self Instance) GetThemeIcon(name string) Texture2D.Instance

func (Instance) GetThemeStylebox

func (self Instance) GetThemeStylebox(name string) StyleBox.Instance

func (Instance) GetTreeString

func (self Instance) GetTreeString() string

GetTreeString is promoted from Node.Instance.GetTreeString.

func (Instance) GetTreeStringPretty

func (self Instance) GetTreeStringPretty() string

GetTreeStringPretty is promoted from Node.Instance.GetTreeStringPretty.

func (Instance) GetViewportRid

func (self Instance) GetViewportRid() RID.Viewport

GetViewportRid is promoted from Viewport.Instance.GetViewportRid.

func (Instance) GetVisibleRect

func (self Instance) GetVisibleRect() Rect2.PositionSize

GetVisibleRect is promoted from Viewport.Instance.GetVisibleRect.

func (Instance) GetWindowId

func (self Instance) GetWindowId() int

func (Instance) GlobalCanvasTransform

func (self Instance) GlobalCanvasTransform() Transform2D.OriginXY

GlobalCanvasTransform is promoted from Viewport.Instance.GlobalCanvasTransform.

func (Instance) GrabFocus

func (self Instance) GrabFocus()

func (Instance) GuiCancelDrag

func (self Instance) GuiCancelDrag()

GuiCancelDrag is promoted from Viewport.Instance.GuiCancelDrag.

func (Instance) GuiDisableInput

func (self Instance) GuiDisableInput() bool

GuiDisableInput is promoted from Viewport.Instance.GuiDisableInput.

func (Instance) GuiDragThreshold

func (self Instance) GuiDragThreshold() int

GuiDragThreshold is promoted from Viewport.Instance.GuiDragThreshold.

func (Instance) GuiEmbedSubwindows

func (self Instance) GuiEmbedSubwindows() bool

GuiEmbedSubwindows is promoted from Viewport.Instance.GuiEmbedSubwindows.

func (Instance) GuiGetDragData

func (self Instance) GuiGetDragData() any

GuiGetDragData is promoted from Viewport.Instance.GuiGetDragData.

func (Instance) GuiGetDragDescription

func (self Instance) GuiGetDragDescription() string

GuiGetDragDescription is promoted from Viewport.Instance.GuiGetDragDescription.

func (Instance) GuiGetFocusOwner

func (self Instance) GuiGetFocusOwner() Control.Instance

GuiGetFocusOwner is promoted from Viewport.Instance.GuiGetFocusOwner.

func (Instance) GuiGetHoveredControl

func (self Instance) GuiGetHoveredControl() Control.Instance

GuiGetHoveredControl is promoted from Viewport.Instance.GuiGetHoveredControl.

func (Instance) GuiIsDragSuccessful

func (self Instance) GuiIsDragSuccessful() bool

GuiIsDragSuccessful is promoted from Viewport.Instance.GuiIsDragSuccessful.

func (Instance) GuiIsDragging

func (self Instance) GuiIsDragging() bool

GuiIsDragging is promoted from Viewport.Instance.GuiIsDragging.

func (Instance) GuiReleaseFocus

func (self Instance) GuiReleaseFocus()

GuiReleaseFocus is promoted from Viewport.Instance.GuiReleaseFocus.

func (Instance) GuiSetDragDescription

func (self Instance) GuiSetDragDescription(description string)

GuiSetDragDescription is promoted from Viewport.Instance.GuiSetDragDescription.

func (Instance) GuiSnapControlsToPixels

func (self Instance) GuiSnapControlsToPixels() bool

GuiSnapControlsToPixels is promoted from Viewport.Instance.GuiSnapControlsToPixels.

func (Instance) HandleInputLocally

func (self Instance) HandleInputLocally() bool

HandleInputLocally is promoted from Viewport.Instance.HandleInputLocally.

func (Instance) HasFocus

func (self Instance) HasFocus() bool

func (Instance) HasNode

func (self Instance) HasNode(path string) bool

HasNode is promoted from Node.Instance.HasNode.

func (Instance) HasNodeAndResource

func (self Instance) HasNodeAndResource(path string) bool

HasNodeAndResource is promoted from Node.Instance.HasNodeAndResource.

func (Instance) HasThemeColor

func (self Instance) HasThemeColor(name string) bool

func (Instance) HasThemeColorOverride

func (self Instance) HasThemeColorOverride(name string) bool

func (Instance) HasThemeConstant

func (self Instance) HasThemeConstant(name string) bool

func (Instance) HasThemeConstantOverride

func (self Instance) HasThemeConstantOverride(name string) bool

func (Instance) HasThemeFont

func (self Instance) HasThemeFont(name string) bool

func (Instance) HasThemeFontOverride

func (self Instance) HasThemeFontOverride(name string) bool

func (Instance) HasThemeFontSize

func (self Instance) HasThemeFontSize(name string) bool

func (Instance) HasThemeFontSizeOverride

func (self Instance) HasThemeFontSizeOverride(name string) bool

func (Instance) HasThemeIcon

func (self Instance) HasThemeIcon(name string) bool

func (Instance) HasThemeIconOverride

func (self Instance) HasThemeIconOverride(name string) bool

func (Instance) HasThemeStylebox

func (self Instance) HasThemeStylebox(name string) bool

func (Instance) HasThemeStyleboxOverride

func (self Instance) HasThemeStyleboxOverride(name string) bool

func (Instance) Hide

func (self Instance) Hide()

func (Instance) ID

func (self Instance) ID() ID

func (Instance) InitialPosition

func (self Instance) InitialPosition() WindowInitialPosition

func (Instance) IsAncestorOf

func (self Instance) IsAncestorOf(node Node.Instance) bool

IsAncestorOf is promoted from Node.Instance.IsAncestorOf.

func (Instance) IsDisplayedFolded

func (self Instance) IsDisplayedFolded() bool

IsDisplayedFolded is promoted from Node.Instance.IsDisplayedFolded.

func (Instance) IsEditableInstance

func (self Instance) IsEditableInstance(node Node.Instance) bool

IsEditableInstance is promoted from Node.Instance.IsEditableInstance.

func (Instance) IsEmbedded

func (self Instance) IsEmbedded() bool

func (Instance) IsGreaterThan

func (self Instance) IsGreaterThan(node Node.Instance) bool

IsGreaterThan is promoted from Node.Instance.IsGreaterThan.

func (Instance) IsInGroup

func (self Instance) IsInGroup(group string) bool

IsInGroup is promoted from Node.Instance.IsInGroup.

func (Instance) IsInputHandled

func (self Instance) IsInputHandled() bool

IsInputHandled is promoted from Viewport.Instance.IsInputHandled.

func (Instance) IsInsideTree

func (self Instance) IsInsideTree() bool

IsInsideTree is promoted from Node.Instance.IsInsideTree.

func (Instance) IsLayoutRtl

func (self Instance) IsLayoutRtl() bool

func (Instance) IsMaximizeAllowed

func (self Instance) IsMaximizeAllowed() bool

func (Instance) IsMultiplayerAuthority

func (self Instance) IsMultiplayerAuthority() bool

IsMultiplayerAuthority is promoted from Node.Instance.IsMultiplayerAuthority.

func (Instance) IsNodeReady

func (self Instance) IsNodeReady() bool

IsNodeReady is promoted from Node.Instance.IsNodeReady.

func (Instance) IsPartOfEditedScene

func (self Instance) IsPartOfEditedScene() bool

IsPartOfEditedScene is promoted from Node.Instance.IsPartOfEditedScene.

func (Instance) IsPhysicsInterpolated

func (self Instance) IsPhysicsInterpolated() bool

IsPhysicsInterpolated is promoted from Node.Instance.IsPhysicsInterpolated.

func (Instance) IsPhysicsInterpolatedAndEnabled

func (self Instance) IsPhysicsInterpolatedAndEnabled() bool

IsPhysicsInterpolatedAndEnabled is promoted from Node.Instance.IsPhysicsInterpolatedAndEnabled.

func (Instance) IsPhysicsProcessing

func (self Instance) IsPhysicsProcessing() bool

IsPhysicsProcessing is promoted from Node.Instance.IsPhysicsProcessing.

func (Instance) IsPhysicsProcessingInternal

func (self Instance) IsPhysicsProcessingInternal() bool

IsPhysicsProcessingInternal is promoted from Node.Instance.IsPhysicsProcessingInternal.

func (Instance) IsProcessing

func (self Instance) IsProcessing() bool

IsProcessing is promoted from Node.Instance.IsProcessing.

func (Instance) IsProcessingInput

func (self Instance) IsProcessingInput() bool

IsProcessingInput is promoted from Node.Instance.IsProcessingInput.

func (Instance) IsProcessingInternal

func (self Instance) IsProcessingInternal() bool

IsProcessingInternal is promoted from Node.Instance.IsProcessingInternal.

func (Instance) IsProcessingShortcutInput

func (self Instance) IsProcessingShortcutInput() bool

IsProcessingShortcutInput is promoted from Node.Instance.IsProcessingShortcutInput.

func (Instance) IsProcessingUnhandledInput

func (self Instance) IsProcessingUnhandledInput() bool

IsProcessingUnhandledInput is promoted from Node.Instance.IsProcessingUnhandledInput.

func (Instance) IsProcessingUnhandledKeyInput

func (self Instance) IsProcessingUnhandledKeyInput() bool

IsProcessingUnhandledKeyInput is promoted from Node.Instance.IsProcessingUnhandledKeyInput.

func (Instance) IsUsingFontOversampling

func (self Instance) IsUsingFontOversampling() bool

func (Instance) KeepTitleVisible

func (self Instance) KeepTitleVisible() bool

func (Instance) MaxSize

func (self Instance) MaxSize() Vector2i.XY

func (Instance) MaximizeDisabled

func (self Instance) MaximizeDisabled() bool

func (Instance) MeshLodThreshold

func (self Instance) MeshLodThreshold() Float.X

MeshLodThreshold is promoted from Viewport.Instance.MeshLodThreshold.

func (Instance) MinSize

func (self Instance) MinSize() Vector2i.XY

func (Instance) MinimizeDisabled

func (self Instance) MinimizeDisabled() bool

func (Instance) Mode

func (self Instance) Mode() Mode

func (Instance) MoreArgs

func (self Instance) MoreArgs() MoreArgs

MoreArgs enables certain functions to be called with additional 'optional' arguments.

func (Instance) MousePassthrough

func (self Instance) MousePassthrough() bool

func (Instance) MousePassthroughPolygon

func (self Instance) MousePassthroughPolygon() []Vector2.XY

func (Instance) MoveChild

func (self Instance) MoveChild(child_node Node.Instance, to_index int)

MoveChild is promoted from Node.Instance.MoveChild.

func (Instance) MoveToCenter

func (self Instance) MoveToCenter()

func (Instance) MoveToForeground

func (self Instance) MoveToForeground()

func (Instance) Msaa2d

func (self Instance) Msaa2d() Viewport.MSAA

Msaa2d is promoted from Viewport.Instance.Msaa2d.

func (Instance) Msaa3d

func (self Instance) Msaa3d() Viewport.MSAA

Msaa3d is promoted from Viewport.Instance.Msaa3d.

func (Instance) Multiplayer

func (self Instance) Multiplayer() MultiplayerAPI.Instance

Multiplayer is promoted from Node.Instance.Multiplayer.

func (Instance) Name

func (self Instance) Name() string

Name is promoted from Node.Instance.Name.

func (Instance) NonclientArea

func (self Instance) NonclientArea() Rect2i.PositionSize

func (Instance) NotifyDeferredThreadGroup

func (self Instance) NotifyDeferredThreadGroup(what int)

NotifyDeferredThreadGroup is promoted from Node.Instance.NotifyDeferredThreadGroup.

func (Instance) NotifyMouseEntered

func (self Instance) NotifyMouseEntered()

NotifyMouseEntered is promoted from Viewport.Instance.NotifyMouseEntered.

func (Instance) NotifyMouseExited

func (self Instance) NotifyMouseExited()

NotifyMouseExited is promoted from Viewport.Instance.NotifyMouseExited.

func (Instance) NotifyThreadSafe

func (self Instance) NotifyThreadSafe(what int)

NotifyThreadSafe is promoted from Node.Instance.NotifyThreadSafe.

func (Instance) OnAboutToPopup

func (self Instance) OnAboutToPopup(cb func(), flags ...Signal.Flags) Instance

func (Instance) OnChildEnteredTree

func (self Instance) OnChildEnteredTree(cb func(node Node.Instance), flags ...Signal.Flags) Instance

OnChildEnteredTree is promoted from Node.Instance.OnChildEnteredTree.

func (Instance) OnChildExitingTree

func (self Instance) OnChildExitingTree(cb func(node Node.Instance), flags ...Signal.Flags) Instance

OnChildExitingTree is promoted from Node.Instance.OnChildExitingTree.

func (Instance) OnChildOrderChanged

func (self Instance) OnChildOrderChanged(cb func(), flags ...Signal.Flags) Instance

OnChildOrderChanged is promoted from Node.Instance.OnChildOrderChanged.

func (Instance) OnCloseRequested

func (self Instance) OnCloseRequested(cb func(), flags ...Signal.Flags) Instance

func (Instance) OnDpiChanged

func (self Instance) OnDpiChanged(cb func(), flags ...Signal.Flags) Instance

func (Instance) OnEditorDescriptionChanged

func (self Instance) OnEditorDescriptionChanged(cb func(node Node.Instance), flags ...Signal.Flags) Instance

OnEditorDescriptionChanged is promoted from Node.Instance.OnEditorDescriptionChanged.

func (Instance) OnEditorStateChanged

func (self Instance) OnEditorStateChanged(cb func(), flags ...Signal.Flags) Instance

OnEditorStateChanged is promoted from Node.Instance.OnEditorStateChanged.

func (Instance) OnFilesDropped

func (self Instance) OnFilesDropped(cb func(files []string), flags ...Signal.Flags) Instance

func (Instance) OnFocusEntered

func (self Instance) OnFocusEntered(cb func(), flags ...Signal.Flags) Instance

func (Instance) OnFocusExited

func (self Instance) OnFocusExited(cb func(), flags ...Signal.Flags) Instance

func (Instance) OnGoBackRequested

func (self Instance) OnGoBackRequested(cb func(), flags ...Signal.Flags) Instance

func (Instance) OnGuiFocusChanged

func (self Instance) OnGuiFocusChanged(cb func(node Control.Instance), flags ...Signal.Flags) Instance

OnGuiFocusChanged is promoted from Viewport.Instance.OnGuiFocusChanged.

func (Instance) OnMouseEntered

func (self Instance) OnMouseEntered(cb func(), flags ...Signal.Flags) Instance

func (Instance) OnMouseExited

func (self Instance) OnMouseExited(cb func(), flags ...Signal.Flags) Instance

func (Instance) OnNonclientWindowInput

func (self Instance) OnNonclientWindowInput(cb func(event InputEvent.Instance), flags ...Signal.Flags) Instance

func (Instance) OnReady

func (self Instance) OnReady(cb func(), flags ...Signal.Flags) Instance

OnReady is promoted from Node.Instance.OnReady.

func (Instance) OnRenamed

func (self Instance) OnRenamed(cb func(), flags ...Signal.Flags) Instance

OnRenamed is promoted from Node.Instance.OnRenamed.

func (Instance) OnReplacingBy

func (self Instance) OnReplacingBy(cb func(node Node.Instance), flags ...Signal.Flags) Instance

OnReplacingBy is promoted from Node.Instance.OnReplacingBy.

func (Instance) OnSizeChanged

func (self Instance) OnSizeChanged(cb func(), flags ...Signal.Flags) Instance

OnSizeChanged is promoted from Viewport.Instance.OnSizeChanged.

func (Instance) OnThemeChanged

func (self Instance) OnThemeChanged(cb func(), flags ...Signal.Flags) Instance

func (Instance) OnTitleChanged

func (self Instance) OnTitleChanged(cb func(), flags ...Signal.Flags) Instance

func (Instance) OnTitlebarChanged

func (self Instance) OnTitlebarChanged(cb func(), flags ...Signal.Flags) Instance

func (Instance) OnTreeEntered

func (self Instance) OnTreeEntered(cb func(), flags ...Signal.Flags) Instance

OnTreeEntered is promoted from Node.Instance.OnTreeEntered.

func (Instance) OnTreeExited

func (self Instance) OnTreeExited(cb func(), flags ...Signal.Flags) Instance

OnTreeExited is promoted from Node.Instance.OnTreeExited.

func (Instance) OnTreeExiting

func (self Instance) OnTreeExiting(cb func(), flags ...Signal.Flags) Instance

OnTreeExiting is promoted from Node.Instance.OnTreeExiting.

func (Instance) OnVisibilityChanged

func (self Instance) OnVisibilityChanged(cb func(), flags ...Signal.Flags) Instance

func (Instance) OnWindowInput

func (self Instance) OnWindowInput(cb func(event InputEvent.Instance), flags ...Signal.Flags) Instance

func (Instance) Oversampling

func (self Instance) Oversampling() bool

Oversampling is promoted from Viewport.Instance.Oversampling.

func (Instance) OversamplingOverride

func (self Instance) OversamplingOverride() Float.X

OversamplingOverride is promoted from Viewport.Instance.OversamplingOverride.

func (Instance) OwnWorld3d

func (self Instance) OwnWorld3d() bool

OwnWorld3d is promoted from Viewport.Instance.OwnWorld3d.

func (Instance) Owner

func (self Instance) Owner() Node.Instance

Owner is promoted from Node.Instance.Owner.

func (Instance) PhysicsInterpolationMode

func (self Instance) PhysicsInterpolationMode() Node.PhysicsInterpolationMode

PhysicsInterpolationMode is promoted from Node.Instance.PhysicsInterpolationMode.

func (Instance) PhysicsObjectPicking

func (self Instance) PhysicsObjectPicking() bool

PhysicsObjectPicking is promoted from Viewport.Instance.PhysicsObjectPicking.

func (Instance) PhysicsObjectPickingFirstOnly

func (self Instance) PhysicsObjectPickingFirstOnly() bool

PhysicsObjectPickingFirstOnly is promoted from Viewport.Instance.PhysicsObjectPickingFirstOnly.

func (Instance) PhysicsObjectPickingSort

func (self Instance) PhysicsObjectPickingSort() bool

PhysicsObjectPickingSort is promoted from Viewport.Instance.PhysicsObjectPickingSort.

func (Instance) Popup

func (self Instance) Popup()

func (Instance) PopupCentered

func (self Instance) PopupCentered()

func (Instance) PopupCenteredClamped

func (self Instance) PopupCenteredClamped()

func (Instance) PopupCenteredRatio

func (self Instance) PopupCenteredRatio()

func (Instance) PopupExclusive

func (self Instance) PopupExclusive(from_node Node.Instance)

func (Instance) PopupExclusiveCentered

func (self Instance) PopupExclusiveCentered(from_node Node.Instance)

func (Instance) PopupExclusiveCenteredClamped

func (self Instance) PopupExclusiveCenteredClamped(from_node Node.Instance)

func (Instance) PopupExclusiveCenteredRatio

func (self Instance) PopupExclusiveCenteredRatio(from_node Node.Instance)

func (Instance) PopupExclusiveOnParent

func (self Instance) PopupExclusiveOnParent(from_node Node.Instance, parent_rect Rect2i.PositionSize)

func (Instance) PopupOnParent

func (self Instance) PopupOnParent(parent_rect Rect2i.PositionSize)

func (Instance) PopupWindow

func (self Instance) PopupWindow() bool

func (Instance) PopupWmHint

func (self Instance) PopupWmHint() bool

func (Instance) Position

func (self Instance) Position() Vector2i.XY

func (Instance) PositionalShadowAtlas16Bits

func (self Instance) PositionalShadowAtlas16Bits() bool

PositionalShadowAtlas16Bits is promoted from Viewport.Instance.PositionalShadowAtlas16Bits.

func (Instance) PositionalShadowAtlasQuad0

func (self Instance) PositionalShadowAtlasQuad0() Viewport.PositionalShadowAtlasQuadrantSubdiv

PositionalShadowAtlasQuad0 is promoted from Viewport.Instance.PositionalShadowAtlasQuad0.

func (Instance) PositionalShadowAtlasQuad1

func (self Instance) PositionalShadowAtlasQuad1() Viewport.PositionalShadowAtlasQuadrantSubdiv

PositionalShadowAtlasQuad1 is promoted from Viewport.Instance.PositionalShadowAtlasQuad1.

func (Instance) PositionalShadowAtlasQuad2

func (self Instance) PositionalShadowAtlasQuad2() Viewport.PositionalShadowAtlasQuadrantSubdiv

PositionalShadowAtlasQuad2 is promoted from Viewport.Instance.PositionalShadowAtlasQuad2.

func (Instance) PositionalShadowAtlasQuad3

func (self Instance) PositionalShadowAtlasQuad3() Viewport.PositionalShadowAtlasQuadrantSubdiv

PositionalShadowAtlasQuad3 is promoted from Viewport.Instance.PositionalShadowAtlasQuad3.

func (Instance) PositionalShadowAtlasSize

func (self Instance) PositionalShadowAtlasSize() int

PositionalShadowAtlasSize is promoted from Viewport.Instance.PositionalShadowAtlasSize.

func (Instance) PrintTree

func (self Instance) PrintTree()

PrintTree is promoted from Node.Instance.PrintTree.

func (Instance) PrintTreePretty

func (self Instance) PrintTreePretty()

PrintTreePretty is promoted from Node.Instance.PrintTreePretty.

func (Instance) ProcessMode

func (self Instance) ProcessMode() Node.ProcessMode

ProcessMode is promoted from Node.Instance.ProcessMode.

func (Instance) ProcessPhysicsPriority

func (self Instance) ProcessPhysicsPriority() int

ProcessPhysicsPriority is promoted from Node.Instance.ProcessPhysicsPriority.

func (Instance) ProcessPriority

func (self Instance) ProcessPriority() int

ProcessPriority is promoted from Node.Instance.ProcessPriority.

func (Instance) ProcessThreadGroup

func (self Instance) ProcessThreadGroup() Node.ProcessThreadGroup

ProcessThreadGroup is promoted from Node.Instance.ProcessThreadGroup.

func (Instance) ProcessThreadGroupOrder

func (self Instance) ProcessThreadGroupOrder() int

ProcessThreadGroupOrder is promoted from Node.Instance.ProcessThreadGroupOrder.

func (Instance) ProcessThreadMessages

func (self Instance) ProcessThreadMessages() Node.ProcessThreadMessages

ProcessThreadMessages is promoted from Node.Instance.ProcessThreadMessages.

func (Instance) PropagateNotification

func (self Instance) PropagateNotification(what int)

PropagateNotification is promoted from Node.Instance.PropagateNotification.

func (Instance) PushTextInput

func (self Instance) PushTextInput(text string)

PushTextInput is promoted from Viewport.Instance.PushTextInput.

func (Instance) QueueAccessibilityUpdate

func (self Instance) QueueAccessibilityUpdate()

QueueAccessibilityUpdate is promoted from Node.Instance.QueueAccessibilityUpdate.

func (Instance) QueueFree

func (self Instance) QueueFree()

QueueFree is promoted from Node.Instance.QueueFree.

func (Instance) RemoveChild

func (self Instance) RemoveChild(node Node.Instance)

RemoveChild is promoted from Node.Instance.RemoveChild.

func (Instance) RemoveFromGroup

func (self Instance) RemoveFromGroup(group string)

RemoveFromGroup is promoted from Node.Instance.RemoveFromGroup.

func (Instance) RemoveThemeColorOverride

func (self Instance) RemoveThemeColorOverride(name string)

func (Instance) RemoveThemeConstantOverride

func (self Instance) RemoveThemeConstantOverride(name string)

func (Instance) RemoveThemeFontOverride

func (self Instance) RemoveThemeFontOverride(name string)

func (Instance) RemoveThemeFontSizeOverride

func (self Instance) RemoveThemeFontSizeOverride(name string)

func (Instance) RemoveThemeIconOverride

func (self Instance) RemoveThemeIconOverride(name string)

func (Instance) RemoveThemeStyleboxOverride

func (self Instance) RemoveThemeStyleboxOverride(name string)

func (Instance) RequestAttention

func (self Instance) RequestAttention()

func (Instance) RequestReady

func (self Instance) RequestReady()

RequestReady is promoted from Node.Instance.RequestReady.

func (Instance) ResetPhysicsInterpolation

func (self Instance) ResetPhysicsInterpolation()

ResetPhysicsInterpolation is promoted from Node.Instance.ResetPhysicsInterpolation.

func (Instance) ResetSize

func (self Instance) ResetSize()

func (Instance) RpcConfig

func (self Instance) RpcConfig(method string, config any)

RpcConfig is promoted from Node.Instance.RpcConfig.

func (Instance) Scaling3dMode

func (self Instance) Scaling3dMode() Viewport.Scaling3DMode

Scaling3dMode is promoted from Viewport.Instance.Scaling3dMode.

func (Instance) Scaling3dScale

func (self Instance) Scaling3dScale() Float.X

Scaling3dScale is promoted from Viewport.Instance.Scaling3dScale.

func (Instance) SceneFilePath

func (self Instance) SceneFilePath() string

SceneFilePath is promoted from Node.Instance.SceneFilePath.

func (Instance) ScreenSpaceAa

func (self Instance) ScreenSpaceAa() Viewport.ScreenSpaceAA

ScreenSpaceAa is promoted from Viewport.Instance.ScreenSpaceAa.

func (Instance) SdfOversize

func (self Instance) SdfOversize() Viewport.SDFOversize

SdfOversize is promoted from Viewport.Instance.SdfOversize.

func (Instance) SdfScale

func (self Instance) SdfScale() Viewport.SDFScale

SdfScale is promoted from Viewport.Instance.SdfScale.

func (Instance) SetAccessibilityDescription

func (self Instance) SetAccessibilityDescription(value string) Instance

SetAccessibilityDescription sets the property returned by [GetAccessibilityDescription]. Returns the instance, so that property settings can be chained.

func (Instance) SetAccessibilityName

func (self Instance) SetAccessibilityName(value string) Instance

SetAccessibilityName sets the property returned by [GetAccessibilityName]. Returns the instance, so that property settings can be chained.

func (Instance) SetAlwaysOnTop

func (self Instance) SetAlwaysOnTop(value bool) Instance

SetAlwaysOnTop sets the property returned by [GetFlag]. Returns the instance, so that property settings can be chained.

func (Instance) SetAnisotropicFilteringLevel

func (self Instance) SetAnisotropicFilteringLevel(value Viewport.AnisotropicFiltering) Instance

SetAnisotropicFilteringLevel is promoted from Viewport.Instance.SetAnisotropicFilteringLevel.

func (Instance) SetAudioListenerEnable2d

func (self Instance) SetAudioListenerEnable2d(value bool) Instance

SetAudioListenerEnable2d is promoted from Viewport.Instance.SetAudioListenerEnable2d.

func (Instance) SetAudioListenerEnable3d

func (self Instance) SetAudioListenerEnable3d(value bool) Instance

SetAudioListenerEnable3d is promoted from Viewport.Instance.SetAudioListenerEnable3d.

func (Instance) SetAutoTranslate

func (self Instance) SetAutoTranslate(value bool) Instance

SetAutoTranslate sets the property returned by [IsAutoTranslating]. Returns the instance, so that property settings can be chained.

func (Instance) SetAutoTranslateMode

func (self Instance) SetAutoTranslateMode(value Node.AutoTranslateMode) Instance

SetAutoTranslateMode is promoted from Node.Instance.SetAutoTranslateMode.

func (Instance) SetBorderless

func (self Instance) SetBorderless(value bool) Instance

SetBorderless sets the property returned by [GetFlag]. Returns the instance, so that property settings can be chained.

func (Instance) SetCanvasCullMask

func (self Instance) SetCanvasCullMask(value int) Instance

SetCanvasCullMask is promoted from Viewport.Instance.SetCanvasCullMask.

func (Instance) SetCanvasCullMaskBit

func (self Instance) SetCanvasCullMaskBit(layer int, enable bool) Instance

SetCanvasCullMaskBit is promoted from Viewport.Instance.SetCanvasCullMaskBit.

func (Instance) SetCanvasItemDefaultTextureFilter

func (self Instance) SetCanvasItemDefaultTextureFilter(value Viewport.DefaultCanvasItemTextureFilter) Instance

SetCanvasItemDefaultTextureFilter is promoted from Viewport.Instance.SetCanvasItemDefaultTextureFilter.

func (Instance) SetCanvasItemDefaultTextureRepeat

func (self Instance) SetCanvasItemDefaultTextureRepeat(value Viewport.DefaultCanvasItemTextureRepeat) Instance

SetCanvasItemDefaultTextureRepeat is promoted from Viewport.Instance.SetCanvasItemDefaultTextureRepeat.

func (Instance) SetCanvasTransform

func (self Instance) SetCanvasTransform(value Transform2D.OriginXY) Instance

SetCanvasTransform is promoted from Viewport.Instance.SetCanvasTransform.

func (Instance) SetContentScaleAspect

func (self Instance) SetContentScaleAspect(value ContentScaleAspect) Instance

SetContentScaleAspect sets the property returned by [GetContentScaleAspect]. Returns the instance, so that property settings can be chained.

func (Instance) SetContentScaleFactor

func (self Instance) SetContentScaleFactor(value Float.X) Instance

SetContentScaleFactor sets the property returned by [GetContentScaleFactor]. Returns the instance, so that property settings can be chained.

func (Instance) SetContentScaleMode

func (self Instance) SetContentScaleMode(value ContentScaleMode) Instance

SetContentScaleMode sets the property returned by [GetContentScaleMode]. Returns the instance, so that property settings can be chained.

func (Instance) SetContentScaleSize

func (self Instance) SetContentScaleSize(value Vector2i.XY) Instance

SetContentScaleSize sets the property returned by [GetContentScaleSize]. Returns the instance, so that property settings can be chained.

func (Instance) SetContentScaleStretch

func (self Instance) SetContentScaleStretch(value ContentScaleStretch) Instance

SetContentScaleStretch sets the property returned by [GetContentScaleStretch]. Returns the instance, so that property settings can be chained.

func (Instance) SetCurrentScreen

func (self Instance) SetCurrentScreen(value int) Instance

SetCurrentScreen sets the property returned by [GetCurrentScreen]. Returns the instance, so that property settings can be chained.

func (Instance) SetDebugDraw

func (self Instance) SetDebugDraw(value Viewport.DebugDraw) Instance

SetDebugDraw is promoted from Viewport.Instance.SetDebugDraw.

func (Instance) SetDeferredThreadGroup

func (self Instance) SetDeferredThreadGroup(property string, value any) Instance

SetDeferredThreadGroup is promoted from Node.Instance.SetDeferredThreadGroup.

func (Instance) SetDisable3d

func (self Instance) SetDisable3d(value bool) Instance

SetDisable3d is promoted from Viewport.Instance.SetDisable3d.

func (Instance) SetDisplayFolded

func (self Instance) SetDisplayFolded(fold bool) Instance

SetDisplayFolded is promoted from Node.Instance.SetDisplayFolded.

func (Instance) SetEditableInstance

func (self Instance) SetEditableInstance(node Node.Instance, is_editable bool) Instance

SetEditableInstance is promoted from Node.Instance.SetEditableInstance.

func (Instance) SetEditorDescription

func (self Instance) SetEditorDescription(value string) Instance

SetEditorDescription is promoted from Node.Instance.SetEditorDescription.

func (Instance) SetExcludeFromCapture

func (self Instance) SetExcludeFromCapture(value bool) Instance

SetExcludeFromCapture sets the property returned by [GetFlag]. Returns the instance, so that property settings can be chained.

func (Instance) SetExclusive

func (self Instance) SetExclusive(value bool) Instance

SetExclusive sets the property returned by [IsExclusive]. Returns the instance, so that property settings can be chained.

func (Instance) SetExtendToTitle

func (self Instance) SetExtendToTitle(value bool) Instance

SetExtendToTitle sets the property returned by [GetFlag]. Returns the instance, so that property settings can be chained.

func (Instance) SetForceNative

func (self Instance) SetForceNative(value bool) Instance

SetForceNative sets the property returned by [GetForceNative]. Returns the instance, so that property settings can be chained.

func (Instance) SetFsrSharpness

func (self Instance) SetFsrSharpness(value Float.X) Instance

SetFsrSharpness is promoted from Viewport.Instance.SetFsrSharpness.

func (Instance) SetGlobalCanvasTransform

func (self Instance) SetGlobalCanvasTransform(value Transform2D.OriginXY) Instance

SetGlobalCanvasTransform is promoted from Viewport.Instance.SetGlobalCanvasTransform.

func (Instance) SetGuiDisableInput

func (self Instance) SetGuiDisableInput(value bool) Instance

SetGuiDisableInput is promoted from Viewport.Instance.SetGuiDisableInput.

func (Instance) SetGuiDragThreshold

func (self Instance) SetGuiDragThreshold(value int) Instance

SetGuiDragThreshold is promoted from Viewport.Instance.SetGuiDragThreshold.

func (Instance) SetGuiEmbedSubwindows

func (self Instance) SetGuiEmbedSubwindows(value bool) Instance

SetGuiEmbedSubwindows is promoted from Viewport.Instance.SetGuiEmbedSubwindows.

func (Instance) SetGuiSnapControlsToPixels

func (self Instance) SetGuiSnapControlsToPixels(value bool) Instance

SetGuiSnapControlsToPixels is promoted from Viewport.Instance.SetGuiSnapControlsToPixels.

func (Instance) SetHandleInputLocally

func (self Instance) SetHandleInputLocally(value bool) Instance

SetHandleInputLocally is promoted from Viewport.Instance.SetHandleInputLocally.

func (Instance) SetImeActive

func (self Instance) SetImeActive(active bool) Instance

func (Instance) SetImePosition

func (self Instance) SetImePosition(position Vector2i.XY) Instance

func (Instance) SetInitialPosition

func (self Instance) SetInitialPosition(value WindowInitialPosition) Instance

SetInitialPosition sets the property returned by [GetInitialPosition]. Returns the instance, so that property settings can be chained.

func (Instance) SetInputAsHandled

func (self Instance) SetInputAsHandled() Instance

SetInputAsHandled is promoted from Viewport.Instance.SetInputAsHandled.

func (Instance) SetKeepTitleVisible

func (self Instance) SetKeepTitleVisible(value bool) Instance

SetKeepTitleVisible sets the property returned by [GetKeepTitleVisible]. Returns the instance, so that property settings can be chained.

func (Instance) SetLayoutDirection

func (self Instance) SetLayoutDirection(direction LayoutDirection) Instance

func (Instance) SetMaxSize

func (self Instance) SetMaxSize(value Vector2i.XY) Instance

SetMaxSize sets the property returned by [GetMaxSize]. Returns the instance, so that property settings can be chained.

func (Instance) SetMaximizeDisabled

func (self Instance) SetMaximizeDisabled(value bool) Instance

SetMaximizeDisabled sets the property returned by [GetFlag]. Returns the instance, so that property settings can be chained.

func (Instance) SetMeshLodThreshold

func (self Instance) SetMeshLodThreshold(value Float.X) Instance

SetMeshLodThreshold is promoted from Viewport.Instance.SetMeshLodThreshold.

func (Instance) SetMinSize

func (self Instance) SetMinSize(value Vector2i.XY) Instance

SetMinSize sets the property returned by [GetMinSize]. Returns the instance, so that property settings can be chained.

func (Instance) SetMinimizeDisabled

func (self Instance) SetMinimizeDisabled(value bool) Instance

SetMinimizeDisabled sets the property returned by [GetFlag]. Returns the instance, so that property settings can be chained.

func (Instance) SetMode

func (self Instance) SetMode(value Mode) Instance

SetMode sets the property returned by [GetMode]. Returns the instance, so that property settings can be chained.

func (Instance) SetMousePassthrough

func (self Instance) SetMousePassthrough(value bool) Instance

SetMousePassthrough sets the property returned by [GetFlag]. Returns the instance, so that property settings can be chained.

func (Instance) SetMousePassthroughPolygon

func (self Instance) SetMousePassthroughPolygon(value []Vector2.XY) Instance

SetMousePassthroughPolygon sets the property returned by [GetMousePassthroughPolygon]. Returns the instance, so that property settings can be chained.

func (Instance) SetMsaa2d

func (self Instance) SetMsaa2d(value Viewport.MSAA) Instance

SetMsaa2d is promoted from Viewport.Instance.SetMsaa2d.

func (Instance) SetMsaa3d

func (self Instance) SetMsaa3d(value Viewport.MSAA) Instance

SetMsaa3d is promoted from Viewport.Instance.SetMsaa3d.

func (Instance) SetName

func (self Instance) SetName(value string) Instance

SetName is promoted from Node.Instance.SetName.

func (Instance) SetNonclientArea

func (self Instance) SetNonclientArea(value Rect2i.PositionSize) Instance

SetNonclientArea sets the property returned by [GetNonclientArea]. Returns the instance, so that property settings can be chained.

func (*Instance) SetObject

func (self *Instance) SetObject(obj [1]gdreference.Object) bool

func (Instance) SetOversampling

func (self Instance) SetOversampling(value bool) Instance

SetOversampling is promoted from Viewport.Instance.SetOversampling.

func (Instance) SetOversamplingOverride

func (self Instance) SetOversamplingOverride(value Float.X) Instance

SetOversamplingOverride is promoted from Viewport.Instance.SetOversamplingOverride.

func (Instance) SetOwnWorld3d

func (self Instance) SetOwnWorld3d(value bool) Instance

SetOwnWorld3d is promoted from Viewport.Instance.SetOwnWorld3d.

func (Instance) SetOwner

func (self Instance) SetOwner(value Node.Instance) Instance

SetOwner is promoted from Node.Instance.SetOwner.

func (Instance) SetPhysicsInterpolationMode

func (self Instance) SetPhysicsInterpolationMode(value Node.PhysicsInterpolationMode) Instance

SetPhysicsInterpolationMode is promoted from Node.Instance.SetPhysicsInterpolationMode.

func (Instance) SetPhysicsObjectPicking

func (self Instance) SetPhysicsObjectPicking(value bool) Instance

SetPhysicsObjectPicking is promoted from Viewport.Instance.SetPhysicsObjectPicking.

func (Instance) SetPhysicsObjectPickingFirstOnly

func (self Instance) SetPhysicsObjectPickingFirstOnly(value bool) Instance

SetPhysicsObjectPickingFirstOnly is promoted from Viewport.Instance.SetPhysicsObjectPickingFirstOnly.

func (Instance) SetPhysicsObjectPickingSort

func (self Instance) SetPhysicsObjectPickingSort(value bool) Instance

SetPhysicsObjectPickingSort is promoted from Viewport.Instance.SetPhysicsObjectPickingSort.

func (Instance) SetPhysicsProcess

func (self Instance) SetPhysicsProcess(enable bool) Instance

SetPhysicsProcess is promoted from Node.Instance.SetPhysicsProcess.

func (Instance) SetPhysicsProcessInternal

func (self Instance) SetPhysicsProcessInternal(enable bool) Instance

SetPhysicsProcessInternal is promoted from Node.Instance.SetPhysicsProcessInternal.

func (Instance) SetPopupWindow

func (self Instance) SetPopupWindow(value bool) Instance

SetPopupWindow sets the property returned by [GetFlag]. Returns the instance, so that property settings can be chained.

func (Instance) SetPopupWmHint

func (self Instance) SetPopupWmHint(value bool) Instance

SetPopupWmHint sets the property returned by [GetFlag]. Returns the instance, so that property settings can be chained.

func (Instance) SetPosition

func (self Instance) SetPosition(value Vector2i.XY) Instance

SetPosition sets the property returned by [GetPosition]. Returns the instance, so that property settings can be chained.

func (Instance) SetPositionalShadowAtlas16Bits

func (self Instance) SetPositionalShadowAtlas16Bits(value bool) Instance

SetPositionalShadowAtlas16Bits is promoted from Viewport.Instance.SetPositionalShadowAtlas16Bits.

func (Instance) SetPositionalShadowAtlasQuad0

func (self Instance) SetPositionalShadowAtlasQuad0(value Viewport.PositionalShadowAtlasQuadrantSubdiv) Instance

SetPositionalShadowAtlasQuad0 is promoted from Viewport.Instance.SetPositionalShadowAtlasQuad0.

func (Instance) SetPositionalShadowAtlasQuad1

func (self Instance) SetPositionalShadowAtlasQuad1(value Viewport.PositionalShadowAtlasQuadrantSubdiv) Instance

SetPositionalShadowAtlasQuad1 is promoted from Viewport.Instance.SetPositionalShadowAtlasQuad1.

func (Instance) SetPositionalShadowAtlasQuad2

func (self Instance) SetPositionalShadowAtlasQuad2(value Viewport.PositionalShadowAtlasQuadrantSubdiv) Instance

SetPositionalShadowAtlasQuad2 is promoted from Viewport.Instance.SetPositionalShadowAtlasQuad2.

func (Instance) SetPositionalShadowAtlasQuad3

func (self Instance) SetPositionalShadowAtlasQuad3(value Viewport.PositionalShadowAtlasQuadrantSubdiv) Instance

SetPositionalShadowAtlasQuad3 is promoted from Viewport.Instance.SetPositionalShadowAtlasQuad3.

func (Instance) SetPositionalShadowAtlasSize

func (self Instance) SetPositionalShadowAtlasSize(value int) Instance

SetPositionalShadowAtlasSize is promoted from Viewport.Instance.SetPositionalShadowAtlasSize.

func (Instance) SetProcess

func (self Instance) SetProcess(enable bool) Instance

SetProcess is promoted from Node.Instance.SetProcess.

func (Instance) SetProcessInput

func (self Instance) SetProcessInput(enable bool) Instance

SetProcessInput is promoted from Node.Instance.SetProcessInput.

func (Instance) SetProcessInternal

func (self Instance) SetProcessInternal(enable bool) Instance

SetProcessInternal is promoted from Node.Instance.SetProcessInternal.

func (Instance) SetProcessMode

func (self Instance) SetProcessMode(value Node.ProcessMode) Instance

SetProcessMode is promoted from Node.Instance.SetProcessMode.

func (Instance) SetProcessPhysicsPriority

func (self Instance) SetProcessPhysicsPriority(value int) Instance

SetProcessPhysicsPriority is promoted from Node.Instance.SetProcessPhysicsPriority.

func (Instance) SetProcessPriority

func (self Instance) SetProcessPriority(value int) Instance

SetProcessPriority is promoted from Node.Instance.SetProcessPriority.

func (Instance) SetProcessShortcutInput

func (self Instance) SetProcessShortcutInput(enable bool) Instance

SetProcessShortcutInput is promoted from Node.Instance.SetProcessShortcutInput.

func (Instance) SetProcessThreadGroup

func (self Instance) SetProcessThreadGroup(value Node.ProcessThreadGroup) Instance

SetProcessThreadGroup is promoted from Node.Instance.SetProcessThreadGroup.

func (Instance) SetProcessThreadGroupOrder

func (self Instance) SetProcessThreadGroupOrder(value int) Instance

SetProcessThreadGroupOrder is promoted from Node.Instance.SetProcessThreadGroupOrder.

func (Instance) SetProcessThreadMessages

func (self Instance) SetProcessThreadMessages(value Node.ProcessThreadMessages) Instance

SetProcessThreadMessages is promoted from Node.Instance.SetProcessThreadMessages.

func (Instance) SetProcessUnhandledInput

func (self Instance) SetProcessUnhandledInput(enable bool) Instance

SetProcessUnhandledInput is promoted from Node.Instance.SetProcessUnhandledInput.

func (Instance) SetProcessUnhandledKeyInput

func (self Instance) SetProcessUnhandledKeyInput(enable bool) Instance

SetProcessUnhandledKeyInput is promoted from Node.Instance.SetProcessUnhandledKeyInput.

func (Instance) SetScaling3dMode

func (self Instance) SetScaling3dMode(value Viewport.Scaling3DMode) Instance

SetScaling3dMode is promoted from Viewport.Instance.SetScaling3dMode.

func (Instance) SetScaling3dScale

func (self Instance) SetScaling3dScale(value Float.X) Instance

SetScaling3dScale is promoted from Viewport.Instance.SetScaling3dScale.

func (Instance) SetSceneFilePath

func (self Instance) SetSceneFilePath(value string) Instance

SetSceneFilePath is promoted from Node.Instance.SetSceneFilePath.

func (Instance) SetSceneInstanceLoadPlaceholder

func (self Instance) SetSceneInstanceLoadPlaceholder(load_placeholder bool) Instance

SetSceneInstanceLoadPlaceholder is promoted from Node.Instance.SetSceneInstanceLoadPlaceholder.

func (Instance) SetScreenSpaceAa

func (self Instance) SetScreenSpaceAa(value Viewport.ScreenSpaceAA) Instance

SetScreenSpaceAa is promoted from Viewport.Instance.SetScreenSpaceAa.

func (Instance) SetSdfOversize

func (self Instance) SetSdfOversize(value Viewport.SDFOversize) Instance

SetSdfOversize is promoted from Viewport.Instance.SetSdfOversize.

func (Instance) SetSdfScale

func (self Instance) SetSdfScale(value Viewport.SDFScale) Instance

SetSdfScale is promoted from Viewport.Instance.SetSdfScale.

func (Instance) SetSharpCorners

func (self Instance) SetSharpCorners(value bool) Instance

SetSharpCorners sets the property returned by [GetFlag]. Returns the instance, so that property settings can be chained.

func (Instance) SetSize

func (self Instance) SetSize(value Vector2i.XY) Instance

SetSize sets the property returned by [GetSize]. Returns the instance, so that property settings can be chained.

func (Instance) SetSnap2dTransformsToPixel

func (self Instance) SetSnap2dTransformsToPixel(value bool) Instance

SetSnap2dTransformsToPixel is promoted from Viewport.Instance.SetSnap2dTransformsToPixel.

func (Instance) SetSnap2dVerticesToPixel

func (self Instance) SetSnap2dVerticesToPixel(value bool) Instance

SetSnap2dVerticesToPixel is promoted from Viewport.Instance.SetSnap2dVerticesToPixel.

func (Instance) SetTextureMipmapBias

func (self Instance) SetTextureMipmapBias(value Float.X) Instance

SetTextureMipmapBias is promoted from Viewport.Instance.SetTextureMipmapBias.

func (Instance) SetTheme

func (self Instance) SetTheme(value Theme.Instance) Instance

SetTheme sets the property returned by [GetTheme]. Returns the instance, so that property settings can be chained.

func (Instance) SetThemeTypeVariation

func (self Instance) SetThemeTypeVariation(value string) Instance

SetThemeTypeVariation sets the property returned by [GetThemeTypeVariation]. Returns the instance, so that property settings can be chained.

func (Instance) SetThreadSafe

func (self Instance) SetThreadSafe(property string, value any) Instance

SetThreadSafe is promoted from Node.Instance.SetThreadSafe.

func (Instance) SetTitle

func (self Instance) SetTitle(value string) Instance

SetTitle sets the property returned by [GetTitle]. Returns the instance, so that property settings can be chained.

func (Instance) SetTransient

func (self Instance) SetTransient(value bool) Instance

SetTransient sets the property returned by [IsTransient]. Returns the instance, so that property settings can be chained.

func (Instance) SetTransientToFocused

func (self Instance) SetTransientToFocused(value bool) Instance

SetTransientToFocused sets the property returned by [IsTransientToFocused]. Returns the instance, so that property settings can be chained.

func (Instance) SetTranslationDomainInherited

func (self Instance) SetTranslationDomainInherited() Instance

SetTranslationDomainInherited is promoted from Node.Instance.SetTranslationDomainInherited.

func (Instance) SetTransparent

func (self Instance) SetTransparent(value bool) Instance

SetTransparent sets the property returned by [GetFlag]. Returns the instance, so that property settings can be chained.

func (Instance) SetTransparentBg

func (self Instance) SetTransparentBg(value bool) Instance

SetTransparentBg is promoted from Viewport.Instance.SetTransparentBg.

func (Instance) SetUnfocusable

func (self Instance) SetUnfocusable(value bool) Instance

SetUnfocusable sets the property returned by [GetFlag]. Returns the instance, so that property settings can be chained.

func (Instance) SetUniqueNameInOwner

func (self Instance) SetUniqueNameInOwner(value bool) Instance

SetUniqueNameInOwner is promoted from Node.Instance.SetUniqueNameInOwner.

func (Instance) SetUnparentWhenInvisible

func (self Instance) SetUnparentWhenInvisible(unparent bool) Instance

func (Instance) SetUnresizable

func (self Instance) SetUnresizable(value bool) Instance

SetUnresizable sets the property returned by [GetFlag]. Returns the instance, so that property settings can be chained.

func (Instance) SetUseDebanding

func (self Instance) SetUseDebanding(value bool) Instance

SetUseDebanding is promoted from Viewport.Instance.SetUseDebanding.

func (Instance) SetUseFontOversampling

func (self Instance) SetUseFontOversampling(enable bool) Instance

func (Instance) SetUseHdr2d

func (self Instance) SetUseHdr2d(value bool) Instance

SetUseHdr2d is promoted from Viewport.Instance.SetUseHdr2d.

func (Instance) SetUseOcclusionCulling

func (self Instance) SetUseOcclusionCulling(value bool) Instance

SetUseOcclusionCulling is promoted from Viewport.Instance.SetUseOcclusionCulling.

func (Instance) SetUseTaa

func (self Instance) SetUseTaa(value bool) Instance

SetUseTaa is promoted from Viewport.Instance.SetUseTaa.

func (Instance) SetUseXr

func (self Instance) SetUseXr(value bool) Instance

SetUseXr is promoted from Viewport.Instance.SetUseXr.

func (Instance) SetVisible

func (self Instance) SetVisible(value bool) Instance

SetVisible sets the property returned by [IsVisible]. Returns the instance, so that property settings can be chained.

func (Instance) SetVrsMode

func (self Instance) SetVrsMode(value Viewport.VRSMode) Instance

SetVrsMode is promoted from Viewport.Instance.SetVrsMode.

func (Instance) SetVrsTexture

func (self Instance) SetVrsTexture(value Texture2D.Instance) Instance

SetVrsTexture is promoted from Viewport.Instance.SetVrsTexture.

func (Instance) SetVrsUpdateMode

func (self Instance) SetVrsUpdateMode(value Viewport.VRSUpdateMode) Instance

SetVrsUpdateMode is promoted from Viewport.Instance.SetVrsUpdateMode.

func (Instance) SetWorld2d

func (self Instance) SetWorld2d(value World2D.Instance) Instance

SetWorld2d is promoted from Viewport.Instance.SetWorld2d.

func (Instance) SetWorld3d

func (self Instance) SetWorld3d(value World3D.Instance) Instance

SetWorld3d is promoted from Viewport.Instance.SetWorld3d.

func (Instance) SetWrapControls

func (self Instance) SetWrapControls(value bool) Instance

SetWrapControls sets the property returned by [IsWrappingControls]. Returns the instance, so that property settings can be chained.

func (Instance) SharpCorners

func (self Instance) SharpCorners() bool

func (Instance) Show

func (self Instance) Show()

func (Instance) Size

func (self Instance) Size() Vector2i.XY

func (Instance) Snap2dTransformsToPixel

func (self Instance) Snap2dTransformsToPixel() bool

Snap2dTransformsToPixel is promoted from Viewport.Instance.Snap2dTransformsToPixel.

func (Instance) Snap2dVerticesToPixel

func (self Instance) Snap2dVerticesToPixel() bool

Snap2dVerticesToPixel is promoted from Viewport.Instance.Snap2dVerticesToPixel.

func (Instance) StartDrag

func (self Instance) StartDrag()

func (Instance) StartResize

func (self Instance) StartResize(edge DisplayServer.WindowResizeEdge)

func (Instance) TextureMipmapBias

func (self Instance) TextureMipmapBias() Float.X

TextureMipmapBias is promoted from Viewport.Instance.TextureMipmapBias.

func (Instance) Theme

func (self Instance) Theme() Theme.Instance

func (Instance) ThemeTypeVariation

func (self Instance) ThemeTypeVariation() string

func (Instance) Title

func (self Instance) Title() string

func (Instance) Transient

func (self Instance) Transient() bool

func (Instance) TransientToFocused

func (self Instance) TransientToFocused() bool

func (Instance) Transparent

func (self Instance) Transparent() bool

func (Instance) TransparentBg

func (self Instance) TransparentBg() bool

TransparentBg is promoted from Viewport.Instance.TransparentBg.

func (Instance) Unfocusable

func (self Instance) Unfocusable() bool

func (Instance) UniqueNameInOwner

func (self Instance) UniqueNameInOwner() bool

UniqueNameInOwner is promoted from Node.Instance.UniqueNameInOwner.

func (Instance) Unresizable

func (self Instance) Unresizable() bool

func (Instance) UpdateConfigurationWarnings

func (self Instance) UpdateConfigurationWarnings()

UpdateConfigurationWarnings is promoted from Node.Instance.UpdateConfigurationWarnings.

func (Instance) UpdateMouseCursorState

func (self Instance) UpdateMouseCursorState()

UpdateMouseCursorState is promoted from Viewport.Instance.UpdateMouseCursorState.

func (Instance) UseDebanding

func (self Instance) UseDebanding() bool

UseDebanding is promoted from Viewport.Instance.UseDebanding.

func (Instance) UseHdr2d

func (self Instance) UseHdr2d() bool

UseHdr2d is promoted from Viewport.Instance.UseHdr2d.

func (Instance) UseOcclusionCulling

func (self Instance) UseOcclusionCulling() bool

UseOcclusionCulling is promoted from Viewport.Instance.UseOcclusionCulling.

func (Instance) UseTaa

func (self Instance) UseTaa() bool

UseTaa is promoted from Viewport.Instance.UseTaa.

func (Instance) UseXr

func (self Instance) UseXr() bool

UseXr is promoted from Viewport.Instance.UseXr.

func (Instance) Virtual

func (self Instance) Virtual(name string) reflect.Value

func (Instance) Visible

func (self Instance) Visible() bool

func (Instance) VrsMode

func (self Instance) VrsMode() Viewport.VRSMode

VrsMode is promoted from Viewport.Instance.VrsMode.

func (Instance) VrsTexture

func (self Instance) VrsTexture() Texture2D.Instance

VrsTexture is promoted from Viewport.Instance.VrsTexture.

func (Instance) VrsUpdateMode

func (self Instance) VrsUpdateMode() Viewport.VRSUpdateMode

VrsUpdateMode is promoted from Viewport.Instance.VrsUpdateMode.

func (Instance) WarpMouse

func (self Instance) WarpMouse(position Vector2.XY)

WarpMouse is promoted from Viewport.Instance.WarpMouse.

func (Instance) World2d

func (self Instance) World2d() World2D.Instance

World2d is promoted from Viewport.Instance.World2d.

func (Instance) World3d

func (self Instance) World3d() World3D.Instance

World3d is promoted from Viewport.Instance.World3d.

func (Instance) WrapControls

func (self Instance) WrapControls() bool

type Interface

type Interface interface {
	GetContentsMinimumSize() Vector2.XY
}

type LayoutDirection

type LayoutDirection int64 //gd:Window.LayoutDirection
const (
	LayoutDirectionInherited         LayoutDirection = 0
	LayoutDirectionApplicationLocale LayoutDirection = 1
	LayoutDirectionLtr               LayoutDirection = 2
	LayoutDirectionRtl               LayoutDirection = 3
	LayoutDirectionSystemLocale      LayoutDirection = 4
	LayoutDirectionMax               LayoutDirection = 5
	LayoutDirectionLocale            LayoutDirection = 1
)

type Mode

type Mode int64 //gd:Window.Mode
const (
	ModeWindowed            Mode = 0
	ModeMinimized           Mode = 1
	ModeMaximized           Mode = 2
	ModeFullscreen          Mode = 3
	ModeExclusiveFullscreen Mode = 4
)

type MoreArgs

type MoreArgs [1]gdclass.Window

MoreArgs is a container for Instance functions with additional 'optional' arguments.

func (MoreArgs) GetThemeColor

func (self MoreArgs) GetThemeColor(name string, theme_type string) Color.RGBA

func (MoreArgs) GetThemeConstant

func (self MoreArgs) GetThemeConstant(name string, theme_type string) int

func (MoreArgs) GetThemeFont

func (self MoreArgs) GetThemeFont(name string, theme_type string) Font.Instance

func (MoreArgs) GetThemeFontSize

func (self MoreArgs) GetThemeFontSize(name string, theme_type string) int

func (MoreArgs) GetThemeIcon

func (self MoreArgs) GetThemeIcon(name string, theme_type string) Texture2D.Instance

func (MoreArgs) GetThemeStylebox

func (self MoreArgs) GetThemeStylebox(name string, theme_type string) StyleBox.Instance

func (MoreArgs) HasThemeColor

func (self MoreArgs) HasThemeColor(name string, theme_type string) bool

func (MoreArgs) HasThemeConstant

func (self MoreArgs) HasThemeConstant(name string, theme_type string) bool

func (MoreArgs) HasThemeFont

func (self MoreArgs) HasThemeFont(name string, theme_type string) bool

func (MoreArgs) HasThemeFontSize

func (self MoreArgs) HasThemeFontSize(name string, theme_type string) bool

func (MoreArgs) HasThemeIcon

func (self MoreArgs) HasThemeIcon(name string, theme_type string) bool

func (MoreArgs) HasThemeStylebox

func (self MoreArgs) HasThemeStylebox(name string, theme_type string) bool

func (MoreArgs) Popup

func (self MoreArgs) Popup(rect Rect2i.PositionSize)

func (MoreArgs) PopupCentered

func (self MoreArgs) PopupCentered(minsize Vector2i.XY)

func (MoreArgs) PopupCenteredClamped

func (self MoreArgs) PopupCenteredClamped(minsize Vector2i.XY, fallback_ratio Float.X)

func (MoreArgs) PopupCenteredRatio

func (self MoreArgs) PopupCenteredRatio(ratio Float.X)

func (MoreArgs) PopupExclusive

func (self MoreArgs) PopupExclusive(from_node Node.Instance, rect Rect2i.PositionSize)

func (MoreArgs) PopupExclusiveCentered

func (self MoreArgs) PopupExclusiveCentered(from_node Node.Instance, minsize Vector2i.XY)

func (MoreArgs) PopupExclusiveCenteredClamped

func (self MoreArgs) PopupExclusiveCenteredClamped(from_node Node.Instance, minsize Vector2i.XY, fallback_ratio Float.X)

func (MoreArgs) PopupExclusiveCenteredRatio

func (self MoreArgs) PopupExclusiveCenteredRatio(from_node Node.Instance, ratio Float.X)

type Singleton

type Singleton[T gdclass.Interface] = Extension[T]

Singleton can be embedded in a new struct to create a Go singleton extension of the class.

It will become available as a global inside scripts and any any other Go Extension types will have any *T typed fields filled in to point at this singleton once they have been instantiated.

T must be a type that is embedding this Singleton as the first field. It is unsafe and invalid to use this type directly, or embedded in any other way. See Interface for methods that can be overridden by T.

type WindowInitialPosition

type WindowInitialPosition int64 //gd:Window.WindowInitialPosition
const (
	WindowInitialPositionAbsolute                      WindowInitialPosition = 0
	WindowInitialPositionCenterPrimaryScreen           WindowInitialPosition = 1
	WindowInitialPositionCenterMainWindowScreen        WindowInitialPosition = 2
	WindowInitialPositionCenterOtherScreen             WindowInitialPosition = 3
	WindowInitialPositionCenterScreenWithMouseFocus    WindowInitialPosition = 4
	WindowInitialPositionCenterScreenWithKeyboardFocus WindowInitialPosition = 5
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL