Click or drag to resize

SceneStateGetNodePropertyValue Method

Returns the value 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 Object GetNodePropertyValue(
	int idx,
	int propIdx
)

Parameters

idx
Type: SystemInt32

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

propIdx
Type: SystemInt32

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

Return Value

Type: Object

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

See Also