Skip to main content

Library

Summary

Base class for all NanoForge libraries.

Signature

Constructors

constructor

Constructs a new instance of the class

Properties

_relationship

Modifiers: protected Type:protected _relationship: RelationshipHandler;

Remarks

Extend this class (or one of its typed subclasses such as BaseAssetManagerLibrary, 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.

Examples

Example 1