NativeScriptTemplate

Storage for the NativeScript associated with each D class. Workflow using the editor is to create a .gdns NativeScript for each class, but this serves the opposite purpose: assigning a Script to D classes created from D with memnew.

Assigned by the register function.

template NativeScriptTemplate (
T
) if (
extendsGodotBaseClass!T
) {}

Members

Static variables

NativeScriptTemplate
godot.d.reference.Ref!(godot.nativescript.NativeScript) NativeScriptTemplate;
Undocumented in source.

Meta