Click or drag to resize

ScriptSourceCode Property

The script source code or an empty string if source code is not available. When set, does not reload the class implementation automatically.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public string SourceCode { get; set; }

Property Value

Type: String
See Also