Click or drag to resize

SplitContainerSetSplitOffset Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.SplitContainer.SetSplitOffset(System.Int32)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetSplitOffset is deprecated. Use the SplitOffset property instead.")]
public void SetSplitOffset(
	int offset
)

Parameters

offset
Type: SystemInt32

[Missing <param name="offset"/> documentation for "M:Godot.SplitContainer.SetSplitOffset(System.Int32)"]

See Also