Click or drag to resize

ShaderCode Property

Returns the shader's code as the user has written it, not the full generated code used internally.

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

Property Value

Type: String
See Also