Enum ByObject
pub enum ByObject {}Expand description
Pass arguments to Godot by object pointer (for objects only).
Currently distinct from ByRef to not interfere with the blanket impl for &T for all ByRef types. Semantics are largely the same.
See ToGodot::Pass.