Click or drag to resize

VisualScriptPropertyGetSetIndex Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.VisualScriptPropertyGet.SetIndex(System.String)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetIndex is deprecated. Use the Index property instead.")]
public void SetIndex(
	string index
)

Parameters

index
Type: SystemString

[Missing <param name="index"/> documentation for "M:Godot.VisualScriptPropertyGet.SetIndex(System.String)"]

See Also