Click or drag to resize

ScriptIsTool Method

Returns true if the script is a tool script. A tool script can run in the editor.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool IsTool()

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.Script.IsTool"]

See Also