Click or drag to resize

PluginScriptNew Method

Returns a new instance of the script.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Object New(
	params Object[] args
)

Parameters

args
Type: SystemObject

[Missing <param name="args"/> documentation for "M:Godot.PluginScript.New(System.Object[])"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Godot.PluginScript.New(System.Object[])"]

See Also