ScriptCreateDialog

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: 56 Imported by: 0

Documentation

Index

Constants

This section is empty.

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
	AsScriptCreateDialog() Instance
}

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.

func (*Extension[T]) AccessibilityDescription

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

func (*Extension[T]) AccessibilityName

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

func (*Extension[T]) AddCancelButton

func (o *Extension[T]) AddCancelButton(name string) Button.Instance

AddCancelButton is promoted from AcceptDialog.Instance.AddCancelButton.

func (*Extension[T]) AddThemeColorOverride

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

AddThemeColorOverride is promoted from Window.Instance.AddThemeColorOverride.

func (*Extension[T]) AddThemeConstantOverride

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

AddThemeConstantOverride is promoted from Window.Instance.AddThemeConstantOverride.

func (*Extension[T]) AddThemeFontOverride

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

AddThemeFontOverride is promoted from Window.Instance.AddThemeFontOverride.

func (*Extension[T]) AddThemeFontSizeOverride

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

AddThemeFontSizeOverride is promoted from Window.Instance.AddThemeFontSizeOverride.

func (*Extension[T]) AddThemeIconOverride

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

AddThemeIconOverride is promoted from Window.Instance.AddThemeIconOverride.

func (*Extension[T]) AddThemeStyleboxOverride

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

AddThemeStyleboxOverride is promoted from Window.Instance.AddThemeStyleboxOverride.

func (*Extension[T]) AlwaysOnTop

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

func (*Extension[T]) AnisotropicFilteringLevel

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

func (*Extension[T]) AsAcceptDialog

func (o *Extension[T]) AsAcceptDialog() AcceptDialog.Instance

func (*Extension[T]) AsConfirmationDialog

func (o *Extension[T]) AsConfirmationDialog() ConfirmationDialog.Instance

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]) AsScriptCreateDialog

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

func (*Extension[T]) AsViewport

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

func (*Extension[T]) AsWindow

func (o *Extension[T]) AsWindow() Window.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()

BeginBulkThemeOverride is promoted from Window.Instance.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

CanDraw is promoted from Window.Instance.CanDraw.

func (*Extension[T]) CanProcess

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

CanProcess is promoted from Node.Instance.CanProcess.

func (*Extension[T]) CancelButtonText

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

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()

ChildControlsChanged is promoted from Window.Instance.ChildControlsChanged.

func (*Extension[T]) ContentScaleAspect

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

func (*Extension[T]) ContentScaleFactor

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

func (*Extension[T]) ContentScaleMode

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

func (*Extension[T]) ContentScaleSize

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

func (*Extension[T]) ContentScaleStretch

func (o *Extension[T]) ContentScaleStretch() Window.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]) DialogAutowrap

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

func (*Extension[T]) DialogCloseOnEscape

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

func (*Extension[T]) DialogHideOnOk

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

func (*Extension[T]) DialogText

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

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()

EndBulkThemeOverride is promoted from Window.Instance.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]) GetCancelButton

func (o *Extension[T]) GetCancelButton() Button.Instance

GetCancelButton is promoted from ConfirmationDialog.Instance.GetCancelButton.

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

GetContentsMinimumSize is promoted from Window.Instance.GetContentsMinimumSize.

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]) GetLabel

func (o *Extension[T]) GetLabel() Label.Instance

GetLabel is promoted from AcceptDialog.Instance.GetLabel.

func (*Extension[T]) GetLayoutDirection

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

GetLayoutDirection is promoted from Window.Instance.GetLayoutDirection.

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]) GetOkButton

func (o *Extension[T]) GetOkButton() Button.Instance

GetOkButton is promoted from AcceptDialog.Instance.GetOkButton.

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

GetPositionWithDecorations is promoted from Window.Instance.GetPositionWithDecorations.

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

GetSizeWithDecorations is promoted from Window.Instance.GetSizeWithDecorations.

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

GetThemeDefaultBaseScale is promoted from Window.Instance.GetThemeDefaultBaseScale.

func (*Extension[T]) GetThemeDefaultFont

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

GetThemeDefaultFont is promoted from Window.Instance.GetThemeDefaultFont.

func (*Extension[T]) GetThemeDefaultFontSize

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

GetThemeDefaultFontSize is promoted from Window.Instance.GetThemeDefaultFontSize.

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

GetWindowId is promoted from Window.Instance.GetWindowId.

func (*Extension[T]) GlobalCanvasTransform

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

func (*Extension[T]) GrabFocus

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

GrabFocus is promoted from Window.Instance.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

HasFocus is promoted from Window.Instance.HasFocus.

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

