ColorPickerButton

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: 52 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
	AsColorPickerButton() Instance
}

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

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

AcceptEvent is promoted from Control.Instance.AcceptEvent.

func (*Extension[T]) AccessibilityControlsNodes

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

func (*Extension[T]) AccessibilityDescribedByNodes

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

func (*Extension[T]) AccessibilityDescription

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

func (*Extension[T]) AccessibilityDrag

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

AccessibilityDrag is promoted from Control.Instance.AccessibilityDrag.

func (*Extension[T]) AccessibilityDrop

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

AccessibilityDrop is promoted from Control.Instance.AccessibilityDrop.

func (*Extension[T]) AccessibilityFlowToNodes

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

func (*Extension[T]) AccessibilityLabeledByNodes

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

func (*Extension[T]) AccessibilityLive

func (o *Extension[T]) AccessibilityLive() DisplayServer.AccessibilityLiveMode

func (*Extension[T]) AccessibilityName

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

func (*Extension[T]) ActionMode

func (o *Extension[T]) ActionMode() BaseButton.ActionMode

func (*Extension[T]) AddThemeColorOverride

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

AddThemeColorOverride is promoted from Control.Instance.AddThemeColorOverride.

func (*Extension[T]) AddThemeConstantOverride

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

AddThemeConstantOverride is promoted from Control.Instance.AddThemeConstantOverride.

func (*Extension[T]) AddThemeFontOverride

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

AddThemeFontOverride is promoted from Control.Instance.AddThemeFontOverride.

func (*Extension[T]) AddThemeFontSizeOverride

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

AddThemeFontSizeOverride is promoted from Control.Instance.AddThemeFontSizeOverride.

func (*Extension[T]) AddThemeIconOverride

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

AddThemeIconOverride is promoted from Control.Instance.AddThemeIconOverride.

func (*Extension[T]) AddThemeStyleboxOverride

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

AddThemeStyleboxOverride is promoted from Control.Instance.AddThemeStyleboxOverride.

func (*Extension[T]) Alignment

func (o *Extension[T]) Alignment() GUI.HorizontalAlignment

func (*Extension[T]) AnchorBottom

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

func (*Extension[T]) AnchorLeft

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

func (*Extension[T]) AnchorRight

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

func (*Extension[T]) AnchorTop

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

func (*Extension[T]) AsBaseButton

func (o *Extension[T]) AsBaseButton() BaseButton.Instance

func (*Extension[T]) AsButton

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

func (*Extension[T]) AsCanvasItem

func (o *Extension[T]) AsCanvasItem() CanvasItem.Instance

func (*Extension[T]) AsColorPickerButton

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

func (*Extension[T]) AsControl

func (o *Extension[T]) AsControl() Control.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]) AutoTranslate

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

func (*Extension[T]) AutoTranslateMode

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

func (*Extension[T]) AutowrapMode

func (o *Extension[T]) AutowrapMode() TextServer.AutowrapMode

func (*Extension[T]) AutowrapTrimFlags

func (o *Extension[T]) AutowrapTrimFlags() TextServer.LineBreakFlag

func (*Extension[T]) BeginBulkThemeOverride

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

BeginBulkThemeOverride is promoted from Control.Instance.BeginBulkThemeOverride.

func (*Extension[T]) ButtonMask

func (o *Extension[T]) ButtonMask() Input.MouseButtonMask

func (*Extension[T]) ButtonPressed

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

func (*Extension[T]) CanAutoTranslate

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

CanAutoTranslate is promoted from Node.Instance.CanAutoTranslate.

func (*Extension[T]) CanProcess

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

CanProcess is promoted from Node.Instance.CanProcess.

func (*Extension[T]) ClipChildren

func (o *Extension[T]) ClipChildren() CanvasItem.ClipChildrenMode

func (*Extension[T]) ClipContents

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

func (*Extension[T]) ClipText

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

func (*Extension[T]) Color

func (o *Extension[T]) Color() Color.RGBA

func (*Extension[T]) CreateTween

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

CreateTween is promoted from Node.Instance.CreateTween.

func (*Extension[T]) CustomMinimumSize

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

func (*Extension[T]) Disabled

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

func (*Extension[T]) DrawEndAnimation

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

DrawEndAnimation is promoted from CanvasItem.Instance.DrawEndAnimation.

func (*Extension[T]) DrawMultimesh

func (o *Extension[T]) DrawMultimesh(multimesh MultiMesh.Instance, texture Texture2D.Instance)

DrawMultimesh is promoted from CanvasItem.Instance.DrawMultimesh.

func (*Extension[T]) DrawSetTransformMatrix

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

DrawSetTransformMatrix is promoted from CanvasItem.Instance.DrawSetTransformMatrix.

func (*Extension[T]) EditAlpha

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

func (*Extension[T]) EditIntensity

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

func (*Extension[T]) EditorDescription

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

func (*Extension[T]) EndBulkThemeOverride

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

EndBulkThemeOverride is promoted from Control.Instance.EndBulkThemeOverride.

func (*Extension[T]) ExpandIcon

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

func (*Extension[T]) FindNextValidFocus

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

FindNextValidFocus is promoted from Control.Instance.FindNextValidFocus.

func (*Extension[T]) FindParent

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

FindParent is promoted from Node.Instance.FindParent.

func (*Extension[T]) FindPrevValidFocus

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

FindPrevValidFocus is promoted from Control.Instance.FindPrevValidFocus.

func (*Extension[T]) FindValidFocusNeighbor

func (o *Extension[T]) FindValidFocusNeighbor(side Rect2.Side) Control.Instance

FindValidFocusNeighbor is promoted from Control.Instance.FindValidFocusNeighbor.

func (*Extension[T]) Flat

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

func (*Extension[T]) FocusBehaviorRecursive

func (o *Extension[T]) FocusBehaviorRecursive() Control.FocusBehaviorRecursive

func (*Extension[T]) FocusMode

func (o *Extension[T]) FocusMode() Control.FocusMode

func (*Extension[T]) FocusNeighborBottom

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

func (*Extension[T]) FocusNeighborLeft

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

func (*Extension[T]) FocusNeighborRight

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

func (*Extension[T]) FocusNeighborTop

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

func (*Extension[T]) FocusNext

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

func (*Extension[T]) FocusPrevious

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

func (*Extension[T]) ForceDrag

func (o *Extension[T]) ForceDrag(data any, preview Control.Instance)

ForceDrag is promoted from Control.Instance.ForceDrag.

func (*Extension[T]) ForceUpdateTransform

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

ForceUpdateTransform is promoted from CanvasItem.Instance.ForceUpdateTransform.

func (*Extension[T]) GetAccessibilityElement

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

GetAccessibilityElement is promoted from Node.Instance.GetAccessibilityElement.

func (*Extension[T]) GetBegin

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

GetBegin is promoted from Control.Instance.GetBegin.

func (*Extension[T]) GetCanvas

func (o *Extension[T]) GetCanvas() RID.Canvas

GetCanvas is promoted from CanvasItem.Instance.GetCanvas.

func (*Extension[T]) GetCanvasItem

func (o *Extension[T]) GetCanvasItem() RID.CanvasItem

GetCanvasItem is promoted from CanvasItem.Instance.GetCanvasItem.

func (*Extension[T]) GetCanvasLayerNode

func (o *Extension[T]) GetCanvasLayerNode() CanvasLayer.Instance

GetCanvasLayerNode is promoted from CanvasItem.Instance.GetCanvasLayerNode.

func (*Extension[T]) GetCanvasTransform

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

GetCanvasTransform is promoted from CanvasItem.Instance.GetCanvasTransform.

func (*Extension[T]) GetCombinedMinimumSize

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

GetCombinedMinimumSize is promoted from Control.Instance.GetCombinedMinimumSize.

func (*Extension[T]) GetCombinedPivotOffset

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

GetCombinedPivotOffset is promoted from Control.Instance.GetCombinedPivotOffset.

func (*Extension[T]) GetDrawMode

func (o *Extension[T]) GetDrawMode() BaseButton.DrawMode

GetDrawMode is promoted from BaseButton.Instance.GetDrawMode.

func (*Extension[T]) GetEnd

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

GetEnd is promoted from Control.Instance.GetEnd.

func (*Extension[T]) GetFocusModeWithOverride

func (o *Extension[T]) GetFocusModeWithOverride() Control.FocusMode

GetFocusModeWithOverride is promoted from Control.Instance.GetFocusModeWithOverride.

func (*Extension[T]) GetGlobalMousePosition

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

GetGlobalMousePosition is promoted from CanvasItem.Instance.GetGlobalMousePosition.

func (*Extension[T]) GetGlobalRect

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

GetGlobalRect is promoted from Control.Instance.GetGlobalRect.

func (*Extension[T]) GetGlobalTransform

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

GetGlobalTransform is promoted from CanvasItem.Instance.GetGlobalTransform.

func (*Extension[T]) GetGlobalTransformWithCanvas

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

GetGlobalTransformWithCanvas is promoted from CanvasItem.Instance.GetGlobalTransformWithCanvas.

func (*Extension[T]) GetGroups

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

GetGroups is promoted from Node.Instance.GetGroups.

func (*Extension[T]) GetInstanceShaderParameter

func (o *Extension[T]) GetInstanceShaderParameter(name string) any

GetInstanceShaderParameter is promoted from CanvasItem.Instance.GetInstanceShaderParameter.

func (*Extension[T]) GetLocalMousePosition

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

GetLocalMousePosition is promoted from CanvasItem.Instance.GetLocalMousePosition.

func (*Extension[T]) GetMinimumSize

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

GetMinimumSize is promoted from Control.Instance.GetMinimumSize.

func (*Extension[T]) GetMouseFilterWithOverride

func (o *Extension[T]) GetMouseFilterWithOverride() Control.MouseFilter

GetMouseFilterWithOverride is promoted from Control.Instance.GetMouseFilterWithOverride.

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

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

GetParent is promoted from Node.Instance.GetParent.

func (*Extension[T]) GetParentAreaSize

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

GetParentAreaSize is promoted from Control.Instance.GetParentAreaSize.

func (*Extension[T]) GetParentControl

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

GetParentControl is promoted from Control.Instance.GetParentControl.

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

func (o *Extension[T]) GetPicker() ColorPicker.Instance

func (*Extension[T]) GetPopup

func (o *Extension[T]) GetPopup() PopupPanel.Instance

func (*Extension[T]) GetProcessDeltaTime

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

GetProcessDeltaTime is promoted from Node.Instance.GetProcessDeltaTime.

