VSplitContainer class
- Inheritance
-
- Object
- ExtensionType
- GodotObject
- Node
- CanvasItem
- Control
- Container
- SplitContainer
- VSplitContainer
- Available extensions
Constructors
Properties
-
childEnteredTree
→ Signal1<
Node?> -
latefinalinherited
-
childExitingTree
→ Signal1<
Node?> -
latefinalinherited
- childOrderChanged → Signal0
-
latefinalinherited
-
dragged
→ Signal1<
int> -
latefinalinherited
- draw → Signal0
-
latefinalinherited
-
editorDescriptionChanged
→ Signal1<
Node?> -
latefinalinherited
- focusEntered → Signal0
-
latefinalinherited
- focusExited → Signal0
-
latefinalinherited
-
guiInput
→ Signal1<
InputEvent?> -
latefinalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
latefinalinherited
- itemRectChanged → Signal0
-
latefinalinherited
- minimumSizeChanged → Signal0
-
latefinalinherited
- mouseEntered → Signal0
-
latefinalinherited
- mouseExited → Signal0
-
latefinalinherited
- nativePointerAddress → int
-
Since Pointer.address isn's tagged 'vm:entry-point', supply an
entry point that can get the raw pointer address for this object
no setterinherited
- nativePtr → GDExtensionObjectPtr
-
no setterinherited
- preSortChildren → Signal0
-
latefinalinherited
- propertyListChanged → Signal0
-
latefinalinherited
- ready → Signal0
-
latefinalinherited
- renamed → Signal0
-
latefinalinherited
-
replacingBy
→ Signal1<
Node?> -
latefinalinherited
- resized → Signal0
-
latefinalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scriptChanged → Signal0
-
latefinalinherited
- sizeFlagsChanged → Signal0
-
latefinalinherited
- sortChildren → Signal0
-
latefinalinherited
- themeChanged → Signal0
-
latefinalinherited
- treeEntered → Signal0
-
latefinalinherited
- treeExited → Signal0
-
latefinalinherited
- treeExiting → Signal0
-
latefinalinherited
-
typeInfo
→ ExtensionTypeInfo<
VSplitContainer> -
no setteroverride
- visibilityChanged → Signal0
-
latefinalinherited
Methods
-
acceptEvent(
) → void -
inherited
-
addChild(
Node? node, {bool forceReadableName = false, NodeInternalMode? internal}) → void -
inherited
-
addSibling(
Node? sibling, {bool forceReadableName = false}) → void -
inherited
-
addThemeColorOverride(
String name, Color color) → void -
inherited
-
addThemeConstantOverride(
String name, int constant) → void -
inherited
-
addThemeFontOverride(
String name, Font? font) → void -
inherited
-
addThemeFontSizeOverride(
String name, int fontSize) → void -
inherited
-
addThemeIconOverride(
String name, Texture2D? texture) → void -
inherited
-
addThemeStyleboxOverride(
String name, StyleBox? stylebox) → void -
inherited
-
addToGroup(
String group, {bool persistent = false}) → void -
inherited
-
addUserSignal(
String signal, {Array? arguments}) → void -
inherited
-
as<
T> () → T? -
Available on GodotObject, provided by the GodotObjectCast extension
-
atr(
String message, {String context = ''}) → String -
inherited
-
atrN(
String message, String pluralMessage, int n, {String context = ''}) → String -
inherited
-
attachSignal(
SignalCallable signal) → void -
inherited
-
beginBulkThemeOverride(
) → void -
inherited
-
call(
String method, {List< Variant> vargs = const []}) → Variant -
inherited
-
callDeferred(
String method, {List< Variant> vargs = const []}) → Variant -
inherited
-
callDeferredThreadGroup(
String method, {List< Variant> vargs = const []}) → Variant -
inherited
-
callThreadSafe(
String method, {List< Variant> vargs = const []}) → Variant -
inherited
-
callv(
String method, Array argArray) → Variant -
inherited
-
cancelFree(
) → void -
inherited
-
canProcess(
) → bool -
inherited
-
canTranslateMessages(
) → bool -
inherited
-
clampSplitOffset(
) → void -
inherited
-
connect(
String signal, Callable callable, {int flags = 0}) → GDError -
inherited
-
createTween(
) → Tween? -
inherited
-
detachSignal(
SignalCallable signal) → void -
inherited
-
disconnect(
String signal, Callable callable) → void -
inherited
-
drawAnimationSlice(
double animationLength, double sliceBegin, double sliceEnd, {double offset = 0.0}) → void -
inherited
-
drawArc(
Vector2 center, double radius, double startAngle, double endAngle, int pointCount, Color color, {double width = -1.0, bool antialiased = false}) → void -
inherited
-
drawChar(
Font? font, Vector2 pos, String char, {int fontSize = 16, Color? modulate}) → void -
inherited
-
drawCharOutline(
Font? font, Vector2 pos, String char, {int fontSize = 16, int size = -1, Color? modulate}) → void -
inherited
-
drawCircle(
Vector2 position, double radius, Color color, {bool filled = true, double width = -1.0, bool antialiased = false}) → void -
inherited
-
drawColoredPolygon(
PackedVector2Array points, Color color, {PackedVector2Array? uvs, Texture2D? texture}) → void -
inherited
-
drawDashedLine(
Vector2 from, Vector2 to, Color color, {double width = -1.0, double dash = 2.0, bool aligned = true, bool antialiased = false}) → void -
inherited
-
drawEndAnimation(
) → void -
inherited
-
drawLcdTextureRectRegion(
Texture2D? texture, Rect2 rect, Rect2 srcRect, {Color? modulate}) → void -
inherited
-
drawLine(
Vector2 from, Vector2 to, Color color, {double width = -1.0, bool antialiased = false}) → void -
inherited
-
drawMesh(
Mesh? mesh, Texture2D? texture, {Transform2D? transform, Color? modulate}) → void -
inherited
-
drawMsdfTextureRectRegion(
Texture2D? texture, Rect2 rect, Rect2 srcRect, {Color? modulate, double outline = 0.0, double pixelRange = 4.0, double scale = 1.0}) → void -
inherited
-
drawMultiline(
PackedVector2Array points, Color color, {double width = -1.0, bool antialiased = false}) → void -
inherited
-
drawMultilineColors(
PackedVector2Array points, PackedColorArray colors, {double width = -1.0, bool antialiased = false}) → void -
inherited
-
drawMultilineString(
Font? font, Vector2 pos, String text, {HorizontalAlignment? alignment, double width = -1, int fontSize = 16, int maxLines = -1, Color? modulate, int brkFlags = 3, int justificationFlags = 3, TextServerDirection? direction, TextServerOrientation? orientation}) → void -
inherited
-
drawMultilineStringOutline(
Font? font, Vector2 pos, String text, {HorizontalAlignment? alignment, double width = -1, int fontSize = 16, int maxLines = -1, int size = 1, Color? modulate, int brkFlags = 3, int justificationFlags = 3, TextServerDirection? direction, TextServerOrientation? orientation}) → void -
inherited
-
drawMultimesh(
MultiMesh? multimesh, Texture2D? texture) → void -
inherited
-
drawPolygon(
PackedVector2Array points, PackedColorArray colors, {PackedVector2Array? uvs, Texture2D? texture}) → void -
inherited
-
drawPolyline(
PackedVector2Array points, Color color, {double width = -1.0, bool antialiased = false}) → void -
inherited
-
drawPolylineColors(
PackedVector2Array points, PackedColorArray colors, {double width = -1.0, bool antialiased = false}) → void -
inherited
-
drawPrimitive(
PackedVector2Array points, PackedColorArray colors, PackedVector2Array uvs, {Texture2D? texture}) → void -
inherited
-
drawRect(
Rect2 rect, Color color, {bool filled = true, double width = -1.0, bool antialiased = false}) → void -
inherited
-
drawSetTransform(
Vector2 position, {double rotation = 0.0, Vector2? scale}) → void -
inherited
-
drawSetTransformMatrix(
Transform2D xform) → void -
inherited
-
drawString(
Font? font, Vector2 pos, String text, {HorizontalAlignment? alignment, double width = -1, int fontSize = 16, Color? modulate, int justificationFlags = 3, TextServerDirection? direction, TextServerOrientation? orientation}) → void -
inherited
-
drawStringOutline(
Font? font, Vector2 pos, String text, {HorizontalAlignment? alignment, double width = -1, int fontSize = 16, int size = 1, Color? modulate, int justificationFlags = 3, TextServerDirection? direction, TextServerOrientation? orientation}) → void -
inherited
-
drawStyleBox(
StyleBox? styleBox, Rect2 rect) → void -
inherited
-
drawTexture(
Texture2D? texture, Vector2 position, {Color? modulate}) → void -
inherited
-
drawTextureRect(
Texture2D? texture, Rect2 rect, bool tile, {Color? modulate, bool transpose = false}) → void -
inherited
-
drawTextureRectRegion(
Texture2D? texture, Rect2 rect, Rect2 srcRect, {Color? modulate, bool transpose = false, bool clipUv = true}) → void -
inherited
-
duplicate(
{int flags = 15}) → Node? -
inherited
-
emitSignal(
String signal, {List< Variant> vargs = const []}) → GDError -
inherited
-
endBulkThemeOverride(
) → void -
inherited
-
findChild(
String pattern, {bool recursive = true, bool owned = true}) → Node? -
inherited
-
findChildren(
String pattern, {String type = '', bool recursive = true, bool owned = true}) → TypedArray< Node> -
inherited
-
findNextValidFocus(
) → Control? -
inherited
-
findParent(
String pattern) → Node? -
inherited
-
findPrevValidFocus(
) → Control? -
inherited
-
findValidFocusNeighbor(
Side side) → Control? -
inherited
-
fitChildInRect(
Control? child, Rect2 rect) → void -
inherited
-
forceDrag(
Variant data, Control? preview) → void -
inherited
-
forceUpdateTransform(
) → void -
inherited
-
get(
String property) → Variant -
inherited
-
getAnchor(
Side side) → double -
inherited
-
getAutoTranslateMode(
) → NodeAutoTranslateMode -
inherited
-
getBegin(
) → Vector2 -
inherited
-
getCanvas(
) → RID -
inherited
-
getCanvasItem(
) → RID -
inherited
-
getCanvasLayerNode(
) → CanvasLayer? -
inherited
-
getCanvasTransform(
) → Transform2D -
inherited
-
getChild(
int idx, {bool includeInternal = false}) → Node? -
inherited
-
getChildCount(
{bool includeInternal = false}) → int -
inherited
-
getChildren(
{bool includeInternal = false}) → TypedArray< Node> -
inherited
-
getClass(
) → String -
inherited
-
getClipChildrenMode(
) → CanvasItemClipChildrenMode -
inherited
-
getCombinedMinimumSize(
) → Vector2 -
inherited
-
getCursorShape(
{Vector2? position}) → ControlCursorShape -
inherited
-
getCustomMinimumSize(
) → Vector2 -
inherited
-
getDefaultCursorShape(
) → ControlCursorShape -
inherited
-
getDraggerVisibility(
) → SplitContainerDraggerVisibility -
inherited
-
getEditorDescription(
) → String -
inherited
-
getEnd(
) → Vector2 -
inherited
-
getFocusMode(
) → ControlFocusMode -
inherited
-
getFocusNeighbor(
Side side) → NodePath -
inherited
-
getFocusNext(
) → NodePath -
inherited
-
getFocusPrevious(
) → NodePath -
inherited
-
getGlobalMousePosition(
) → Vector2 -
inherited
-
getGlobalPosition(
) → Vector2 -
inherited
-
getGlobalRect(
) → Rect2 -
inherited
-
getGlobalTransform(
) → Transform2D -
inherited
-
getGlobalTransformWithCanvas(
) → Transform2D -
inherited
-
getGroups(
) → TypedArray< StringName> -
inherited
-
getHGrowDirection(
) → ControlGrowDirection -
inherited
-
getHSizeFlags(
) → int -
inherited
-
getIncomingConnections(
) → TypedArray< Dictionary> -
inherited
-
getIndex(
{bool includeInternal = false}) → int -
inherited
-
getIndexed(
NodePath propertyPath) → Variant -
inherited
-
getInstanceId(
) → int -
inherited
-
getLastExclusiveWindow(
) → Window? -
inherited
-
getLayoutDirection(
) → ControlLayoutDirection -
inherited
-
getLightMask(
) → int -
inherited
-
getLocalMousePosition(
) → Vector2 -
inherited
-
getMaterial(
) → Material? -
inherited
-
getMeta(
String name, {Variant? defaultval}) → Variant -
inherited
-
getMetaList(
) → TypedArray< StringName> -
inherited
-
getMethodArgumentCount(
String method) → int -
inherited
-
getMethodList(
) → TypedArray< Dictionary> -
inherited
-
getMinimumSize(
) → Vector2 -
inherited
-
getModulate(
) → Color -
inherited
-
getMouseFilter(
) → ControlMouseFilter -
inherited
-
getMultiplayer(
) → MultiplayerAPI? -
inherited
-
getMultiplayerAuthority(
) → int -
inherited
-
getName(
) → String -
inherited
-
getNode(
NodePath path) → Node? -
inherited
-
getNodeAndResource(
NodePath path) → Array -
inherited
-
getNodeOrNull(
NodePath path) → Node? -
inherited
-
getNodeT<
T> ([String? path]) → T? -
getOffset(
Side offset) → double -
inherited
-
getOwner(
) → Node? -
inherited
-
getParent(
) → Node? -
inherited
-
getParentAreaSize(
) → Vector2 -
inherited
-
getParentControl(
) → Control? -
inherited
-
getPath(
) → NodePath -
inherited
-
getPathTo(
Node? node, {bool useUniquePath = false}) → NodePath -
inherited
-
getPhysicsInterpolationMode(
) → NodePhysicsInterpolationMode -
inherited
-
getPhysicsProcessDeltaTime(
) → double -
inherited
-
getPhysicsProcessPriority(
) → int -
inherited
-
getPivotOffset(
) → Vector2 -
inherited
-
getPosition(
) → Vector2 -
inherited
-
getProcessDeltaTime(
) → double -
inherited
-
getProcessMode(
) → NodeProcessMode -
inherited
-
getProcessPriority(
) → int -
inherited
-
getProcessThreadGroup(
) → NodeProcessThreadGroup -
inherited
-
getProcessThreadGroupOrder(
) → int -
inherited
-
getProcessThreadMessages(
) → int -
inherited
-
getPropertyList(
) → TypedArray< Dictionary> -
inherited
-
getRect(
) → Rect2 -
inherited
-
getRotation(
) → double -
inherited
-
getRotationDegrees(
) → double -
inherited
-
getScale(
) → Vector2 -
inherited
-
getSceneFilePath(
) → String -
inherited
-
getSceneInstanceLoadPlaceholder(
) → bool -
inherited
-
getScreenPosition(
) → Vector2 -
inherited
-
getScreenTransform(
) → Transform2D -
inherited
-
getScript(
) → Variant -
inherited
-
getSelfModulate(
) → Color -
inherited
-
getShortcutContext(
) → Node? -
inherited
-
getSignalConnectionList(
String signal) → TypedArray< Dictionary> -
inherited
-
getSignalList(
) → TypedArray< Dictionary> -
inherited
-
getSize(
) → Vector2 -
inherited
-
getSplitOffset(
) → int -
inherited
-
getStretchRatio(
) → double -
inherited
-
getTextureFilter(
) → CanvasItemTextureFilter -
inherited
-
getTextureRepeat(
) → CanvasItemTextureRepeat -
inherited
-
getTheme(
) → Theme? -
inherited
-
getThemeColor(
String name, {String themeType = ''}) → Color -
inherited
-
getThemeConstant(
String name, {String themeType = ''}) → int -
inherited
-
getThemeDefaultBaseScale(
) → double -
inherited
-
getThemeDefaultFont(
) → Font? -
inherited
-
getThemeDefaultFontSize(
) → int -
inherited
-
getThemeFont(
String name, {String themeType = ''}) → Font? -
inherited
-
getThemeFontSize(
String name, {String themeType = ''}) → int -
inherited
-
getThemeIcon(
String name, {String themeType = ''}) → Texture2D? -
inherited
-
getThemeStylebox(
String name, {String themeType = ''}) → StyleBox? -
inherited
-
getThemeTypeVariation(
) → String -
inherited
-
getTooltip(
{Vector2? atPosition}) → String -
inherited
-
getTooltipText(
) → String -
inherited
-
getTransform(
) → Transform2D -
inherited
-
getTree(
) → SceneTree? -
inherited
-
getTreeString(
) → String -
inherited
-
getTreeStringPretty(
) → String -
inherited
-
getUseParentMaterial(
) → bool -
inherited
-
getVGrowDirection(
) → ControlGrowDirection -
inherited
-
getViewport(
) → Viewport? -
inherited
-
getViewportRect(
) → Rect2 -
inherited
-
getViewportTransform(
) → Transform2D -
inherited
-
getVisibilityLayer(
) → int -
inherited
-
getVisibilityLayerBit(
int layer) → bool -
inherited
-
getVSizeFlags(
) → int -
inherited
-
getWindow(
) → Window? -
inherited
-
getWorld_2d(
) → World2D? -
inherited
-
getZIndex(
) → int -
inherited
-
grabClickFocus(
) → void -
inherited
-
grabFocus(
) → void -
inherited
-
hasFocus(
) → bool -
inherited
-
hasMeta(
String name) → bool -
inherited
-
hasMethod(
String method) → bool -
inherited
-
hasNode(
NodePath path) → bool -
inherited
-
hasNodeAndResource(
NodePath path) → bool -
inherited
-
hasSignal(
String signal) → bool -
inherited
-
hasThemeColor(
String name, {String themeType = ''}) → bool -
inherited
-
hasThemeColorOverride(
String name) → bool -
inherited
-
hasThemeConstant(
String name, {String themeType = ''}) → bool -
inherited
-
hasThemeConstantOverride(
String name) → bool -
inherited
-
hasThemeFont(
String name, {String themeType = ''}) → bool -
inherited
-
hasThemeFontOverride(
String name) → bool -
inherited
-
hasThemeFontSize(
String name, {String themeType = ''}) → bool -
inherited
-
hasThemeFontSizeOverride(
String name) → bool -
inherited
-
hasThemeIcon(
String name, {String themeType = ''}) → bool -
inherited
-
hasThemeIconOverride(
String name) → bool -
inherited
-
hasThemeStylebox(
String name, {String themeType = ''}) → bool -
inherited
-
hasThemeStyleboxOverride(
String name) → bool -
inherited
-
hasUserSignal(
String signal) → bool -
inherited
-
hide(
) → void -
inherited
-
isAncestorOf(
Node? node) → bool -
inherited
-
isAutoTranslating(
) → bool -
inherited
-
isBlockingSignals(
) → bool -
inherited
-
isClass(
String klass) → bool -
inherited
-
isClippingContents(
) → bool -
inherited
-
isCollapsed(
) → bool -
inherited
-
isConnected(
String signal, Callable callable) → bool -
inherited
-
isDisplayedFolded(
) → bool -
inherited
-
isDragSuccessful(
) → bool -
inherited
-
isDrawBehindParentEnabled(
) → bool -
inherited
-
isEditableInstance(
Node? node) → bool -
inherited
-
isForcePassScrollEvents(
) → bool -
inherited
-
isGreaterThan(
Node? node) → bool -
inherited
-
isInGroup(
String group) → bool -
inherited
-
isInsideTree(
) → bool -
inherited
-
isLayoutRtl(
) → bool -
inherited
-
isLocalizingNumeralSystem(
) → bool -
inherited
-
isLocalTransformNotificationEnabled(
) → bool -
inherited
-
isMultiplayerAuthority(
) → bool -
inherited
-
isNodeReady(
) → bool -
inherited
-
isPartOfEditedScene(
) → bool -
inherited
-
isPhysicsInterpolated(
) → bool -
inherited
-
isPhysicsInterpolatedAndEnabled(
) → bool -
inherited
-
isPhysicsProcessing(
) → bool -
inherited
-
isPhysicsProcessingInternal(
) → bool -
inherited
-
isProcessing(
) → bool -
inherited
-
isProcessingInput(
) → bool -
inherited
-
isProcessingInternal(
) → bool -
inherited
-
isProcessingShortcutInput(
) → bool -
inherited
-
isProcessingUnhandledInput(
) → bool -
inherited
-
isProcessingUnhandledKeyInput(
) → bool -
inherited
-
isQueuedForDeletion(
) → bool -
inherited
-
isSetAsTopLevel(
) → bool -
inherited
-
isTransformNotificationEnabled(
) → bool -
inherited
-
isUniqueNameInOwner(
) → bool -
inherited
-
isVertical(
) → bool -
inherited
-
isVisible(
) → bool -
inherited
-
isVisibleInTree(
) → bool -
inherited
-
isYSortEnabled(
) → bool -
inherited
-
isZRelative(
) → bool -
inherited
-
makeCanvasPositionLocal(
Vector2 screenPoint) → Vector2 -
inherited
-
makeInputLocal(
InputEvent? event) → InputEvent? -
inherited
-
moveChild(
Node? childNode, int toIndex) → void -
inherited
-
moveToFront(
) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notification(
int what, {bool reversed = false}) → void -
inherited
-
notifyDeferredThreadGroup(
int what) → void -
inherited
-
notifyPropertyListChanged(
) → void -
inherited
-
notifyThreadSafe(
int what) → void -
inherited
-
printTree(
) → void -
inherited
-
printTreePretty(
) → void -
inherited
-
propagateCall(
String method, {Array? argsparam, bool parentFirst = false}) → void -
inherited
-
propagateNotification(
int what) → void -
inherited
-
propertyCanRevert(
String property) → bool -
inherited
-
propertyGetRevert(
String property) → Variant -
inherited
-
queueFree(
) → void -
inherited
-
queueRedraw(
) → void -
inherited
-
queueSort(
) → void -
inherited
-
releaseFocus(
) → void -
inherited
-
removeChild(
Node? node) → void -
inherited
-
removeFromGroup(
String group) → void -
inherited
-
removeMeta(
String name) → void -
inherited
-
removeThemeColorOverride(
String name) → void -
inherited
-
removeThemeConstantOverride(
String name) → void -
inherited
-
removeThemeFontOverride(
String name) → void -
inherited
-
removeThemeFontSizeOverride(
String name) → void -
inherited
-
removeThemeIconOverride(
String name) → void -
inherited
-
removeThemeStyleboxOverride(
String name) → void -
inherited
-
removeUserSignal(
String signal) → void -
inherited
-
reparent(
Node? newParent, {bool keepGlobalTransform = true}) → void -
inherited
-
replaceBy(
Node? node, {bool keepGroups = false}) → void -
inherited
-
requestReady(
) → void -
inherited
-
resetPhysicsInterpolation(
) → void -
inherited
-
resetSize(
) → void -
inherited
-
rpc(
String method, {List< Variant> vargs = const []}) → GDError -
inherited
-
rpcConfig(
String method, Variant config) → void -
inherited
-
rpcId(
int peerId, String method, {List< Variant> vargs = const []}) → GDError -
inherited
-
set(
String property, Variant value) → void -
inherited
-
setAnchor(
Side side, double anchor, {bool keepOffset = false, bool pushOppositeAnchor = true}) → void -
inherited
-
setAnchorAndOffset(
Side side, double anchor, double offset, {bool pushOppositeAnchor = false}) → void -
inherited
-
setAnchorsAndOffsetsPreset(
ControlLayoutPreset preset, {ControlLayoutPresetMode? resizeMode, int margin = 0}) → void -
inherited
-
setAnchorsPreset(
ControlLayoutPreset preset, {bool keepOffsets = false}) → void -
inherited
-
setAsTopLevel(
bool enable) → void -
inherited
-
setAutoTranslate(
bool enable) → void -
inherited
-
setAutoTranslateMode(
NodeAutoTranslateMode mode) → void -
inherited
-
setBegin(
Vector2 position) → void -
inherited
-
setBlockSignals(
bool enable) → void -
inherited
-
setClipChildrenMode(
CanvasItemClipChildrenMode mode) → void -
inherited
-
setClipContents(
bool enable) → void -
inherited
-
setCollapsed(
bool collapsed) → void -
inherited
-
setCustomMinimumSize(
Vector2 size) → void -
inherited
-
setDefaultCursorShape(
ControlCursorShape shape) → void -
inherited
-
setDeferred(
String property, Variant value) → void -
inherited
-
setDeferredThreadGroup(
String property, Variant value) → void -
inherited
-
setDisplayFolded(
bool fold) → void -
inherited
-
setDragForwarding(
Callable dragFunc, Callable canDropFunc, Callable dropFunc) → void -
inherited
-
setDraggerVisibility(
SplitContainerDraggerVisibility mode) → void -
inherited
-
setDragPreview(
Control? control) → void -
inherited
-
setDrawBehindParent(
bool enable) → void -
inherited
-
setEditableInstance(
Node? node, bool isEditable) → void -
inherited
-
setEditorDescription(
String editorDescription) → void -
inherited
-
setEnd(
Vector2 position) → void -
inherited
-
setFocusMode(
ControlFocusMode mode) → void -
inherited
-
setFocusNeighbor(
Side side, NodePath neighbor) → void -
inherited
-
setFocusNext(
NodePath next) → void -
inherited
-
setFocusPrevious(
NodePath previous) → void -
inherited
-
setForcePassScrollEvents(
bool forcePassScrollEvents) → void -
inherited
-
setGlobalPosition(
Vector2 position, {bool keepOffsets = false}) → void -
inherited
-
setHGrowDirection(
ControlGrowDirection direction) → void -
inherited
-
setHSizeFlags(
int flags) → void -
inherited
-
setIndexed(
NodePath propertyPath, Variant value) → void -
inherited
-
setLayoutDirection(
ControlLayoutDirection direction) → void -
inherited
-
setLightMask(
int lightMask) → void -
inherited
-
setLocalizeNumeralSystem(
bool enable) → void -
inherited
-
setMaterial(
Material? material) → void -
inherited
-
setMessageTranslation(
bool enable) → void -
inherited
-
setMeta(
String name, Variant value) → void -
inherited
-
setModulate(
Color modulate) → void -
inherited
-
setMouseFilter(
ControlMouseFilter filter) → void -
inherited
-
setMultiplayerAuthority(
int id, {bool recursive = true}) → void -
inherited
-
setName(
String name) → void -
inherited
-
setNotifyLocalTransform(
bool enable) → void -
inherited
-
setNotifyTransform(
bool enable) → void -
inherited
-
setOffset(
Side side, double offset) → void -
inherited
-
setOffsetsPreset(
ControlLayoutPreset preset, {ControlLayoutPresetMode? resizeMode, int margin = 0}) → void -
inherited
-
setOwner(
Node? owner) → void -
inherited
-
setPhysicsInterpolationMode(
NodePhysicsInterpolationMode mode) → void -
inherited
-
setPhysicsProcess(
bool enable) → void -
inherited
-
setPhysicsProcessInternal(
bool enable) → void -
inherited
-
setPhysicsProcessPriority(
int priority) → void -
inherited
-
setPivotOffset(
Vector2 pivotOffset) → void -
inherited
-
setPosition(
Vector2 position, {bool keepOffsets = false}) → void -
inherited
-
setProcess(
bool enable) → void -
inherited
-
setProcessInput(
bool enable) → void -
inherited
-
setProcessInternal(
bool enable) → void -
inherited
-
setProcessMode(
NodeProcessMode mode) → void -
inherited
-
setProcessPriority(
int priority) → void -
inherited
-
setProcessShortcutInput(
bool enable) → void -
inherited
-
setProcessThreadGroup(
NodeProcessThreadGroup mode) → void -
inherited
-
setProcessThreadGroupOrder(
int order) → void -
inherited
-
setProcessThreadMessages(
int flags) → void -
inherited
-
setProcessUnhandledInput(
bool enable) → void -
inherited
-
setProcessUnhandledKeyInput(
bool enable) → void -
inherited
-
setRotation(
double radians) → void -
inherited
-
setRotationDegrees(
double degrees) → void -
inherited
-
setScale(
Vector2 scale) → void -
inherited
-
setSceneFilePath(
String sceneFilePath) → void -
inherited
-
setSceneInstanceLoadPlaceholder(
bool loadPlaceholder) → void -
inherited
-
setScript(
Variant script) → void -
inherited
-
setSelfModulate(
Color selfModulate) → void -
inherited
-
setShortcutContext(
Node? node) → void -
inherited
-
setSize(
Vector2 size, {bool keepOffsets = false}) → void -
inherited
-
setSplitOffset(
int offset) → void -
inherited
-
setStretchRatio(
double ratio) → void -
inherited
-
setTextureFilter(
CanvasItemTextureFilter mode) → void -
inherited
-
setTextureRepeat(
CanvasItemTextureRepeat mode) → void -
inherited
-
setTheme(
Theme? theme) → void -
inherited
-
setThemeTypeVariation(
String themeType) → void -
inherited
-
setThreadSafe(
String property, Variant value) → void -
inherited
-
setTooltipText(
String hint) → void -
inherited
-
setUniqueNameInOwner(
bool enable) → void -
inherited
-
setUseParentMaterial(
bool enable) → void -
inherited
-
setVertical(
bool vertical) → void -
inherited
-
setVGrowDirection(
ControlGrowDirection direction) → void -
inherited
-
setVisibilityLayer(
int layer) → void -
inherited
-
setVisibilityLayerBit(
int layer, bool enabled) → void -
inherited
-
setVisible(
bool visible) → void -
inherited
-
setVSizeFlags(
int flags) → void -
inherited
-
setYSortEnabled(
bool enabled) → void -
inherited
-
setZAsRelative(
bool enable) → void -
inherited
-
setZIndex(
int zIndex) → void -
inherited
-
show(
) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
tr(
String message, {String context = ''}) → String -
inherited
-
trN(
String message, String pluralMessage, int n, {String context = ''}) → String -
inherited
-
updateConfigurationWarnings(
) → void -
inherited
-
updateMinimumSize(
) → void -
inherited
-
vCanDropData(
Vector2 atPosition, Variant data) → bool -
inherited
-
vDraw(
) → void -
inherited
-
vDropData(
Vector2 atPosition, Variant data) → void -
inherited
-
vEnterTree(
) → void -
inherited
-
vExitTree(
) → void -
inherited
-
vGetAllowedSizeFlagsHorizontal(
) → PackedInt32Array -
inherited
-
vGetAllowedSizeFlagsVertical(
) → PackedInt32Array -
inherited
-
vGetConfigurationWarnings(
) → PackedStringArray -
inherited
-
vGetDragData(
Vector2 atPosition) → Variant -
inherited
-
vGetMinimumSize(
) → Vector2 -
inherited
-
vGetTooltip(
Vector2 atPosition) → String -
inherited
-
vGuiInput(
InputEvent? event) → void -
inherited
-
vHasPoint(
Vector2 point) → bool -
inherited
-
vInput(
InputEvent? event) → void -
inherited
-
vMakeCustomTooltip(
String forText) → GodotObject? -
inherited
-
vPhysicsProcess(
double delta) → void -
inherited
-
vProcess(
double delta) → void -
inherited
-
vReady(
) → void -
inherited
-
vShortcutInput(
InputEvent? event) → void -
inherited
-
vStructuredTextParser(
Array argsparam, String text) → TypedArray< Vector3i> -
inherited
-
vUnhandledInput(
InputEvent? event) → void -
inherited
-
vUnhandledKeyInput(
InputEvent? event) → void -
inherited
-
warpMouse(
Vector2 position) → void -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
sTypeInfo
→ ExtensionTypeInfo<
VSplitContainer> -
no setter
Constants
- nativeTypeName → const String