HasThemeColorOverride is promoted from Window.Instance.HasThemeColorOverride.

func (*Extension[T]) HasThemeConstantOverride

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

HasThemeConstantOverride is promoted from Window.Instance.HasThemeConstantOverride.

func (*Extension[T]) HasThemeFontOverride

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

HasThemeFontOverride is promoted from Window.Instance.HasThemeFontOverride.

func (*Extension[T]) HasThemeFontSizeOverride

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

HasThemeFontSizeOverride is promoted from Window.Instance.HasThemeFontSizeOverride.

func (*Extension[T]) HasThemeIconOverride

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

HasThemeIconOverride is promoted from Window.Instance.HasThemeIconOverride.

func (*Extension[T]) HasThemeStyleboxOverride

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

HasThemeStyleboxOverride is promoted from Window.Instance.HasThemeStyleboxOverride.

func (*Extension[T]) Hide

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

Hide is promoted from Window.Instance.Hide.

func (*Extension[T]) InitialPosition

func (o *Extension[T]) InitialPosition() Window.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

IsEmbedded is promoted from Window.Instance.IsEmbedded.

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

IsLayoutRtl is promoted from Window.Instance.IsLayoutRtl.

func (*Extension[T]) IsMaximizeAllowed

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

IsMaximizeAllowed is promoted from Window.Instance.IsMaximizeAllowed.

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

IsUsingFontOversampling is promoted from Window.Instance.IsUsingFontOversampling.

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() Window.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()

MoveToCenter is promoted from Window.Instance.MoveToCenter.

func (*Extension[T]) MoveToForeground

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

MoveToForeground is promoted from Window.Instance.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]) OkButtonText

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

func (*Extension[T]) OnAboutToPopup

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

OnAboutToPopup is promoted from Window.Instance.OnAboutToPopup.

func (*Extension[T]) OnCanceled

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

OnCanceled is promoted from AcceptDialog.Instance.OnCanceled.

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]

OnCloseRequested is promoted from Window.Instance.OnCloseRequested.

func (*Extension[T]) OnConfirmed

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

OnConfirmed is promoted from AcceptDialog.Instance.OnConfirmed.

func (*Extension[T]) OnCustomAction

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

OnCustomAction is promoted from AcceptDialog.Instance.OnCustomAction.

func (*Extension[T]) OnDpiChanged

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

OnDpiChanged is promoted from Window.Instance.OnDpiChanged.

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]

OnFilesDropped is promoted from Window.Instance.OnFilesDropped.

func (*Extension[T]) OnFocusEntered

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

OnFocusEntered is promoted from Window.Instance.OnFocusEntered.

func (*Extension[T]) OnFocusExited

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

OnFocusExited is promoted from Window.Instance.OnFocusExited.

func (*Extension[T]) OnGoBackRequested

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

OnGoBackRequested is promoted from Window.Instance.OnGoBackRequested.

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]

OnMouseEntered is promoted from Window.Instance.OnMouseEntered.

func (*Extension[T]) OnMouseExited

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

OnMouseExited is promoted from Window.Instance.OnMouseExited.

func (*Extension[T]) OnNonclientWindowInput

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

OnNonclientWindowInput is promoted from Window.Instance.OnNonclientWindowInput.

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]) OnScriptCreated

func (o *Extension[T]) OnScriptCreated(cb func(script Script.Instance), flags ...Signal.Flags) *Extension[T]

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]

OnThemeChanged is promoted from Window.Instance.OnThemeChanged.

func (*Extension[T]) OnTitleChanged

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

OnTitleChanged is promoted from Window.Instance.OnTitleChanged.

func (*Extension[T]) OnTitlebarChanged

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

OnTitlebarChanged is promoted from Window.Instance.OnTitlebarChanged.

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]

OnVisibilityChanged is promoted from Window.Instance.OnVisibilityChanged.

func (*Extension[T]) OnWindowInput

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

OnWindowInput is promoted from Window.Instance.OnWindowInput.

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)

PopupExclusiveOnParent is promoted from Window.Instance.PopupExclusiveOnParent.

func (*Extension[T]) PopupOnParent

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

PopupOnParent is promoted from Window.Instance.PopupOnParent.

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]) RegisterTextEnter

func (o *Extension[T]) RegisterTextEnter(line_edit LineEdit.Instance)

RegisterTextEnter is promoted from AcceptDialog.Instance.RegisterTextEnter.

func (*Extension[T]) RemoveButton

func (o *Extension[T]) RemoveButton(button Button.Instance)

RemoveButton is promoted from AcceptDialog.Instance.RemoveButton.

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)

RemoveThemeColorOverride is promoted from Window.Instance.RemoveThemeColorOverride.