func (*Extension[T]) GetRect

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

GetRect is promoted from Control.Instance.GetRect.

func (*Extension[T]) GetSceneInstanceLoadPlaceholder

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

GetSceneInstanceLoadPlaceholder is promoted from Node.Instance.GetSceneInstanceLoadPlaceholder.

func (*Extension[T]) GetScreenPosition

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

GetScreenPosition is promoted from Control.Instance.GetScreenPosition.

func (*Extension[T]) GetScreenTransform

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

GetScreenTransform is promoted from CanvasItem.Instance.GetScreenTransform.

func (*Extension[T]) GetThemeDefaultBaseScale

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

GetThemeDefaultBaseScale is promoted from Control.Instance.GetThemeDefaultBaseScale.

func (*Extension[T]) GetThemeDefaultFont

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

GetThemeDefaultFont is promoted from Control.Instance.GetThemeDefaultFont.

func (*Extension[T]) GetThemeDefaultFontSize

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

GetThemeDefaultFontSize is promoted from Control.Instance.GetThemeDefaultFontSize.

func (*Extension[T]) GetTransform

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

GetTransform is promoted from CanvasItem.Instance.GetTransform.

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

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

GetViewportRect is promoted from CanvasItem.Instance.GetViewportRect.

func (*Extension[T]) GetViewportTransform

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

GetViewportTransform is promoted from CanvasItem.Instance.GetViewportTransform.

func (*Extension[T]) GetVisibilityLayerBit

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

GetVisibilityLayerBit is promoted from CanvasItem.Instance.GetVisibilityLayerBit.

func (*Extension[T]) GetWorld2d

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

GetWorld2d is promoted from CanvasItem.Instance.GetWorld2d.

func (*Extension[T]) GlobalPosition

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

func (*Extension[T]) GrabClickFocus

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

GrabClickFocus is promoted from Control.Instance.GrabClickFocus.

func (*Extension[T]) GrowHorizontal

func (o *Extension[T]) GrowHorizontal() Control.GrowDirection

func (*Extension[T]) GrowVertical

func (o *Extension[T]) GrowVertical() Control.GrowDirection

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 Control.Instance.HasThemeColorOverride.

func (*Extension[T]) HasThemeConstantOverride

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

HasThemeConstantOverride is promoted from Control.Instance.HasThemeConstantOverride.

func (*Extension[T]) HasThemeFontOverride

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

HasThemeFontOverride is promoted from Control.Instance.HasThemeFontOverride.

func (*Extension[T]) HasThemeFontSizeOverride

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

HasThemeFontSizeOverride is promoted from Control.Instance.HasThemeFontSizeOverride.

func (*Extension[T]) HasThemeIconOverride

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

HasThemeIconOverride is promoted from Control.Instance.HasThemeIconOverride.

func (*Extension[T]) HasThemeStyleboxOverride

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

HasThemeStyleboxOverride is promoted from Control.Instance.HasThemeStyleboxOverride.

func (*Extension[T]) Hide

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

Hide is promoted from CanvasItem.Instance.Hide.

func (*Extension[T]) Icon

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

func (*Extension[T]) IconAlignment

func (o *Extension[T]) IconAlignment() GUI.HorizontalAlignment

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

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

IsDragSuccessful is promoted from Control.Instance.IsDragSuccessful.

func (*Extension[T]) IsEditableInstance

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

IsEditableInstance is promoted from Node.Instance.IsEditableInstance.

func (*Extension[T]) IsGreaterThan

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

IsGreaterThan is promoted from Node.Instance.IsGreaterThan.

func (*Extension[T]) IsHovered

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

IsHovered is promoted from BaseButton.Instance.IsHovered.

func (*Extension[T]) IsInGroup

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

IsInGroup is promoted from Node.Instance.IsInGroup.

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 Control.Instance.IsLayoutRtl.

func (*Extension[T]) IsLocalTransformNotificationEnabled

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

IsLocalTransformNotificationEnabled is promoted from CanvasItem.Instance.IsLocalTransformNotificationEnabled.

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

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

IsTransformNotificationEnabled is promoted from CanvasItem.Instance.IsTransformNotificationEnabled.

func (*Extension[T]) IsVisibleInTree

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

IsVisibleInTree is promoted from CanvasItem.Instance.IsVisibleInTree.

func (*Extension[T]) KeepPressedOutside

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

func (*Extension[T]) Language

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

func (*Extension[T]) LayoutDirection

func (o *Extension[T]) LayoutDirection() Control.LayoutDirection

func (*Extension[T]) LightMask

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

func (*Extension[T]) LocalizeNumeralSystem

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

func (*Extension[T]) MakeCanvasPositionLocal

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

MakeCanvasPositionLocal is promoted from CanvasItem.Instance.MakeCanvasPositionLocal.

func (*Extension[T]) MakeInputLocal

func (o *Extension[T]) MakeInputLocal(event InputEvent.Instance) InputEvent.Instance

MakeInputLocal is promoted from CanvasItem.Instance.MakeInputLocal.

func (*Extension[T]) Material

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

func (*Extension[T]) Modulate

func (o *Extension[T]) Modulate() Color.RGBA

func (*Extension[T]) MouseBehaviorRecursive

func (o *Extension[T]) MouseBehaviorRecursive() Control.MouseBehaviorRecursive

func (*Extension[T]) MouseDefaultCursorShape

func (o *Extension[T]) MouseDefaultCursorShape() Control.CursorShape

func (*Extension[T]) MouseFilter

func (o *Extension[T]) MouseFilter() Control.MouseFilter

func (*Extension[T]) MouseForcePassScrollEvents

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

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

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

MoveToFront is promoted from CanvasItem.Instance.MoveToFront.

func (*Extension[T]) Multiplayer

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

func (*Extension[T]) Name

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

func (*Extension[T]) NotifyDeferredThreadGroup

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

NotifyDeferredThreadGroup is promoted from Node.Instance.NotifyDeferredThreadGroup.

func (*Extension[T]) NotifyThreadSafe

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

NotifyThreadSafe is promoted from Node.Instance.NotifyThreadSafe.

func (*Extension[T]) OffsetBottom

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

func (*Extension[T]) OffsetLeft

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

func (*Extension[T]) OffsetRight

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

func (*Extension[T]) OffsetTop

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

func (*Extension[T]) OnButtonDown

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

OnButtonDown is promoted from BaseButton.Instance.OnButtonDown.

func (*Extension[T]) OnButtonUp

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

OnButtonUp is promoted from BaseButton.Instance.OnButtonUp.

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

func (o *Extension[T]) OnColorChanged(cb func(color Color.RGBA), flags ...Signal.Flags) *Extension[T]

func (*Extension[T]) OnDraw

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

OnDraw is promoted from CanvasItem.Instance.OnDraw.

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

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

OnFocusEntered is promoted from Control.Instance.OnFocusEntered.

func (*Extension[T]) OnFocusExited

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

OnFocusExited is promoted from Control.Instance.OnFocusExited.

func (*Extension[T]) OnGuiInput

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

OnGuiInput is promoted from Control.Instance.OnGuiInput.

func (*Extension[T]) OnHidden

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

OnHidden is promoted from CanvasItem.Instance.OnHidden.

func (*Extension[T]) OnItemRectChanged

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

OnItemRectChanged is promoted from CanvasItem.Instance.OnItemRectChanged.

func (*Extension[T]) OnMinimumSizeChanged

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

OnMinimumSizeChanged is promoted from Control.Instance.OnMinimumSizeChanged.

func (*Extension[T]) OnMouseEntered

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

OnMouseEntered is promoted from Control.Instance.OnMouseEntered.

func (*Extension[T]) OnMouseExited

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

OnMouseExited is promoted from Control.Instance.OnMouseExited.

func (*Extension[T]) OnPickerCreated

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

func (*Extension[T]) OnPopupClosed

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

func (*Extension[T]) OnPressed

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

OnPressed is promoted from BaseButton.Instance.OnPressed.

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

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

OnResized is promoted from Control.Instance.OnResized.

func (*Extension[T]) OnSizeFlagsChanged

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

OnSizeFlagsChanged is promoted from Control.Instance.OnSizeFlagsChanged.

func (*Extension[T]) OnThemeChanged

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

OnThemeChanged is promoted from Control.Instance.OnThemeChanged.

func (*Extension[T]) OnToggled

func (o *Extension[T]) OnToggled(cb func(toggled_on bool), flags ...Signal.Flags) *Extension[T]

OnToggled is promoted from BaseButton.Instance.OnToggled.

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 CanvasItem.Instance.OnVisibilityChanged.

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

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

func (*Extension[T]) PivotOffsetRatio

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

func (*Extension[T]) Position

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

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

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

QueueRedraw is promoted from CanvasItem.Instance.QueueRedraw.

func (*Extension[T]) ReleaseFocus

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

ReleaseFocus is promoted from Control.Instance.ReleaseFocus.

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 Control.Instance.RemoveThemeColorOverride.

func (*Extension[T]) RemoveThemeConstantOverride

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

RemoveThemeConstantOverride is promoted from Control.Instance.RemoveThemeConstantOverride.

func (*Extension[T]) RemoveThemeFontOverride

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

RemoveThemeFontOverride is promoted from Control.Instance.RemoveThemeFontOverride.

func (*Extension[T]) RemoveThemeFontSizeOverride

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

RemoveThemeFontSizeOverride is promoted from Control.Instance.RemoveThemeFontSizeOverride.

func (*Extension[T]) RemoveThemeIconOverride

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

RemoveThemeIconOverride is promoted from Control.Instance.RemoveThemeIconOverride.

func (*Extension[T]) RemoveThemeStyleboxOverride

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

RemoveThemeStyleboxOverride is promoted from Control.Instance.RemoveThemeStyleboxOverride.

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 Control.Instance.ResetSize.

func (*Extension[T]) Rotation

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

func (*Extension[T]) RotationDegrees

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

func (*Extension[T]) RpcConfig

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

RpcConfig is promoted from Node.Instance.RpcConfig.

func (*Extension[T]) Scale

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

func (*Extension[T]) SceneFilePath

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

func (*Extension[T]) SelfModulate

func (o *Extension[T]) SelfModulate() Color.RGBA

func (*Extension[T]) SetAccessibilityControlsNodes

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

func (*Extension[T]) SetAccessibilityDescribedByNodes

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

func (*Extension[T]) SetAccessibilityDescription

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

func (*Extension[T]) SetAccessibilityFlowToNodes

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

