Templates for binding Godot C++ classes to use from D
The binding generator will implement these templates for the classes in Godot's API JSON.
Raw Method call helper
Variant call, for virtual and vararg methods.
Direct pointer call through MethodBind.
Definition of a method from API JSON.
Type to mark varargs GodotMethod.
temporary var if conversion is needed
See Source File
Templates for binding Godot C++ classes to use from D
The binding generator will implement these templates for the classes in Godot's API JSON.