func (*Extension[T]) RemoveThemeConstantOverride

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

RemoveThemeConstantOverride is promoted from Window.Instance.RemoveThemeConstantOverride.

func (*Extension[T]) RemoveThemeFontOverride

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

RemoveThemeFontOverride is promoted from Window.Instance.RemoveThemeFontOverride.

func (*Extension[T]) RemoveThemeFontSizeOverride

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

RemoveThemeFontSizeOverride is promoted from Window.Instance.RemoveThemeFontSizeOverride.

func (*Extension[T]) RemoveThemeIconOverride

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

RemoveThemeIconOverride is promoted from Window.Instance.RemoveThemeIconOverride.

func (*Extension[T]) RemoveThemeStyleboxOverride

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

RemoveThemeStyleboxOverride is promoted from Window.Instance.RemoveThemeStyleboxOverride.

func (*Extension[T]) RequestAttention

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

RequestAttention is promoted from Window.Instance.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()

ResetSize is promoted from Window.Instance.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]) SetCancelButtonText

func (o *Extension[T]) SetCancelButtonText(value string) *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 Window.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 Window.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 Window.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]) SetDialogAutowrap

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

func (*Extension[T]) SetDialogCloseOnEscape

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

func (*Extension[T]) SetDialogHideOnOk

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

func (*Extension[T]) SetDialogText

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

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]

SetImeActive is promoted from Window.Instance.SetImeActive.

func (*Extension[T]) SetImePosition

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

SetImePosition is promoted from Window.Instance.SetImePosition.

func (*Extension[T]) SetInitialPosition

func (o *Extension[T]) SetInitialPosition(value Window.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 Window.LayoutDirection) *Extension[T]

SetLayoutDirection is promoted from Window.Instance.SetLayoutDirection.

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 Window.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]) SetOkButtonText

func (o *Extension[T]) SetOkButtonText(value string) *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]

SetUnparentWhenInvisible is promoted from Window.Instance.SetUnparentWhenInvisible.

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]

SetUseFontOversampling is promoted from Window.Instance.SetUseFontOversampling.

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()

Show is promoted from Window.Instance.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()

StartDrag is promoted from Window.Instance.StartDrag.

func (*Extension[T]) StartResize

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

StartResize is promoted from Window.Instance.StartResize.

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 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 Instance

type Instance [1]gdclass.ScriptCreateDialog

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 New

func New() Instance

func (Instance) AccessibilityDescription

func (self Instance) AccessibilityDescription() string

AccessibilityDescription is promoted from Window.Instance.AccessibilityDescription.

func (Instance) AccessibilityName

func (self Instance) AccessibilityName() string

AccessibilityName is promoted from Window.Instance.AccessibilityName.

func (Instance) AddCancelButton

func (self Instance) AddCancelButton(name string) Button.Instance

AddCancelButton is promoted from AcceptDialog.Instance.AddCancelButton.

func (Instance) AddThemeColorOverride

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

AddThemeColorOverride is promoted from Window.Instance.AddThemeColorOverride.

func (Instance) AddThemeConstantOverride

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

AddThemeConstantOverride is promoted from Window.Instance.AddThemeConstantOverride.

func (Instance) AddThemeFontOverride

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

AddThemeFontOverride is promoted from Window.Instance.AddThemeFontOverride.

func (Instance) AddThemeFontSizeOverride

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

AddThemeFontSizeOverride is promoted from Window.Instance.AddThemeFontSizeOverride.

func (Instance) AddThemeIconOverride

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

AddThemeIconOverride is promoted from Window.Instance.AddThemeIconOverride.

func (Instance) AddThemeStyleboxOverride

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

AddThemeStyleboxOverride is promoted from Window.Instance.AddThemeStyleboxOverride.

func (Instance) AlwaysOnTop

func (self Instance) AlwaysOnTop() bool

AlwaysOnTop is promoted from Window.Instance.AlwaysOnTop.

func (Instance) AnisotropicFilteringLevel

func (self Instance) AnisotropicFilteringLevel() Viewport.AnisotropicFiltering

AnisotropicFilteringLevel is promoted from Viewport.Instance.AnisotropicFilteringLevel.

func (Instance) AsAcceptDialog

func (o Instance) AsAcceptDialog() AcceptDialog.Instance

func (Instance) AsConfirmationDialog

func (o Instance) AsConfirmationDialog() ConfirmationDialog.Instance

func (Instance) AsNode

func (o Instance) AsNode() Node.Instance

func (Instance) AsObject

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

func (Instance) AsScriptCreateDialog

func (o Instance) AsScriptCreateDialog() Instance

