GodotObject._get

Virtual method which can be overridden to customize the return value of get. Returns the given property. Returns null if the property does not exist.

struct GodotObject
@nogc nothrow
Variant
_get
(
in String property
)

Meta