func (*Extension[T]) SetAccessibilityLabeledByNodes

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

func (*Extension[T]) SetAccessibilityLive

func (o *Extension[T]) SetAccessibilityLive(value DisplayServer.AccessibilityLiveMode) *Extension[T]

func (*Extension[T]) SetAccessibilityName

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

func (*Extension[T]) SetActionMode

func (o *Extension[T]) SetActionMode(value BaseButton.ActionMode) *Extension[T]

func (*Extension[T]) SetAlignment

func (o *Extension[T]) SetAlignment(value GUI.HorizontalAlignment) *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]) SetAutowrapMode

func (o *Extension[T]) SetAutowrapMode(value TextServer.AutowrapMode) *Extension[T]

func (*Extension[T]) SetAutowrapTrimFlags

func (o *Extension[T]) SetAutowrapTrimFlags(value TextServer.LineBreakFlag) *Extension[T]

func (*Extension[T]) SetBegin

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

SetBegin is promoted from Control.Instance.SetBegin.

func (*Extension[T]) SetButtonMask

func (o *Extension[T]) SetButtonMask(value Input.MouseButtonMask) *Extension[T]

func (*Extension[T]) SetButtonPressed

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

func (*Extension[T]) SetClipChildren

func (o *Extension[T]) SetClipChildren(value CanvasItem.ClipChildrenMode) *Extension[T]

func (*Extension[T]) SetClipContents

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

func (*Extension[T]) SetClipText

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

func (*Extension[T]) SetColor

func (o *Extension[T]) SetColor(value Color.RGBA) *Extension[T]

func (*Extension[T]) SetCustomMinimumSize

func (o *Extension[T]) SetCustomMinimumSize(value Vector2.XY) *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]) SetDisabled

func (o *Extension[T]) SetDisabled(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]) SetDragForwarding

func (o *Extension[T]) SetDragForwarding(drag_func func(at_position Vector2.XY) any, can_drop_func func(at_position Vector2.XY, data any) bool, drop_func func(at_position Vector2.XY, data any)) *Extension[T]

SetDragForwarding is promoted from Control.Instance.SetDragForwarding.

func (*Extension[T]) SetDragPreview

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

SetDragPreview is promoted from Control.Instance.SetDragPreview.

func (*Extension[T]) SetEditAlpha

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

func (*Extension[T]) SetEditIntensity

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

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

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

SetEnd is promoted from Control.Instance.SetEnd.

func (*Extension[T]) SetExpandIcon

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

func (*Extension[T]) SetFlat

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

func (*Extension[T]) SetFocusBehaviorRecursive

func (o *Extension[T]) SetFocusBehaviorRecursive(value Control.FocusBehaviorRecursive) *Extension[T]

func (*Extension[T]) SetFocusMode

func (o *Extension[T]) SetFocusMode(value Control.FocusMode) *Extension[T]

func (*Extension[T]) SetFocusNeighborBottom

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

func (*Extension[T]) SetFocusNeighborLeft

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

func (*Extension[T]) SetFocusNeighborRight

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

func (*Extension[T]) SetFocusNeighborTop

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

func (*Extension[T]) SetFocusNext

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

func (*Extension[T]) SetFocusPrevious

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

func (*Extension[T]) SetGrowHorizontal

func (o *Extension[T]) SetGrowHorizontal(value Control.GrowDirection) *Extension[T]

func (*Extension[T]) SetGrowVertical

func (o *Extension[T]) SetGrowVertical(value Control.GrowDirection) *Extension[T]

func (*Extension[T]) SetIcon

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

func (*Extension[T]) SetIconAlignment

func (o *Extension[T]) SetIconAlignment(value GUI.HorizontalAlignment) *Extension[T]

func (*Extension[T]) SetInstanceShaderParameter

func (o *Extension[T]) SetInstanceShaderParameter(name string, value any) *Extension[T]

SetInstanceShaderParameter is promoted from CanvasItem.Instance.SetInstanceShaderParameter.

func (*Extension[T]) SetKeepPressedOutside

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

func (*Extension[T]) SetLanguage

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

func (*Extension[T]) SetLayoutDirection

func (o *Extension[T]) SetLayoutDirection(value Control.LayoutDirection) *Extension[T]

func (*Extension[T]) SetLightMask

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

func (*Extension[T]) SetLocalizeNumeralSystem

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

func (*Extension[T]) SetMaterial

func (o *Extension[T]) SetMaterial(value Material.Instance) *Extension[T]

func (*Extension[T]) SetModulate

func (o *Extension[T]) SetModulate(value Color.RGBA) *Extension[T]

func (*Extension[T]) SetMouseBehaviorRecursive

func (o *Extension[T]) SetMouseBehaviorRecursive(value Control.MouseBehaviorRecursive) *Extension[T]

func (*Extension[T]) SetMouseDefaultCursorShape

func (o *Extension[T]) SetMouseDefaultCursorShape(value Control.CursorShape) *Extension[T]

func (*Extension[T]) SetMouseFilter

func (o *Extension[T]) SetMouseFilter(value Control.MouseFilter) *Extension[T]

func (*Extension[T]) SetMouseForcePassScrollEvents

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

func (*Extension[T]) SetName

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

func (*Extension[T]) SetNotifyLocalTransform

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

SetNotifyLocalTransform is promoted from CanvasItem.Instance.SetNotifyLocalTransform.

func (*Extension[T]) SetNotifyTransform

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

SetNotifyTransform is promoted from CanvasItem.Instance.SetNotifyTransform.

func (*Extension[T]) SetOffsetBottom

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

func (*Extension[T]) SetOffsetLeft

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

func (*Extension[T]) SetOffsetRight

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

func (*Extension[T]) SetOffsetTop

func (o *Extension[T]) SetOffsetTop(value Float.X) *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]) 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]) SetPivotOffset

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

func (*Extension[T]) SetPivotOffsetRatio

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

func (*Extension[T]) SetPressedNoSignal

func (o *Extension[T]) SetPressedNoSignal(pressed bool) *Extension[T]

SetPressedNoSignal is promoted from BaseButton.Instance.SetPressedNoSignal.

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

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

func (*Extension[T]) SetRotationDegrees

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

func (*Extension[T]) SetScale

func (o *Extension[T]) SetScale(value Vector2.XY) *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]) SetSelfModulate

func (o *Extension[T]) SetSelfModulate(value Color.RGBA) *Extension[T]

func (*Extension[T]) SetShortcut

func (o *Extension[T]) SetShortcut(value Shortcut.Instance) *Extension[T]

func (*Extension[T]) SetShortcutContext

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

func (*Extension[T]) SetShortcutFeedback

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

func (*Extension[T]) SetShortcutInTooltip

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

func (*Extension[T]) SetShowBehindParent

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

func (*Extension[T]) SetSizeFlagsHorizontal

func (o *Extension[T]) SetSizeFlagsHorizontal(value Control.SizeFlags) *Extension[T]

func (*Extension[T]) SetSizeFlagsStretchRatio

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

func (*Extension[T]) SetSizeFlagsVertical

func (o *Extension[T]) SetSizeFlagsVertical(value Control.SizeFlags) *Extension[T]

func (*Extension[T]) SetText

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

func (*Extension[T]) SetTextDirection

func (o *Extension[T]) SetTextDirection(value Control.TextDirection) *Extension[T]

func (*Extension[T]) SetTextOverrunBehavior

func (o *Extension[T]) SetTextOverrunBehavior(value TextServer.OverrunBehavior) *Extension[T]

func (*Extension[T]) SetTextureFilter

func (o *Extension[T]) SetTextureFilter(value CanvasItem.TextureFilter) *Extension[T]

func (*Extension[T]) SetTextureRepeat

func (o *Extension[T]) SetTextureRepeat(value CanvasItem.TextureRepeat) *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]) SetToggleMode

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

func (*Extension[T]) SetTooltipAutoTranslateMode

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

func (*Extension[T]) SetTooltipText

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

func (*Extension[T]) SetTopLevel

func (o *Extension[T]) SetTopLevel(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]) SetUniqueNameInOwner

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

func (*Extension[T]) SetUseParentMaterial

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

func (*Extension[T]) SetVerticalIconAlignment

func (o *Extension[T]) SetVerticalIconAlignment(value GUI.VerticalAlignment) *Extension[T]

func (*Extension[T]) SetVisibilityLayer

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

func (*Extension[T]) SetVisibilityLayerBit

func (o *Extension[T]) SetVisibilityLayerBit(layer int, enabled bool) *Extension[T]

SetVisibilityLayerBit is promoted from CanvasItem.Instance.SetVisibilityLayerBit.

func (*Extension[T]) SetVisible

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

func (*Extension[T]) SetYSortEnabled

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

func (*Extension[T]) SetZAsRelative

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

func (*Extension[T]) SetZIndex

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

func (*Extension[T]) Shortcut

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

func (*Extension[T]) ShortcutContext

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

func (*Extension[T]) ShortcutFeedback

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

func (*Extension[T]) ShortcutInTooltip

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

func (*Extension[T]) Show

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

Show is promoted from CanvasItem.Instance.Show.

func (*Extension[T]) ShowBehindParent

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

func (*Extension[T]) Size

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

func (*Extension[T]) SizeFlagsHorizontal

func (o *Extension[T]) SizeFlagsHorizontal() Control.SizeFlags

func (*Extension[T]) SizeFlagsStretchRatio

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

func (*Extension[T]) SizeFlagsVertical

func (o *Extension[T]) SizeFlagsVertical() Control.SizeFlags

func (*Extension[T]) Text

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

func (*Extension[T]) TextDirection

func (o *Extension[T]) TextDirection() Control.TextDirection

func (*Extension[T]) TextOverrunBehavior

func (o *Extension[T]) TextOverrunBehavior() TextServer.OverrunBehavior

func (*Extension[T]) TextureFilter

func (o *Extension[T]) TextureFilter() CanvasItem.TextureFilter

func (*Extension[T]) TextureRepeat

func (o *Extension[T]) TextureRepeat() CanvasItem.TextureRepeat

func (*Extension[T]) Theme

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

func (*Extension[T]) ThemeTypeVariation

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

func (*Extension[T]) ToggleMode

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

func (*Extension[T]) TooltipAutoTranslateMode

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

func (*Extension[T]) TooltipText

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

func (*Extension[T]) TopLevel

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

func (*Extension[T]) UniqueNameInOwner

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

func (*Extension[T]) UpdateConfigurationWarnings

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

UpdateConfigurationWarnings is promoted from Node.Instance.UpdateConfigurationWarnings.