func (Instance) AsViewport

func (o Instance) AsViewport() Viewport.Instance

func (Instance) AsWindow

func (o Instance) AsWindow() Window.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

AutoTranslate is promoted from Window.Instance.AutoTranslate.

func (Instance) AutoTranslateMode

func (self Instance) AutoTranslateMode() Node.AutoTranslateMode

AutoTranslateMode is promoted from Node.Instance.AutoTranslateMode.

func (Instance) BeginBulkThemeOverride

func (self Instance) BeginBulkThemeOverride()

BeginBulkThemeOverride is promoted from Window.Instance.BeginBulkThemeOverride.

func (Instance) Borderless

func (self Instance) Borderless() bool

Borderless is promoted from Window.Instance.Borderless.

func (Instance) CanAutoTranslate

func (self Instance) CanAutoTranslate() bool

CanAutoTranslate is promoted from Node.Instance.CanAutoTranslate.

func (Instance) CanDraw

func (self Instance) CanDraw() bool

CanDraw is promoted from Window.Instance.CanDraw.

func (Instance) CanProcess

func (self Instance) CanProcess() bool

CanProcess is promoted from Node.Instance.CanProcess.

func (Instance) CancelButtonText

func (self Instance) CancelButtonText() string

CancelButtonText is promoted from ConfirmationDialog.Instance.CancelButtonText.

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()

ChildControlsChanged is promoted from Window.Instance.ChildControlsChanged.

func (Instance) Config

func (self Instance) Config(inherits string, path string)

func (Instance) ContentScaleAspect

func (self Instance) ContentScaleAspect() Window.ContentScaleAspect

ContentScaleAspect is promoted from Window.Instance.ContentScaleAspect.

func (Instance) ContentScaleFactor

func (self Instance) ContentScaleFactor() Float.X

ContentScaleFactor is promoted from Window.Instance.ContentScaleFactor.

func (Instance) ContentScaleMode

func (self Instance) ContentScaleMode() Window.ContentScaleMode

ContentScaleMode is promoted from Window.Instance.ContentScaleMode.

func (Instance) ContentScaleSize

func (self Instance) ContentScaleSize() Vector2i.XY

ContentScaleSize is promoted from Window.Instance.ContentScaleSize.

func (Instance) ContentScaleStretch

func (self Instance) ContentScaleStretch() Window.ContentScaleStretch

ContentScaleStretch is promoted from Window.Instance.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

CurrentScreen is promoted from Window.Instance.CurrentScreen.

func (Instance) DebugDraw

func (self Instance) DebugDraw() Viewport.DebugDraw

DebugDraw is promoted from Viewport.Instance.DebugDraw.

func (Instance) DialogAutowrap

func (self Instance) DialogAutowrap() bool

DialogAutowrap is promoted from AcceptDialog.Instance.DialogAutowrap.

func (Instance) DialogCloseOnEscape

func (self Instance) DialogCloseOnEscape() bool

DialogCloseOnEscape is promoted from AcceptDialog.Instance.DialogCloseOnEscape.

func (Instance) DialogHideOnOk

func (self Instance) DialogHideOnOk() bool

DialogHideOnOk is promoted from AcceptDialog.Instance.DialogHideOnOk.

func (Instance) DialogText

func (self Instance) DialogText() string

DialogText is promoted from AcceptDialog.Instance.DialogText.

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()

EndBulkThemeOverride is promoted from Window.Instance.EndBulkThemeOverride.

func (Instance) ExcludeFromCapture

func (self Instance) ExcludeFromCapture() bool

ExcludeFromCapture is promoted from Window.Instance.ExcludeFromCapture.

func (Instance) Exclusive

func (self Instance) Exclusive() bool

Exclusive is promoted from Window.Instance.Exclusive.

func (Instance) ExtendToTitle

func (self Instance) ExtendToTitle() bool

ExtendToTitle is promoted from Window.Instance.ExtendToTitle.

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

ForceNative is promoted from Window.Instance.ForceNative.

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) GetCancelButton

func (self Instance) GetCancelButton() Button.Instance

GetCancelButton is promoted from ConfirmationDialog.Instance.GetCancelButton.

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

GetContentsMinimumSize is promoted from Window.Instance.GetContentsMinimumSize.

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) GetLabel

func (self Instance) GetLabel() Label.Instance

GetLabel is promoted from AcceptDialog.Instance.GetLabel.

func (Instance) GetLayoutDirection

func (self Instance) GetLayoutDirection() Window.LayoutDirection

GetLayoutDirection is promoted from Window.Instance.GetLayoutDirection.

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) GetOkButton

