ClientLibraryManager
Summary
Convenience wrapper aroundLibraryManager that unwraps LibraryHandle values and returns the library instance directly.
Signature
Constructors
constructor
Constructs a new instance of the classMethods
get
Retrieve a library registered under a custom symbol.getAssetManager
Retrieve the registered asset-manager library instance.getComponentSystem
Retrieve the registered component-system (ECS) library instance.getGraphics
Retrieve the registered graphics library instance.getInput
Retrieve the registered input library instance.getMusic
Retrieve the registered music library instance.getNetwork
Retrieve the registered network library instance.getSound
Retrieve the registered sound library instance.Remarks
Typically accessed inside a library’s lifecycle hooks through the execution context’slibraries property after being constructed with a concrete LibraryManager.