func (*Extension[T]) UpdateMinimumSize

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

UpdateMinimumSize is promoted from Control.Instance.UpdateMinimumSize.

func (*Extension[T]) UseParentMaterial

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

func (*Extension[T]) VerticalIconAlignment

func (o *Extension[T]) VerticalIconAlignment() GUI.VerticalAlignment

func (*Extension[T]) VisibilityLayer

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

func (*Extension[T]) Visible

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

func (*Extension[T]) WarpMouse

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

WarpMouse is promoted from Control.Instance.WarpMouse.

func (*Extension[T]) YSortEnabled

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

func (*Extension[T]) ZAsRelative

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

func (*Extension[T]) ZIndex

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

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.ColorPickerButton

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

func (self Instance) AcceptEvent()

AcceptEvent is promoted from Control.Instance.AcceptEvent.

func (Instance) AccessibilityControlsNodes

func (self Instance) AccessibilityControlsNodes() []string

AccessibilityControlsNodes is promoted from Control.Instance.AccessibilityControlsNodes.

func (Instance) AccessibilityDescribedByNodes

func (self Instance) AccessibilityDescribedByNodes() []string

AccessibilityDescribedByNodes is promoted from Control.Instance.AccessibilityDescribedByNodes.

func (Instance) AccessibilityDescription

func (self Instance) AccessibilityDescription() string

AccessibilityDescription is promoted from Control.Instance.AccessibilityDescription.

func (Instance) AccessibilityDrag

func (self Instance) AccessibilityDrag()

AccessibilityDrag is promoted from Control.Instance.AccessibilityDrag.

func (Instance) AccessibilityDrop

func (self Instance) AccessibilityDrop()

AccessibilityDrop is promoted from Control.Instance.AccessibilityDrop.

func (Instance) AccessibilityFlowToNodes

func (self Instance) AccessibilityFlowToNodes() []string

AccessibilityFlowToNodes is promoted from Control.Instance.AccessibilityFlowToNodes.

func (Instance) AccessibilityLabeledByNodes

func (self Instance) AccessibilityLabeledByNodes() []string

AccessibilityLabeledByNodes is promoted from Control.Instance.AccessibilityLabeledByNodes.

func (Instance) AccessibilityLive

func (self Instance) AccessibilityLive() DisplayServer.AccessibilityLiveMode

AccessibilityLive is promoted from Control.Instance.AccessibilityLive.

func (Instance) AccessibilityName

func (self Instance) AccessibilityName() string

AccessibilityName is promoted from Control.Instance.AccessibilityName.

func (Instance) ActionMode

func (self Instance) ActionMode() BaseButton.ActionMode

ActionMode is promoted from BaseButton.Instance.ActionMode.

func (Instance) AddThemeColorOverride

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

AddThemeColorOverride is promoted from Control.Instance.AddThemeColorOverride.

func (Instance) AddThemeConstantOverride

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

AddThemeConstantOverride is promoted from Control.Instance.AddThemeConstantOverride.

func (Instance) AddThemeFontOverride

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

AddThemeFontOverride is promoted from Control.Instance.AddThemeFontOverride.

func (Instance) AddThemeFontSizeOverride

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

AddThemeFontSizeOverride is promoted from Control.Instance.AddThemeFontSizeOverride.

func (Instance) AddThemeIconOverride

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

AddThemeIconOverride is promoted from Control.Instance.AddThemeIconOverride.

func (Instance) AddThemeStyleboxOverride

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

AddThemeStyleboxOverride is promoted from Control.Instance.AddThemeStyleboxOverride.

func (Instance) Alignment

func (self Instance) Alignment() GUI.HorizontalAlignment

Alignment is promoted from Button.Instance.Alignment.

func (Instance) AnchorBottom

func (self Instance) AnchorBottom() Float.X

AnchorBottom is promoted from Control.Instance.AnchorBottom.

func (Instance) AnchorLeft

func (self Instance) AnchorLeft() Float.X

AnchorLeft is promoted from Control.Instance.AnchorLeft.

func (Instance) AnchorRight

func (self Instance) AnchorRight() Float.X

AnchorRight is promoted from Control.Instance.AnchorRight.

func (Instance) AnchorTop

func (self Instance) AnchorTop() Float.X

AnchorTop is promoted from Control.Instance.AnchorTop.

func (Instance) AsBaseButton

func (o Instance) AsBaseButton() BaseButton.Instance

func (Instance) AsButton

func (o Instance) AsButton() Button.Instance

func (Instance) AsCanvasItem

func (o Instance) AsCanvasItem() CanvasItem.Instance

func (Instance) AsColorPickerButton

func (o Instance) AsColorPickerButton() Instance

func (Instance) AsControl

func (o Instance) AsControl() Control.Instance

func (Instance) AsNode

func (o Instance) AsNode() Node.Instance

func (Instance) AsObject

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

func (Instance) AutoTranslate

func (self Instance) AutoTranslate() bool

AutoTranslate is promoted from Control.Instance.AutoTranslate.

func (Instance) AutoTranslateMode

func (self Instance) AutoTranslateMode() Node.AutoTranslateMode

AutoTranslateMode is promoted from Node.Instance.AutoTranslateMode.

func (Instance) AutowrapMode

func (self Instance) AutowrapMode() TextServer.AutowrapMode

AutowrapMode is promoted from Button.Instance.AutowrapMode.

func (Instance) AutowrapTrimFlags

func (self Instance) AutowrapTrimFlags() TextServer.LineBreakFlag

AutowrapTrimFlags is promoted from Button.Instance.AutowrapTrimFlags.

func (Instance) BeginBulkThemeOverride

func (self Instance) BeginBulkThemeOverride()

BeginBulkThemeOverride is promoted from Control.Instance.BeginBulkThemeOverride.

func (Instance) ButtonMask

func (self Instance) ButtonMask() Input.MouseButtonMask

ButtonMask is promoted from BaseButton.Instance.ButtonMask.

func (Instance) ButtonPressed

func (self Instance) ButtonPressed() bool

ButtonPressed is promoted from BaseButton.Instance.ButtonPressed.

func (Instance) CanAutoTranslate

func (self Instance) CanAutoTranslate() bool

CanAutoTranslate is promoted from Node.Instance.CanAutoTranslate.

func (Instance) CanProcess

func (self Instance) CanProcess() bool

CanProcess is promoted from Node.Instance.CanProcess.

func (Instance) ClipChildren

func (self Instance) ClipChildren() CanvasItem.ClipChildrenMode

ClipChildren is promoted from CanvasItem.Instance.ClipChildren.

func (Instance) ClipContents

func (self Instance) ClipContents() bool

ClipContents is promoted from Control.Instance.ClipContents.

func (Instance) ClipText

func (self Instance) ClipText() bool

ClipText is promoted from Button.Instance.ClipText.

func (Instance) Color

func (self Instance) Color() Color.RGBA

func (Instance) CreateTween

func (self Instance) CreateTween() Tween.Instance

CreateTween is promoted from Node.Instance.CreateTween.

func (Instance) CustomMinimumSize

func (self Instance) CustomMinimumSize() Vector2.XY

CustomMinimumSize is promoted from Control.Instance.CustomMinimumSize.

func (Instance) Disabled

func (self Instance) Disabled() bool

Disabled is promoted from BaseButton.Instance.Disabled.

func (Instance) DrawEndAnimation

func (self Instance) DrawEndAnimation()

DrawEndAnimation is promoted from CanvasItem.Instance.DrawEndAnimation.

func (Instance) DrawMultimesh

func (self Instance) DrawMultimesh(multimesh MultiMesh.Instance, texture Texture2D.Instance)

DrawMultimesh is promoted from CanvasItem.Instance.DrawMultimesh.

func (Instance) DrawSetTransformMatrix

func (self Instance) DrawSetTransformMatrix(xform Transform2D.OriginXY)

DrawSetTransformMatrix is promoted from CanvasItem.Instance.DrawSetTransformMatrix.

func (Instance) EditAlpha

func (self Instance) EditAlpha() bool

func (Instance) EditIntensity

func (self Instance) EditIntensity() bool

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 Control.Instance.EndBulkThemeOverride.

func (Instance) ExpandIcon

func (self Instance) ExpandIcon() bool

ExpandIcon is promoted from Button.Instance.ExpandIcon.

func (Instance) FindNextValidFocus

func (self Instance) FindNextValidFocus() Control.Instance

FindNextValidFocus is promoted from Control.Instance.FindNextValidFocus.

func (Instance) FindParent

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

FindParent is promoted from Node.Instance.FindParent.

func (Instance) FindPrevValidFocus

func (self Instance) FindPrevValidFocus() Control.Instance

FindPrevValidFocus is promoted from Control.Instance.FindPrevValidFocus.

func (Instance) FindValidFocusNeighbor

func (self Instance) FindValidFocusNeighbor(side Rect2.Side) Control.Instance

FindValidFocusNeighbor is promoted from Control.Instance.FindValidFocusNeighbor.

func (Instance) Flat

func (self Instance) Flat() bool

Flat is promoted from Button.Instance.Flat.

func (Instance) FocusBehaviorRecursive

func (self Instance) FocusBehaviorRecursive() Control.FocusBehaviorRecursive

FocusBehaviorRecursive is promoted from Control.Instance.FocusBehaviorRecursive.

func (Instance) FocusMode

func (self Instance) FocusMode() Control.FocusMode

FocusMode is promoted from Control.Instance.FocusMode.

func (Instance) FocusNeighborBottom

func (self Instance) FocusNeighborBottom() string

FocusNeighborBottom is promoted from Control.Instance.FocusNeighborBottom.

func (Instance) FocusNeighborLeft

func (self Instance) FocusNeighborLeft() string

FocusNeighborLeft is promoted from Control.Instance.FocusNeighborLeft.

func (Instance) FocusNeighborRight

func (self Instance) FocusNeighborRight() string

FocusNeighborRight is promoted from Control.Instance.FocusNeighborRight.

func (Instance) FocusNeighborTop

func (self Instance) FocusNeighborTop() string

FocusNeighborTop is promoted from Control.Instance.FocusNeighborTop.

func (Instance) FocusNext

func (self Instance) FocusNext() string

FocusNext is promoted from Control.Instance.FocusNext.

func (Instance) FocusPrevious

func (self Instance) FocusPrevious() string

FocusPrevious is promoted from Control.Instance.FocusPrevious.

func (Instance) ForceDrag

func (self Instance) ForceDrag(data any, preview Control.Instance)

