Library
Summary
Base class for all NanoForge libraries.Signature
Constructors
constructor
Constructs a new instance of the classProperties
_relationship
Modifiers: protected Type:protected _relationship: RelationshipHandler;
Remarks
Extend this class (or one of its typed subclasses such asBaseAssetManagerLibrary, BaseSoundLibrary, etc.) to create a custom library. At minimum you must implement the ILibrary.__name getter and register the library with the engine before calling NanoforgeApplication.init.