func (self Instance) GetOkButton() Button.Instance

GetOkButton is promoted from AcceptDialog.Instance.GetOkButton.

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

GetPositionWithDecorations is promoted from Window.Instance.GetPositionWithDecorations.

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

GetSizeWithDecorations is promoted from Window.Instance.GetSizeWithDecorations.

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) GetThemeDefaultBaseScale

func (self Instance) GetThemeDefaultBaseScale() Float.X

GetThemeDefaultBaseScale is promoted from Window.Instance.GetThemeDefaultBaseScale.

func (Instance) GetThemeDefaultFont

func (self Instance) GetThemeDefaultFont() Font.Instance

GetThemeDefaultFont is promoted from Window.Instance.GetThemeDefaultFont.

func (Instance) GetThemeDefaultFontSize

func (self Instance) GetThemeDefaultFontSize() int

GetThemeDefaultFontSize is promoted from Window.Instance.GetThemeDefaultFontSize.

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

GetWindowId is promoted from Window.Instance.GetWindowId.

func (Instance) GlobalCanvasTransform

func (self Instance) GlobalCanvasTransform() Transform2D.OriginXY

GlobalCanvasTransform is promoted from Viewport.Instance.GlobalCanvasTransform.

func (Instance) GrabFocus

func (self Instance) GrabFocus()

GrabFocus is promoted from Window.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

HasFocus is promoted from Window.Instance.HasFocus.

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) HasThemeColorOverride

func (self Instance) HasThemeColorOverride(name string) bool

HasThemeColorOverride is promoted from Window.Instance.HasThemeColorOverride.

func (Instance) HasThemeConstantOverride

func (self Instance) HasThemeConstantOverride(name string) bool

HasThemeConstantOverride is promoted from Window.Instance.HasThemeConstantOverride.

func (Instance) HasThemeFontOverride

func (self Instance) HasThemeFontOverride(name string) bool

HasThemeFontOverride is promoted from Window.Instance.HasThemeFontOverride.

func (Instance) HasThemeFontSizeOverride

func (self Instance) HasThemeFontSizeOverride(name string) bool

HasThemeFontSizeOverride is promoted from Window.Instance.HasThemeFontSizeOverride.

func (Instance) HasThemeIconOverride

func (self Instance) HasThemeIconOverride(name string) bool

HasThemeIconOverride is promoted from Window.Instance.HasThemeIconOverride.

func (Instance) HasThemeStyleboxOverride

func (self Instance) HasThemeStyleboxOverride(name string) bool

HasThemeStyleboxOverride is promoted from Window.Instance.HasThemeStyleboxOverride.

func (Instance) Hide

func (self Instance) Hide()

Hide is promoted from Window.Instance.Hide.

func (Instance) ID

func (self Instance) ID() ID

func (Instance) InitialPosition

func (self Instance) InitialPosition() Window.WindowInitialPosition

InitialPosition is promoted from Window.Instance.InitialPosition.

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

IsEmbedded is promoted from Window.Instance.IsEmbedded.

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

IsLayoutRtl is promoted from Window.Instance.IsLayoutRtl.

func (Instance) IsMaximizeAllowed

func (self Instance) IsMaximizeAllowed() bool

IsMaximizeAllowed is promoted from Window.Instance.IsMaximizeAllowed.

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

IsUsingFontOversampling is promoted from Window.Instance.IsUsingFontOversampling.

func (Instance) KeepTitleVisible

func (self Instance) KeepTitleVisible() bool

KeepTitleVisible is promoted from Window.Instance.KeepTitleVisible.

func (Instance) MaxSize

func (self Instance) MaxSize() Vector2i.XY

MaxSize is promoted from Window.Instance.MaxSize.

func (Instance) MaximizeDisabled

func (self Instance) MaximizeDisabled() bool

MaximizeDisabled is promoted from Window.Instance.MaximizeDisabled.

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

MinSize is promoted from Window.Instance.MinSize.

func (Instance) MinimizeDisabled

func (self Instance) MinimizeDisabled() bool

MinimizeDisabled is promoted from Window.Instance.MinimizeDisabled.

func (Instance) Mode

func (self Instance) Mode() Window.Mode

Mode is promoted from Window.Instance.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

MousePassthrough is promoted from Window.Instance.MousePassthrough.

func (Instance) MousePassthroughPolygon

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

MousePassthroughPolygon is promoted from Window.Instance.MousePassthroughPolygon.

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()

MoveToCenter is promoted from Window.Instance.MoveToCenter.

func (Instance) MoveToForeground

func (self Instance) MoveToForeground()

MoveToForeground is promoted from Window.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

