Click or drag to resize

VisualScriptPropertyGetSetProperty Method

Note: This API is now obsolete.

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

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

Parameters

property
Type: SystemString

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

See Also