ForceDrag is promoted from Control.Instance.ForceDrag.

func (Instance) ForceUpdateTransform

func (self Instance) ForceUpdateTransform()

ForceUpdateTransform is promoted from CanvasItem.Instance.ForceUpdateTransform.

func (Instance) GetAccessibilityElement

func (self Instance) GetAccessibilityElement() RID.AccessibilityElement

GetAccessibilityElement is promoted from Node.Instance.GetAccessibilityElement.

func (Instance) GetBegin

func (self Instance) GetBegin() Vector2.XY

GetBegin is promoted from Control.Instance.GetBegin.

func (Instance) GetCanvas

func (self Instance) GetCanvas() RID.Canvas

GetCanvas is promoted from CanvasItem.Instance.GetCanvas.

func (Instance) GetCanvasItem

func (self Instance) GetCanvasItem() RID.CanvasItem

GetCanvasItem is promoted from CanvasItem.Instance.GetCanvasItem.

func (Instance) GetCanvasLayerNode

func (self Instance) GetCanvasLayerNode() CanvasLayer.Instance

GetCanvasLayerNode is promoted from CanvasItem.Instance.GetCanvasLayerNode.

func (Instance) GetCanvasTransform

func (self Instance) GetCanvasTransform() Transform2D.OriginXY

GetCanvasTransform is promoted from CanvasItem.Instance.GetCanvasTransform.

func (Instance) GetCombinedMinimumSize

func (self Instance) GetCombinedMinimumSize() Vector2.XY

GetCombinedMinimumSize is promoted from Control.Instance.GetCombinedMinimumSize.

func (Instance) GetCombinedPivotOffset

func (self Instance) GetCombinedPivotOffset() Vector2.XY

GetCombinedPivotOffset is promoted from Control.Instance.GetCombinedPivotOffset.

func (Instance) GetDrawMode

func (self Instance) GetDrawMode() BaseButton.DrawMode

GetDrawMode is promoted from BaseButton.Instance.GetDrawMode.

func (Instance) GetEnd

func (self Instance) GetEnd() Vector2.XY

GetEnd is promoted from Control.Instance.GetEnd.

func (Instance) GetFocusModeWithOverride

func (self Instance) GetFocusModeWithOverride() Control.FocusMode

GetFocusModeWithOverride is promoted from Control.Instance.GetFocusModeWithOverride.

func (Instance) GetGlobalMousePosition

func (self Instance) GetGlobalMousePosition() Vector2.XY

GetGlobalMousePosition is promoted from CanvasItem.Instance.GetGlobalMousePosition.

func (Instance) GetGlobalRect

func (self Instance) GetGlobalRect() Rect2.PositionSize

GetGlobalRect is promoted from Control.Instance.GetGlobalRect.

func (Instance) GetGlobalTransform

func (self Instance) GetGlobalTransform() Transform2D.OriginXY

GetGlobalTransform is promoted from CanvasItem.Instance.GetGlobalTransform.

func (Instance) GetGlobalTransformWithCanvas

func (self Instance) GetGlobalTransformWithCanvas() Transform2D.OriginXY

GetGlobalTransformWithCanvas is promoted from CanvasItem.Instance.GetGlobalTransformWithCanvas.

func (Instance) GetGroups

func (self Instance) GetGroups() []string

GetGroups is promoted from Node.Instance.GetGroups.

func (Instance) GetInstanceShaderParameter

func (self Instance) GetInstanceShaderParameter(name string) any

GetInstanceShaderParameter is promoted from CanvasItem.Instance.GetInstanceShaderParameter.

func (Instance) GetLocalMousePosition

func (self Instance) GetLocalMousePosition() Vector2.XY

GetLocalMousePosition is promoted from CanvasItem.Instance.GetLocalMousePosition.

func (Instance) GetMinimumSize

func (self Instance) GetMinimumSize() Vector2.XY

GetMinimumSize is promoted from Control.Instance.GetMinimumSize.

func (Instance) GetMouseFilterWithOverride

func (self Instance) GetMouseFilterWithOverride() Control.MouseFilter

GetMouseFilterWithOverride is promoted from Control.Instance.GetMouseFilterWithOverride.

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

func (self Instance) GetParent() Node.Instance

GetParent is promoted from Node.Instance.GetParent.

func (Instance) GetParentAreaSize

func (self Instance) GetParentAreaSize() Vector2.XY

GetParentAreaSize is promoted from Control.Instance.GetParentAreaSize.

func (Instance) GetParentControl

func (self Instance) GetParentControl() Control.Instance

GetParentControl is promoted from Control.Instance.GetParentControl.

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

func (self Instance) GetPicker() ColorPicker.Instance

func (Instance) GetPopup

func (self Instance) GetPopup() PopupPanel.Instance

func (Instance) GetProcessDeltaTime

func (self Instance) GetProcessDeltaTime() Float.X

GetProcessDeltaTime is promoted from Node.Instance.GetProcessDeltaTime.

func (Instance) GetRect

func (self Instance) GetRect() Rect2.PositionSize

GetRect is promoted from Control.Instance.GetRect.

func (Instance) GetSceneInstanceLoadPlaceholder

func (self Instance) GetSceneInstanceLoadPlaceholder() bool

GetSceneInstanceLoadPlaceholder is promoted from Node.Instance.GetSceneInstanceLoadPlaceholder.

func (Instance) GetScreenPosition

func (self Instance) GetScreenPosition() Vector2.XY

GetScreenPosition is promoted from Control.Instance.GetScreenPosition.

func (Instance) GetScreenTransform

func (self Instance) GetScreenTransform() Transform2D.OriginXY

GetScreenTransform is promoted from CanvasItem.Instance.GetScreenTransform.

func (Instance) GetThemeDefaultBaseScale

func (self Instance) GetThemeDefaultBaseScale() Float.X

GetThemeDefaultBaseScale is promoted from Control.Instance.GetThemeDefaultBaseScale.

func (Instance) GetThemeDefaultFont

func (self Instance) GetThemeDefaultFont() Font.Instance

GetThemeDefaultFont is promoted from Control.Instance.GetThemeDefaultFont.

func (Instance) GetThemeDefaultFontSize

func (self Instance) GetThemeDefaultFontSize() int

GetThemeDefaultFontSize is promoted from Control.Instance.GetThemeDefaultFontSize.

func (Instance) GetTransform

func (self Instance) GetTransform() Transform2D.OriginXY

GetTransform is promoted from CanvasItem.Instance.GetTransform.

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

func (self Instance) GetViewportRect() Rect2.PositionSize

GetViewportRect is promoted from CanvasItem.Instance.GetViewportRect.

func (Instance) GetViewportTransform

func (self Instance) GetViewportTransform() Transform2D.OriginXY

GetViewportTransform is promoted from CanvasItem.Instance.GetViewportTransform.

func (Instance) GetVisibilityLayerBit

func (self Instance) GetVisibilityLayerBit(layer int) bool

GetVisibilityLayerBit is promoted from CanvasItem.Instance.GetVisibilityLayerBit.

func (Instance) GetWorld2d

func (self Instance) GetWorld2d() World2D.Instance

GetWorld2d is promoted from CanvasItem.Instance.GetWorld2d.

func (Instance) GlobalPosition

func (self Instance) GlobalPosition() Vector2.XY

GlobalPosition is promoted from Control.Instance.GlobalPosition.

func (Instance) GrabClickFocus

func (self Instance) GrabClickFocus()

GrabClickFocus is promoted from Control.Instance.GrabClickFocus.

func (Instance) GrowHorizontal

func (self Instance) GrowHorizontal() Control.GrowDirection

GrowHorizontal is promoted from Control.Instance.GrowHorizontal.

func (Instance) GrowVertical

func (self Instance) GrowVertical() Control.GrowDirection

GrowVertical is promoted from Control.Instance.GrowVertical.

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 Control.Instance.HasThemeColorOverride.

func (Instance) HasThemeConstantOverride

func (self Instance) HasThemeConstantOverride(name string) bool

HasThemeConstantOverride is promoted from Control.Instance.HasThemeConstantOverride.

func (Instance) HasThemeFontOverride

func (self Instance) HasThemeFontOverride(name string) bool

HasThemeFontOverride is promoted from Control.Instance.HasThemeFontOverride.

func (Instance) HasThemeFontSizeOverride

func (self Instance) HasThemeFontSizeOverride(name string) bool

HasThemeFontSizeOverride is promoted from Control.Instance.HasThemeFontSizeOverride.

func (Instance) HasThemeIconOverride

func (self Instance) HasThemeIconOverride(name string) bool

HasThemeIconOverride is promoted from Control.Instance.HasThemeIconOverride.

func (Instance) HasThemeStyleboxOverride

func (self Instance) HasThemeStyleboxOverride(name string) bool

HasThemeStyleboxOverride is promoted from Control.Instance.HasThemeStyleboxOverride.

func (Instance) Hide

func (self Instance) Hide()

Hide is promoted from CanvasItem.Instance.Hide.

func (Instance) ID

func (self Instance) ID() ID

func (Instance) Icon

func (self Instance) Icon() Texture2D.Instance

Icon is promoted from Button.Instance.Icon.

func (Instance) IconAlignment

func (self Instance) IconAlignment() GUI.HorizontalAlignment

IconAlignment is promoted from Button.Instance.IconAlignment.

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

func (self Instance) IsDragSuccessful() bool

IsDragSuccessful is promoted from Control.Instance.IsDragSuccessful.

func (Instance) IsEditableInstance

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

IsEditableInstance is promoted from Node.Instance.IsEditableInstance.

func (Instance) IsGreaterThan

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

IsGreaterThan is promoted from Node.Instance.IsGreaterThan.

func (Instance) IsHovered

func (self Instance) IsHovered() bool

IsHovered is promoted from BaseButton.Instance.IsHovered.

func (Instance) IsInGroup

func (self Instance) IsInGroup(group string) bool

IsInGroup is promoted from Node.Instance.IsInGroup.

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 Control.Instance.IsLayoutRtl.

func (Instance) IsLocalTransformNotificationEnabled

func (self Instance) IsLocalTransformNotificationEnabled() bool

IsLocalTransformNotificationEnabled is promoted from CanvasItem.Instance.IsLocalTransformNotificationEnabled.

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

func (self Instance) IsTransformNotificationEnabled() bool

IsTransformNotificationEnabled is promoted from CanvasItem.Instance.IsTransformNotificationEnabled.

func (Instance) IsVisibleInTree

func (self Instance) IsVisibleInTree() bool