NonclientArea is promoted from Window.Instance.NonclientArea.

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) OkButtonText

func (self Instance) OkButtonText() string

OkButtonText is promoted from AcceptDialog.Instance.OkButtonText.

func (Instance) OnAboutToPopup

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

OnAboutToPopup is promoted from Window.Instance.OnAboutToPopup.

func (Instance) OnCanceled

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

OnCanceled is promoted from AcceptDialog.Instance.OnCanceled.

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

OnCloseRequested is promoted from Window.Instance.OnCloseRequested.

func (Instance) OnConfirmed

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

OnConfirmed is promoted from AcceptDialog.Instance.OnConfirmed.

func (Instance) OnCustomAction

func (self Instance) OnCustomAction(cb func(action string), flags ...Signal.Flags) Instance

OnCustomAction is promoted from AcceptDialog.Instance.OnCustomAction.

func (Instance) OnDpiChanged

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

OnDpiChanged is promoted from Window.Instance.OnDpiChanged.

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

OnFilesDropped is promoted from Window.Instance.OnFilesDropped.

func (Instance) OnFocusEntered

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

OnFocusEntered is promoted from Window.Instance.OnFocusEntered.

func (Instance) OnFocusExited

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

OnFocusExited is promoted from Window.Instance.OnFocusExited.

func (Instance) OnGoBackRequested

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

OnGoBackRequested is promoted from Window.Instance.OnGoBackRequested.

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

OnMouseEntered is promoted from Window.Instance.OnMouseEntered.

func (Instance) OnMouseExited

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

OnMouseExited is promoted from Window.Instance.OnMouseExited.

func (Instance) OnNonclientWindowInput

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

OnNonclientWindowInput is promoted from Window.Instance.OnNonclientWindowInput.

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) OnScriptCreated

func (self Instance) OnScriptCreated(cb func(script Script.Instance), flags ...Signal.Flags) Instance

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

OnThemeChanged is promoted from Window.Instance.OnThemeChanged.

func (Instance) OnTitleChanged

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

OnTitleChanged is promoted from Window.Instance.OnTitleChanged.

func (Instance) OnTitlebarChanged

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

OnTitlebarChanged is promoted from Window.Instance.OnTitlebarChanged.

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

OnVisibilityChanged is promoted from Window.Instance.OnVisibilityChanged.

func (Instance) OnWindowInput

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

OnWindowInput is promoted from Window.Instance.OnWindowInput.

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) PopupExclusiveOnParent

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

PopupExclusiveOnParent is promoted from Window.Instance.PopupExclusiveOnParent.

func (Instance) PopupOnParent

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

PopupOnParent is promoted from Window.Instance.PopupOnParent.

func (Instance) PopupWindow

func (self Instance) PopupWindow() bool

PopupWindow is promoted from Window.Instance.PopupWindow.

func (Instance) PopupWmHint

func (self Instance) PopupWmHint() bool

PopupWmHint is promoted from Window.Instance.PopupWmHint.

func (Instance) Position

func (self Instance) Position() Vector2i.XY

Position is promoted from Window.Instance.Position.

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) RegisterTextEnter

func (self Instance) RegisterTextEnter(line_edit LineEdit.Instance)

RegisterTextEnter is promoted from AcceptDialog.Instance.RegisterTextEnter.

func (Instance) RemoveButton

func (self Instance) RemoveButton(button Button.Instance)

RemoveButton is promoted from AcceptDialog.Instance.RemoveButton.

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)

RemoveThemeColorOverride is promoted from Window.Instance.RemoveThemeColorOverride.

func (Instance) RemoveThemeConstantOverride

func (self Instance) RemoveThemeConstantOverride(name string)

RemoveThemeConstantOverride is promoted from Window.Instance.RemoveThemeConstantOverride.

func (Instance) RemoveThemeFontOverride

func (self Instance) RemoveThemeFontOverride(name string)

RemoveThemeFontOverride is promoted from Window.Instance.RemoveThemeFontOverride.

func (Instance) RemoveThemeFontSizeOverride

func (self Instance) RemoveThemeFontSizeOverride(name string)

RemoveThemeFontSizeOverride is promoted from Window.Instance.RemoveThemeFontSizeOverride.

func (Instance) RemoveThemeIconOverride

func (self Instance) RemoveThemeIconOverride(name string)

RemoveThemeIconOverride is promoted from Window.Instance.RemoveThemeIconOverride.

func (Instance) RemoveThemeStyleboxOverride

func (self Instance) RemoveThemeStyleboxOverride(name string)

RemoveThemeStyleboxOverride is promoted from Window.Instance.RemoveThemeStyleboxOverride.

