Variable 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.

godot.d.reference.Ref!(godot.nativescript.NativeScript) NativeScriptTemplate(T) ;

Assigned by the register function.