Rename

A UDA to change the Godot name of a method, property, or signal. Useful for overloads, which D supports but Godot does not.

struct Rename {}

Members

Variables

name
string name;
Undocumented in source.

Meta