func (Instance) RequestAttention

func (self Instance) RequestAttention()

RequestAttention is promoted from Window.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()

ResetSize is promoted from Window.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 is promoted from Window.Instance.SetAccessibilityDescription.

func (Instance) SetAccessibilityName

func (self Instance) SetAccessibilityName(value string) Instance

SetAccessibilityName is promoted from Window.Instance.SetAccessibilityName.

func (Instance) SetAlwaysOnTop

func (self Instance) SetAlwaysOnTop(value bool) Instance

SetAlwaysOnTop is promoted from Window.Instance.SetAlwaysOnTop.

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 is promoted from Window.Instance.SetAutoTranslate.

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 is promoted from Window.Instance.SetBorderless.

func (Instance) SetCancelButtonText

func (self Instance) SetCancelButtonText(value string) Instance

SetCancelButtonText is promoted from ConfirmationDialog.Instance.SetCancelButtonText.

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 Window.ContentScaleAspect) Instance

SetContentScaleAspect is promoted from Window.Instance.SetContentScaleAspect.

func (Instance) SetContentScaleFactor

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

SetContentScaleFactor is promoted from Window.Instance.SetContentScaleFactor.

func (Instance) SetContentScaleMode

func (self Instance) SetContentScaleMode(value Window.ContentScaleMode) Instance

SetContentScaleMode is promoted from Window.Instance.SetContentScaleMode.

func (Instance) SetContentScaleSize

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

SetContentScaleSize is promoted from Window.Instance.SetContentScaleSize.

func (Instance) SetContentScaleStretch

func (self Instance) SetContentScaleStretch(value Window.ContentScaleStretch) Instance

SetContentScaleStretch is promoted from Window.Instance.SetContentScaleStretch.

func (Instance) SetCurrentScreen

func (self Instance) SetCurrentScreen(value int) Instance

SetCurrentScreen is promoted from Window.Instance.SetCurrentScreen.

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) SetDialogAutowrap

func (self Instance) SetDialogAutowrap(value bool) Instance

SetDialogAutowrap is promoted from AcceptDialog.Instance.SetDialogAutowrap.

func (Instance) SetDialogCloseOnEscape

func (self Instance) SetDialogCloseOnEscape(value bool) Instance

SetDialogCloseOnEscape is promoted from AcceptDialog.Instance.SetDialogCloseOnEscape.

func (Instance) SetDialogHideOnOk

func (self Instance) SetDialogHideOnOk(value bool) Instance

SetDialogHideOnOk is promoted from AcceptDialog.Instance.SetDialogHideOnOk.

func (Instance) SetDialogText

func (self Instance) SetDialogText(value string) Instance

SetDialogText is promoted from AcceptDialog.Instance.SetDialogText.

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 is promoted from Window.Instance.SetExcludeFromCapture.

func (Instance) SetExclusive

func (self Instance) SetExclusive(value bool) Instance

SetExclusive is promoted from Window.Instance.SetExclusive.

func (Instance) SetExtendToTitle

func (self Instance) SetExtendToTitle(value bool) Instance

SetExtendToTitle is promoted from Window.Instance.SetExtendToTitle.

func (Instance) SetForceNative

func (self Instance) SetForceNative(value bool) Instance

SetForceNative is promoted from Window.Instance.SetForceNative.

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

SetImeActive is promoted from Window.Instance.SetImeActive.

func (Instance) SetImePosition

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

SetImePosition is promoted from Window.Instance.SetImePosition.

func (Instance) SetInitialPosition

func (self Instance) SetInitialPosition(value Window.WindowInitialPosition) Instance

SetInitialPosition is promoted from Window.Instance.SetInitialPosition.

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 is promoted from Window.Instance.SetKeepTitleVisible.

func (Instance) SetLayoutDirection

func (self Instance) SetLayoutDirection(direction Window.LayoutDirection) Instance

SetLayoutDirection is promoted from Window.Instance.SetLayoutDirection.

func (Instance) SetMaxSize

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

SetMaxSize is promoted from Window.Instance.SetMaxSize.

func (Instance) SetMaximizeDisabled

func (self Instance) SetMaximizeDisabled(value bool) Instance

SetMaximizeDisabled is promoted from Window.Instance.SetMaximizeDisabled.

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 is promoted from Window.Instance.SetMinSize.

func (Instance) SetMinimizeDisabled

func (self Instance) SetMinimizeDisabled(value bool) Instance

SetMinimizeDisabled is promoted from Window.Instance.SetMinimizeDisabled.

func (Instance) SetMode

func (self Instance) SetMode(value Window.Mode) Instance