IsVisibleInTree is promoted from CanvasItem.Instance.IsVisibleInTree.

func (Instance) KeepPressedOutside

func (self Instance) KeepPressedOutside() bool

KeepPressedOutside is promoted from BaseButton.Instance.KeepPressedOutside.

func (Instance) Language

func (self Instance) Language() string

Language is promoted from Button.Instance.Language.

func (Instance) LayoutDirection

func (self Instance) LayoutDirection() Control.LayoutDirection

LayoutDirection is promoted from Control.Instance.LayoutDirection.

func (Instance) LightMask

func (self Instance) LightMask() int

LightMask is promoted from CanvasItem.Instance.LightMask.

func (Instance) LocalizeNumeralSystem

func (self Instance) LocalizeNumeralSystem() bool

LocalizeNumeralSystem is promoted from Control.Instance.LocalizeNumeralSystem.

func (Instance) MakeCanvasPositionLocal

func (self Instance) MakeCanvasPositionLocal(viewport_point Vector2.XY) Vector2.XY

MakeCanvasPositionLocal is promoted from CanvasItem.Instance.MakeCanvasPositionLocal.

func (Instance) MakeInputLocal

func (self Instance) MakeInputLocal(event InputEvent.Instance) InputEvent.Instance

MakeInputLocal is promoted from CanvasItem.Instance.MakeInputLocal.

func (Instance) Material

func (self Instance) Material() Material.Instance

Material is promoted from CanvasItem.Instance.Material.

func (Instance) Modulate

func (self Instance) Modulate() Color.RGBA

Modulate is promoted from CanvasItem.Instance.Modulate.

func (Instance) MouseBehaviorRecursive

func (self Instance) MouseBehaviorRecursive() Control.MouseBehaviorRecursive

MouseBehaviorRecursive is promoted from Control.Instance.MouseBehaviorRecursive.

func (Instance) MouseDefaultCursorShape

func (self Instance) MouseDefaultCursorShape() Control.CursorShape

MouseDefaultCursorShape is promoted from Control.Instance.MouseDefaultCursorShape.

func (Instance) MouseFilter

func (self Instance) MouseFilter() Control.MouseFilter

MouseFilter is promoted from Control.Instance.MouseFilter.

func (Instance) MouseForcePassScrollEvents

func (self Instance) MouseForcePassScrollEvents() bool

MouseForcePassScrollEvents is promoted from Control.Instance.MouseForcePassScrollEvents.

func (Instance) MoveChild

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

MoveChild is promoted from Node.Instance.MoveChild.

func (Instance) MoveToFront

func (self Instance) MoveToFront()

MoveToFront is promoted from CanvasItem.Instance.MoveToFront.

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

func (self Instance) NotifyDeferredThreadGroup(what int)

NotifyDeferredThreadGroup is promoted from Node.Instance.NotifyDeferredThreadGroup.

func (Instance) NotifyThreadSafe

func (self Instance) NotifyThreadSafe(what int)

NotifyThreadSafe is promoted from Node.Instance.NotifyThreadSafe.

func (Instance) OffsetBottom

func (self Instance) OffsetBottom() Float.X

OffsetBottom is promoted from Control.Instance.OffsetBottom.

func (Instance) OffsetLeft

func (self Instance) OffsetLeft() Float.X

OffsetLeft is promoted from Control.Instance.OffsetLeft.

func (Instance) OffsetRight

func (self Instance) OffsetRight() Float.X

OffsetRight is promoted from Control.Instance.OffsetRight.

func (Instance) OffsetTop

func (self Instance) OffsetTop() Float.X

OffsetTop is promoted from Control.Instance.OffsetTop.

func (Instance) OnButtonDown

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

OnButtonDown is promoted from BaseButton.Instance.OnButtonDown.

func (Instance) OnButtonUp

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

OnButtonUp is promoted from BaseButton.Instance.OnButtonUp.

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

func (self Instance) OnColorChanged(cb func(color Color.RGBA), flags ...Signal.Flags) Instance

func (Instance) OnDraw

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

OnDraw is promoted from CanvasItem.Instance.OnDraw.

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

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

OnFocusEntered is promoted from Control.Instance.OnFocusEntered.

func (Instance) OnFocusExited

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

OnFocusExited is promoted from Control.Instance.OnFocusExited.

func (Instance) OnGuiInput

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

OnGuiInput is promoted from Control.Instance.OnGuiInput.

func (Instance) OnHidden

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

OnHidden is promoted from CanvasItem.Instance.OnHidden.

func (Instance) OnItemRectChanged

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

OnItemRectChanged is promoted from CanvasItem.Instance.OnItemRectChanged.

func (Instance) OnMinimumSizeChanged

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

OnMinimumSizeChanged is promoted from Control.Instance.OnMinimumSizeChanged.

func (Instance) OnMouseEntered

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

OnMouseEntered is promoted from Control.Instance.OnMouseEntered.

func (Instance) OnMouseExited

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

OnMouseExited is promoted from Control.Instance.OnMouseExited.

func (Instance) OnPickerCreated

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

func (Instance) OnPopupClosed

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

func (Instance) OnPressed

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

OnPressed is promoted from BaseButton.Instance.OnPressed.

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

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

OnResized is promoted from Control.Instance.OnResized.

func (Instance) OnSizeFlagsChanged

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

OnSizeFlagsChanged is promoted from Control.Instance.OnSizeFlagsChanged.

func (Instance) OnThemeChanged

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

OnThemeChanged is promoted from Control.Instance.OnThemeChanged.

func (Instance) OnToggled

func (self Instance) OnToggled(cb func(toggled_on bool), flags ...Signal.Flags) Instance

OnToggled is promoted from BaseButton.Instance.OnToggled.

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 CanvasItem.Instance.OnVisibilityChanged.

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

func (self Instance) PivotOffset() Vector2.XY

PivotOffset is promoted from Control.Instance.PivotOffset.

func (Instance) PivotOffsetRatio

func (self Instance) PivotOffsetRatio() Vector2.XY

PivotOffsetRatio is promoted from Control.Instance.PivotOffsetRatio.

func (Instance) Position

func (self Instance) Position() Vector2.XY

Position is promoted from Control.Instance.Position.

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

func (self Instance) QueueRedraw()

QueueRedraw is promoted from CanvasItem.Instance.QueueRedraw.

func (Instance) ReleaseFocus

func (self Instance) ReleaseFocus()

ReleaseFocus is promoted from Control.Instance.ReleaseFocus.

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 Control.Instance.RemoveThemeColorOverride.

func (Instance) RemoveThemeConstantOverride

func (self Instance) RemoveThemeConstantOverride(name string)

RemoveThemeConstantOverride is promoted from Control.Instance.RemoveThemeConstantOverride.

func (Instance) RemoveThemeFontOverride

func (self Instance) RemoveThemeFontOverride(name string)

RemoveThemeFontOverride is promoted from Control.Instance.RemoveThemeFontOverride.

func (Instance) RemoveThemeFontSizeOverride

func (self Instance) RemoveThemeFontSizeOverride(name string)

RemoveThemeFontSizeOverride is promoted from Control.Instance.RemoveThemeFontSizeOverride.

func (Instance) RemoveThemeIconOverride

func (self Instance) RemoveThemeIconOverride(name string)

RemoveThemeIconOverride is promoted from Control.Instance.RemoveThemeIconOverride.

func (Instance) RemoveThemeStyleboxOverride

func (self Instance) RemoveThemeStyleboxOverride(name string)

RemoveThemeStyleboxOverride is promoted from Control.Instance.RemoveThemeStyleboxOverride.

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 Control.Instance.ResetSize.

func (Instance) Rotation

func (self Instance) Rotation() Float.X

Rotation is promoted from Control.Instance.Rotation.

func (Instance) RotationDegrees

func (self Instance) RotationDegrees() Float.X

RotationDegrees is promoted from Control.Instance.RotationDegrees.

func (Instance) RpcConfig

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

RpcConfig is promoted from Node.Instance.RpcConfig.

func (Instance) Scale

func (self Instance) Scale() Vector2.XY

Scale is promoted from Control.Instance.Scale.

func (Instance) SceneFilePath

func (self Instance) SceneFilePath() string

SceneFilePath is promoted from Node.Instance.SceneFilePath.

func (Instance) SelfModulate

func (self Instance) SelfModulate() Color.RGBA

SelfModulate is promoted from CanvasItem.Instance.SelfModulate.

func (Instance) SetAccessibilityControlsNodes

func (self Instance) SetAccessibilityControlsNodes(value []string) Instance

SetAccessibilityControlsNodes is promoted from Control.Instance.SetAccessibilityControlsNodes.

func (Instance) SetAccessibilityDescribedByNodes

func (self Instance) SetAccessibilityDescribedByNodes(value []string) Instance

SetAccessibilityDescribedByNodes is promoted from Control.Instance.SetAccessibilityDescribedByNodes.

func (Instance) SetAccessibilityDescription

func (self Instance) SetAccessibilityDescription(value string) Instance

SetAccessibilityDescription is promoted from Control.Instance.SetAccessibilityDescription.

func (Instance) SetAccessibilityFlowToNodes

func (self Instance) SetAccessibilityFlowToNodes(value []string) Instance

SetAccessibilityFlowToNodes is promoted from Control.Instance.SetAccessibilityFlowToNodes.

func (Instance) SetAccessibilityLabeledByNodes

func (self Instance) SetAccessibilityLabeledByNodes(value []string) Instance

SetAccessibilityLabeledByNodes is promoted from Control.Instance.SetAccessibilityLabeledByNodes.

func (Instance) SetAccessibilityLive

func (self Instance) SetAccessibilityLive(value DisplayServer.AccessibilityLiveMode) Instance

SetAccessibilityLive is promoted from Control.Instance.SetAccessibilityLive.

func (Instance) SetAccessibilityName

func (self Instance) SetAccessibilityName(value string) Instance

SetAccessibilityName is promoted from Control.Instance.SetAccessibilityName.

func (Instance) SetActionMode

func (self Instance) SetActionMode(value BaseButton.ActionMode) Instance

SetActionMode is promoted from BaseButton.Instance.SetActionMode.

func (Instance) SetAlignment

func (self Instance) SetAlignment(value GUI.HorizontalAlignment) Instance

SetAlignment is promoted from Button.Instance.SetAlignment.

func (Instance) SetAutoTranslate

func (self Instance) SetAutoTranslate(value bool) Instance

SetAutoTranslate is promoted from Control.Instance.SetAutoTranslate.

