Click or drag to resize

NativeScriptSetScriptClassName Method

Note: This API is now obsolete.

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

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

Parameters

className
Type: SystemString

[Missing <param name="className"/> documentation for "M:Godot.NativeScript.SetScriptClassName(System.String)"]

See Also