Click or drag to resize

GDNativeLibrarySetSymbolPrefix Method

Note: This API is now obsolete.

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

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

Parameters

symbolPrefix
Type: SystemString

[Missing <param name="symbolPrefix"/> documentation for "M:Godot.GDNativeLibrary.SetSymbolPrefix(System.String)"]

See Also