func (Instance) SetAutoTranslateMode

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

SetAutoTranslateMode is promoted from Node.Instance.SetAutoTranslateMode.

func (Instance) SetAutowrapMode

func (self Instance) SetAutowrapMode(value TextServer.AutowrapMode) Instance

SetAutowrapMode is promoted from Button.Instance.SetAutowrapMode.

func (Instance) SetAutowrapTrimFlags

func (self Instance) SetAutowrapTrimFlags(value TextServer.LineBreakFlag) Instance

SetAutowrapTrimFlags is promoted from Button.Instance.SetAutowrapTrimFlags.

func (Instance) SetBegin

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

SetBegin is promoted from Control.Instance.SetBegin.

func (Instance) SetButtonMask

func (self Instance) SetButtonMask(value Input.MouseButtonMask) Instance

SetButtonMask is promoted from BaseButton.Instance.SetButtonMask.

func (Instance) SetButtonPressed

func (self Instance) SetButtonPressed(value bool) Instance

SetButtonPressed is promoted from BaseButton.Instance.SetButtonPressed.

func (Instance) SetClipChildren

func (self Instance) SetClipChildren(value CanvasItem.ClipChildrenMode) Instance

SetClipChildren is promoted from CanvasItem.Instance.SetClipChildren.

func (Instance) SetClipContents

func (self Instance) SetClipContents(value bool) Instance

SetClipContents is promoted from Control.Instance.SetClipContents.

func (Instance) SetClipText

func (self Instance) SetClipText(value bool) Instance

SetClipText is promoted from Button.Instance.SetClipText.

func (Instance) SetColor

func (self Instance) SetColor(value Color.RGBA) Instance

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

func (Instance) SetCustomMinimumSize

func (self Instance) SetCustomMinimumSize(value Vector2.XY) Instance

SetCustomMinimumSize is promoted from Control.Instance.SetCustomMinimumSize.

func (Instance) SetDeferredThreadGroup

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

SetDeferredThreadGroup is promoted from Node.Instance.SetDeferredThreadGroup.

func (Instance) SetDisabled

func (self Instance) SetDisabled(value bool) Instance

SetDisabled is promoted from BaseButton.Instance.SetDisabled.

func (Instance) SetDisplayFolded

func (self Instance) SetDisplayFolded(fold bool) Instance

SetDisplayFolded is promoted from Node.Instance.SetDisplayFolded.

func (Instance) SetDragForwarding

func (self Instance) SetDragForwarding(drag_func func(at_position Vector2.XY) any, can_drop_func func(at_position Vector2.XY, data any) bool, drop_func func(at_position Vector2.XY, data any)) Instance

SetDragForwarding is promoted from Control.Instance.SetDragForwarding.

func (Instance) SetDragPreview

func (self Instance) SetDragPreview(control Control.Instance) Instance

SetDragPreview is promoted from Control.Instance.SetDragPreview.

func (Instance) SetEditAlpha

func (self Instance) SetEditAlpha(value bool) Instance

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

func (Instance) SetEditIntensity

func (self Instance) SetEditIntensity(value bool) Instance

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

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

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

SetEnd is promoted from Control.Instance.SetEnd.

func (Instance) SetExpandIcon

func (self Instance) SetExpandIcon(value bool) Instance

SetExpandIcon is promoted from Button.Instance.SetExpandIcon.

func (Instance) SetFlat

func (self Instance) SetFlat(value bool) Instance

SetFlat is promoted from Button.Instance.SetFlat.

func (Instance) SetFocusBehaviorRecursive

func (self Instance) SetFocusBehaviorRecursive(value Control.FocusBehaviorRecursive) Instance

SetFocusBehaviorRecursive is promoted from Control.Instance.SetFocusBehaviorRecursive.

func (Instance) SetFocusMode

func (self Instance) SetFocusMode(value Control.FocusMode) Instance

SetFocusMode is promoted from Control.Instance.SetFocusMode.

func (Instance) SetFocusNeighborBottom

func (self Instance) SetFocusNeighborBottom(value string) Instance

SetFocusNeighborBottom is promoted from Control.Instance.SetFocusNeighborBottom.

func (Instance) SetFocusNeighborLeft

func (self Instance) SetFocusNeighborLeft(value string) Instance

SetFocusNeighborLeft is promoted from Control.Instance.SetFocusNeighborLeft.

func (Instance) SetFocusNeighborRight

func (self Instance) SetFocusNeighborRight(value string) Instance

SetFocusNeighborRight is promoted from Control.Instance.SetFocusNeighborRight.

func (Instance) SetFocusNeighborTop

func (self Instance) SetFocusNeighborTop(value string) Instance

SetFocusNeighborTop is promoted from Control.Instance.SetFocusNeighborTop.

func (Instance) SetFocusNext

func (self Instance) SetFocusNext(value string) Instance

SetFocusNext is promoted from Control.Instance.SetFocusNext.

func (Instance) SetFocusPrevious

func (self Instance) SetFocusPrevious(value string) Instance

SetFocusPrevious is promoted from Control.Instance.SetFocusPrevious.

func (Instance) SetGrowHorizontal

func (self Instance) SetGrowHorizontal(value Control.GrowDirection) Instance

SetGrowHorizontal is promoted from Control.Instance.SetGrowHorizontal.

func (Instance) SetGrowVertical

func (self Instance) SetGrowVertical(value Control.GrowDirection) Instance

SetGrowVertical is promoted from Control.Instance.SetGrowVertical.

func (Instance) SetIcon

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

SetIcon is promoted from Button.Instance.SetIcon.

func (Instance) SetIconAlignment

func (self Instance) SetIconAlignment(value GUI.HorizontalAlignment) Instance

SetIconAlignment is promoted from Button.Instance.SetIconAlignment.

func (Instance) SetInstanceShaderParameter

func (self Instance) SetInstanceShaderParameter(name string, value any) Instance

SetInstanceShaderParameter is promoted from CanvasItem.Instance.SetInstanceShaderParameter.

func (Instance) SetKeepPressedOutside

func (self Instance) SetKeepPressedOutside(value bool) Instance

SetKeepPressedOutside is promoted from BaseButton.Instance.SetKeepPressedOutside.

func (Instance) SetLanguage

func (self Instance) SetLanguage(value string) Instance

SetLanguage is promoted from Button.Instance.SetLanguage.

func (Instance) SetLayoutDirection

func (self Instance) SetLayoutDirection(value Control.LayoutDirection) Instance

SetLayoutDirection is promoted from Control.Instance.SetLayoutDirection.

func (Instance) SetLightMask

func (self Instance) SetLightMask(value int) Instance

SetLightMask is promoted from CanvasItem.Instance.SetLightMask.

func (Instance) SetLocalizeNumeralSystem

func (self Instance) SetLocalizeNumeralSystem(value bool) Instance

SetLocalizeNumeralSystem is promoted from Control.Instance.SetLocalizeNumeralSystem.

func (Instance) SetMaterial

func (self Instance) SetMaterial(value Material.Instance) Instance

SetMaterial is promoted from CanvasItem.Instance.SetMaterial.

func (Instance) SetModulate

func (self Instance) SetModulate(value Color.RGBA) Instance

SetModulate is promoted from CanvasItem.Instance.SetModulate.

func (Instance) SetMouseBehaviorRecursive

func (self Instance) SetMouseBehaviorRecursive(value Control.MouseBehaviorRecursive) Instance

SetMouseBehaviorRecursive is promoted from Control.Instance.SetMouseBehaviorRecursive.

func (Instance) SetMouseDefaultCursorShape

func (self Instance) SetMouseDefaultCursorShape(value Control.CursorShape) Instance

SetMouseDefaultCursorShape is promoted from Control.Instance.SetMouseDefaultCursorShape.

func (Instance) SetMouseFilter

func (self Instance) SetMouseFilter(value Control.MouseFilter) Instance

SetMouseFilter is promoted from Control.Instance.SetMouseFilter.

func (Instance) SetMouseForcePassScrollEvents

func (self Instance) SetMouseForcePassScrollEvents(value bool) Instance

SetMouseForcePassScrollEvents is promoted from Control.Instance.SetMouseForcePassScrollEvents.

func (Instance) SetName

func (self Instance) SetName(value string) Instance

SetName is promoted from Node.Instance.SetName.

func (Instance) SetNotifyLocalTransform

func (self Instance) SetNotifyLocalTransform(enable bool) Instance

SetNotifyLocalTransform is promoted from CanvasItem.Instance.SetNotifyLocalTransform.

func (Instance) SetNotifyTransform

func (self Instance) SetNotifyTransform(enable bool) Instance

SetNotifyTransform is promoted from CanvasItem.Instance.SetNotifyTransform.

func (*Instance) SetObject

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

func (Instance) SetOffsetBottom

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

SetOffsetBottom is promoted from Control.Instance.SetOffsetBottom.

func (Instance) SetOffsetLeft

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

SetOffsetLeft is promoted from Control.Instance.SetOffsetLeft.

func (Instance) SetOffsetRight

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

SetOffsetRight is promoted from Control.Instance.SetOffsetRight.

func (Instance) SetOffsetTop

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

SetOffsetTop is promoted from Control.Instance.SetOffsetTop.

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

func (self Instance) SetPivotOffset(value Vector2.XY) Instance

SetPivotOffset is promoted from Control.Instance.SetPivotOffset.

func (Instance) SetPivotOffsetRatio

func (self Instance) SetPivotOffsetRatio(value Vector2.XY) Instance

SetPivotOffsetRatio is promoted from Control.Instance.SetPivotOffsetRatio.

func (Instance) SetPressedNoSignal

func (self Instance) SetPressedNoSignal(pressed bool) Instance

SetPressedNoSignal is promoted from BaseButton.Instance.SetPressedNoSignal.

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

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

SetRotation is promoted from Control.Instance.SetRotation.

func (Instance) SetRotationDegrees

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

SetRotationDegrees is promoted from Control.Instance.SetRotationDegrees.

func (Instance) SetScale

func (self Instance) SetScale(value Vector2.XY) Instance

SetScale is promoted from Control.Instance.SetScale.

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

func (self Instance) SetSelfModulate(value Color.RGBA) Instance

SetSelfModulate is promoted from CanvasItem.Instance.SetSelfModulate.

func (Instance) SetShortcut

func (self Instance) SetShortcut(value Shortcut.Instance) Instance

SetShortcut is promoted from BaseButton.Instance.SetShortcut.

func (Instance) SetShortcutContext

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

