Click or drag to resize

GDNativeLibraryGetSymbolPrefix Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.GDNativeLibrary.GetSymbolPrefix"]

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

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.GDNativeLibrary.GetSymbolPrefix"]

See Also