Click or drag to resize

NativeScriptGetPropertyDocumentation Method

Returns the documentation string that was previously set with godot_nativescript_set_property_documentation.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public string GetPropertyDocumentation(
	string path
)

Parameters

path
Type: SystemString

[Missing <param name="path"/> documentation for "M:Godot.NativeScript.GetPropertyDocumentation(System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.NativeScript.GetPropertyDocumentation(System.String)"]

See Also