Click or drag to resize

Object_Get Method

Virtual method which can be overridden to customize the return value of Get(String).

Returns the given property. Returns null if the property does not exist.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public virtual Object _Get(
	string property
)

Parameters

property
Type: SystemString

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

Return Value

Type: Object

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

See Also