Click or drag to resize

ObjectGetIndexed Method

Gets the object's property indexed by the given NodePath. The node path should be relative to the current object and can use the colon character (:) to access nested properties. Examples: "position:x" or "material:next_pass:blend_mode".

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Object GetIndexed(
	NodePath property
)

Parameters

property
Type: GodotNodePath

[Missing <param name="property"/> documentation for "M:Godot.Object.GetIndexed(Godot.NodePath)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Godot.Object.GetIndexed(Godot.NodePath)"]

See Also