Click or drag to resize

SceneStateGetNodePropertyName Method

Returns the name of the property at prop_idx for the node at idx.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public string GetNodePropertyName(
	int idx,
	int propIdx
)

Parameters

idx
Type: SystemInt32

[Missing <param name="idx"/> documentation for "M:Godot.SceneState.GetNodePropertyName(System.Int32,System.Int32)"]

propIdx
Type: SystemInt32

[Missing <param name="propIdx"/> documentation for "M:Godot.SceneState.GetNodePropertyName(System.Int32,System.Int32)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.SceneState.GetNodePropertyName(System.Int32,System.Int32)"]

See Also