GodotSignalT

Type-safe Signal wrapper around Godot's Signal

Constructors

this
this(GodotSignal sig)
Undocumented in source.

Members

Functions

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

Variables

_impl
GodotSignal _impl;
Undocumented in source.
name
enum string name;
Undocumented in source.

Meta