GodotCallableT

Type-safe Callable wrapper around Godot's Callable

Constructors

this
this(GodotCallable callable)
Undocumented in source.

Members

Functions

call
Return call(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
typeof(this) opAssign(GodotCallable value)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_impl
GodotCallable _impl;
Undocumented in source.

Meta