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
public Object GetIndexed( NodePath property )
[Missing <param name="property"/> documentation for "M:Godot.Object.GetIndexed(Godot.NodePath)"]
[Missing <returns> documentation for "M:Godot.Object.GetIndexed(Godot.NodePath)"]