SetMode is promoted from Window.Instance.SetMode.

func (Instance) SetMousePassthrough

func (self Instance) SetMousePassthrough(value bool) Instance

SetMousePassthrough is promoted from Window.Instance.SetMousePassthrough.

func (Instance) SetMousePassthroughPolygon

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

SetMousePassthroughPolygon is promoted from Window.Instance.SetMousePassthroughPolygon.

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 is promoted from Window.Instance.SetNonclientArea.

func (*Instance) SetObject

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

func (Instance) SetOkButtonText

func (self Instance) SetOkButtonText(value string) Instance

SetOkButtonText is promoted from AcceptDialog.Instance.SetOkButtonText.

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 is promoted from Window.Instance.SetPopupWindow.

func (Instance) SetPopupWmHint

func (self Instance) SetPopupWmHint(value bool) Instance

SetPopupWmHint is promoted from Window.Instance.SetPopupWmHint.

func (Instance) SetPosition

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

SetPosition is promoted from Window.Instance.SetPosition.

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 is promoted from Window.Instance.SetSharpCorners.

func (Instance) SetSize

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

SetSize is promoted from Window.Instance.SetSize.

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 is promoted from Window.Instance.SetTheme.

func (Instance) SetThemeTypeVariation

func (self Instance) SetThemeTypeVariation(value string) Instance

SetThemeTypeVariation is promoted from Window.Instance.SetThemeTypeVariation.

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 is promoted from Window.Instance.SetTitle.

func (Instance) SetTransient

func (self Instance) SetTransient(value bool) Instance

SetTransient is promoted from Window.Instance.SetTransient.

func (Instance) SetTransientToFocused

func (self Instance) SetTransientToFocused(value bool) Instance

SetTransientToFocused is promoted from Window.Instance.SetTransientToFocused.

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 is promoted from Window.Instance.SetTransparent.

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 is promoted from Window.Instance.SetUnfocusable.

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

SetUnparentWhenInvisible is promoted from Window.Instance.SetUnparentWhenInvisible.

func (Instance) SetUnresizable

func (self Instance) SetUnresizable(value bool) Instance

SetUnresizable is promoted from Window.Instance.SetUnresizable.

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

SetUseFontOversampling is promoted from Window.Instance.SetUseFontOversampling.

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 is promoted from Window.Instance.SetVisible.

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 is promoted from Window.Instance.SetWrapControls.

func (Instance) SharpCorners

func (self Instance) SharpCorners() bool

SharpCorners is promoted from Window.Instance.SharpCorners.

func (Instance) Show

func (self Instance) Show()

Show is promoted from Window.Instance.Show.

func (Instance) Size

func (self Instance) Size() Vector2i.XY

Size is promoted from Window.Instance.Size.

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()

StartDrag is promoted from Window.Instance.StartDrag.

func (Instance) StartResize

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

StartResize is promoted from Window.Instance.StartResize.

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

Theme is promoted from Window.Instance.Theme.

func (Instance) ThemeTypeVariation

func (self Instance) ThemeTypeVariation() string

ThemeTypeVariation is promoted from Window.Instance.ThemeTypeVariation.

func (Instance) Title

func (self Instance) Title() string

Title is promoted from Window.Instance.Title.

func (Instance) Transient

func (self Instance) Transient() bool

Transient is promoted from Window.Instance.Transient.

func (Instance) TransientToFocused

func (self Instance) TransientToFocused() bool

TransientToFocused is promoted from Window.Instance.TransientToFocused.

func (Instance) Transparent

func (self Instance) Transparent() bool

Transparent is promoted from Window.Instance.Transparent.

func (Instance) TransparentBg

func (self Instance) TransparentBg() bool

TransparentBg is promoted from Viewport.Instance.TransparentBg.

func (Instance) Unfocusable

func (self Instance) Unfocusable() bool

Unfocusable is promoted from Window.Instance.Unfocusable.

func (Instance) UniqueNameInOwner

func (self Instance) UniqueNameInOwner() bool

UniqueNameInOwner is promoted from Node.Instance.UniqueNameInOwner.

func (Instance) Unresizable

func (self Instance) Unresizable() bool

Unresizable is promoted from Window.Instance.Unresizable.

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

Visible is promoted from Window.Instance.Visible.

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

WrapControls is promoted from Window.Instance.WrapControls.

type MoreArgs

type MoreArgs [1]gdclass.ScriptCreateDialog

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

func (MoreArgs) Config

func (self MoreArgs) Config(inherits string, path string, built_in_enabled bool, load_enabled bool)

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.

Jump to

Keyboard shortcuts

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