SetShortcutContext is promoted from Control.Instance.SetShortcutContext.

func (Instance) SetShortcutFeedback

func (self Instance) SetShortcutFeedback(value bool) Instance

SetShortcutFeedback is promoted from BaseButton.Instance.SetShortcutFeedback.

func (Instance) SetShortcutInTooltip

func (self Instance) SetShortcutInTooltip(value bool) Instance

SetShortcutInTooltip is promoted from BaseButton.Instance.SetShortcutInTooltip.

func (Instance) SetShowBehindParent

func (self Instance) SetShowBehindParent(value bool) Instance

SetShowBehindParent is promoted from CanvasItem.Instance.SetShowBehindParent.

func (Instance) SetSizeFlagsHorizontal

func (self Instance) SetSizeFlagsHorizontal(value Control.SizeFlags) Instance

SetSizeFlagsHorizontal is promoted from Control.Instance.SetSizeFlagsHorizontal.

func (Instance) SetSizeFlagsStretchRatio

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

SetSizeFlagsStretchRatio is promoted from Control.Instance.SetSizeFlagsStretchRatio.

func (Instance) SetSizeFlagsVertical

func (self Instance) SetSizeFlagsVertical(value Control.SizeFlags) Instance

SetSizeFlagsVertical is promoted from Control.Instance.SetSizeFlagsVertical.

func (Instance) SetText

func (self Instance) SetText(value string) Instance

SetText is promoted from Button.Instance.SetText.

func (Instance) SetTextDirection

func (self Instance) SetTextDirection(value Control.TextDirection) Instance

SetTextDirection is promoted from Button.Instance.SetTextDirection.

func (Instance) SetTextOverrunBehavior

func (self Instance) SetTextOverrunBehavior(value TextServer.OverrunBehavior) Instance

SetTextOverrunBehavior is promoted from Button.Instance.SetTextOverrunBehavior.

func (Instance) SetTextureFilter

func (self Instance) SetTextureFilter(value CanvasItem.TextureFilter) Instance

SetTextureFilter is promoted from CanvasItem.Instance.SetTextureFilter.

func (Instance) SetTextureRepeat

func (self Instance) SetTextureRepeat(value CanvasItem.TextureRepeat) Instance

SetTextureRepeat is promoted from CanvasItem.Instance.SetTextureRepeat.

func (Instance) SetTheme

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

SetTheme is promoted from Control.Instance.SetTheme.

func (Instance) SetThemeTypeVariation

func (self Instance) SetThemeTypeVariation(value string) Instance

SetThemeTypeVariation is promoted from Control.Instance.SetThemeTypeVariation.

func (Instance) SetThreadSafe

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

SetThreadSafe is promoted from Node.Instance.SetThreadSafe.

func (Instance) SetToggleMode

func (self Instance) SetToggleMode(value bool) Instance

SetToggleMode is promoted from BaseButton.Instance.SetToggleMode.

func (Instance) SetTooltipAutoTranslateMode

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

SetTooltipAutoTranslateMode is promoted from Control.Instance.SetTooltipAutoTranslateMode.

func (Instance) SetTooltipText

func (self Instance) SetTooltipText(value string) Instance

SetTooltipText is promoted from Control.Instance.SetTooltipText.

func (Instance) SetTopLevel

func (self Instance) SetTopLevel(value bool) Instance

SetTopLevel is promoted from CanvasItem.Instance.SetTopLevel.

func (Instance) SetTranslationDomainInherited

func (self Instance) SetTranslationDomainInherited() Instance

SetTranslationDomainInherited is promoted from Node.Instance.SetTranslationDomainInherited.

func (Instance) SetUniqueNameInOwner

func (self Instance) SetUniqueNameInOwner(value bool) Instance

SetUniqueNameInOwner is promoted from Node.Instance.SetUniqueNameInOwner.

func (Instance) SetUseParentMaterial

func (self Instance) SetUseParentMaterial(value bool) Instance

SetUseParentMaterial is promoted from CanvasItem.Instance.SetUseParentMaterial.

func (Instance) SetVerticalIconAlignment

func (self Instance) SetVerticalIconAlignment(value GUI.VerticalAlignment) Instance

SetVerticalIconAlignment is promoted from Button.Instance.SetVerticalIconAlignment.

func (Instance) SetVisibilityLayer

func (self Instance) SetVisibilityLayer(value int) Instance

SetVisibilityLayer is promoted from CanvasItem.Instance.SetVisibilityLayer.

func (Instance) SetVisibilityLayerBit

func (self Instance) SetVisibilityLayerBit(layer int, enabled bool) Instance

SetVisibilityLayerBit is promoted from CanvasItem.Instance.SetVisibilityLayerBit.

func (Instance) SetVisible

func (self Instance) SetVisible(value bool) Instance

SetVisible is promoted from CanvasItem.Instance.SetVisible.

func (Instance) SetYSortEnabled

func (self Instance) SetYSortEnabled(value bool) Instance

SetYSortEnabled is promoted from CanvasItem.Instance.SetYSortEnabled.

func (Instance) SetZAsRelative

func (self Instance) SetZAsRelative(value bool) Instance

SetZAsRelative is promoted from CanvasItem.Instance.SetZAsRelative.

func (Instance) SetZIndex

func (self Instance) SetZIndex(value int) Instance

SetZIndex is promoted from CanvasItem.Instance.SetZIndex.

func (Instance) Shortcut

func (self Instance) Shortcut() Shortcut.Instance

Shortcut is promoted from BaseButton.Instance.Shortcut.

func (Instance) ShortcutContext

func (self Instance) ShortcutContext() Node.Instance

ShortcutContext is promoted from Control.Instance.ShortcutContext.

func (Instance) ShortcutFeedback

func (self Instance) ShortcutFeedback() bool

ShortcutFeedback is promoted from BaseButton.Instance.ShortcutFeedback.

func (Instance) ShortcutInTooltip

func (self Instance) ShortcutInTooltip() bool

ShortcutInTooltip is promoted from BaseButton.Instance.ShortcutInTooltip.

func (Instance) Show

func (self Instance) Show()

Show is promoted from CanvasItem.Instance.Show.

func (Instance) ShowBehindParent

func (self Instance) ShowBehindParent() bool

ShowBehindParent is promoted from CanvasItem.Instance.ShowBehindParent.

func (Instance) Size

func (self Instance) Size() Vector2.XY

Size is promoted from Control.Instance.Size.

func (Instance) SizeFlagsHorizontal

func (self Instance) SizeFlagsHorizontal() Control.SizeFlags

SizeFlagsHorizontal is promoted from Control.Instance.SizeFlagsHorizontal.

func (Instance) SizeFlagsStretchRatio

func (self Instance) SizeFlagsStretchRatio() Float.X

SizeFlagsStretchRatio is promoted from Control.Instance.SizeFlagsStretchRatio.

func (Instance) SizeFlagsVertical

func (self Instance) SizeFlagsVertical() Control.SizeFlags

SizeFlagsVertical is promoted from Control.Instance.SizeFlagsVertical.

func (Instance) Text

func (self Instance) Text() string

Text is promoted from Button.Instance.Text.

func (Instance) TextDirection

func (self Instance) TextDirection() Control.TextDirection

TextDirection is promoted from Button.Instance.TextDirection.

func (Instance) TextOverrunBehavior

func (self Instance) TextOverrunBehavior() TextServer.OverrunBehavior

TextOverrunBehavior is promoted from Button.Instance.TextOverrunBehavior.

func (Instance) TextureFilter

func (self Instance) TextureFilter() CanvasItem.TextureFilter

TextureFilter is promoted from CanvasItem.Instance.TextureFilter.

func (Instance) TextureRepeat

func (self Instance) TextureRepeat() CanvasItem.TextureRepeat

TextureRepeat is promoted from CanvasItem.Instance.TextureRepeat.

func (Instance) Theme

func (self Instance) Theme() Theme.Instance

Theme is promoted from Control.Instance.Theme.

func (Instance) ThemeTypeVariation

func (self Instance) ThemeTypeVariation() string

ThemeTypeVariation is promoted from Control.Instance.ThemeTypeVariation.

func (Instance) ToggleMode

func (self Instance) ToggleMode() bool

ToggleMode is promoted from BaseButton.Instance.ToggleMode.

func (Instance) TooltipAutoTranslateMode

func (self Instance) TooltipAutoTranslateMode() Node.AutoTranslateMode

TooltipAutoTranslateMode is promoted from Control.Instance.TooltipAutoTranslateMode.

func (Instance) TooltipText

func (self Instance) TooltipText() string

TooltipText is promoted from Control.Instance.TooltipText.

func (Instance) TopLevel

func (self Instance) TopLevel() bool

TopLevel is promoted from CanvasItem.Instance.TopLevel.

func (Instance) UniqueNameInOwner

func (self Instance) UniqueNameInOwner() bool

UniqueNameInOwner is promoted from Node.Instance.UniqueNameInOwner.

func (Instance) UpdateConfigurationWarnings

func (self Instance) UpdateConfigurationWarnings()

UpdateConfigurationWarnings is promoted from Node.Instance.UpdateConfigurationWarnings.

func (Instance) UpdateMinimumSize

func (self Instance) UpdateMinimumSize()

UpdateMinimumSize is promoted from Control.Instance.UpdateMinimumSize.

func (Instance) UseParentMaterial

func (self Instance) UseParentMaterial() bool

UseParentMaterial is promoted from CanvasItem.Instance.UseParentMaterial.

func (Instance) VerticalIconAlignment

func (self Instance) VerticalIconAlignment() GUI.VerticalAlignment

VerticalIconAlignment is promoted from Button.Instance.VerticalIconAlignment.

func (Instance) Virtual

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

func (Instance) VisibilityLayer

func (self Instance) VisibilityLayer() int

VisibilityLayer is promoted from CanvasItem.Instance.VisibilityLayer.

func (Instance) Visible

func (self Instance) Visible() bool

Visible is promoted from CanvasItem.Instance.Visible.

func (Instance) WarpMouse

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

WarpMouse is promoted from Control.Instance.WarpMouse.

func (Instance) YSortEnabled

func (self Instance) YSortEnabled() bool

YSortEnabled is promoted from CanvasItem.Instance.YSortEnabled.

func (Instance) ZAsRelative

func (self Instance) ZAsRelative() bool

ZAsRelative is promoted from CanvasItem.Instance.ZAsRelative.

func (Instance) ZIndex

func (self Instance) ZIndex() int

ZIndex is promoted from CanvasItem.Instance.ZIndex.

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