ZLoaderContext

This class is used to store the components loaded by the engine.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun addComponent(refId: String, component: ZRef?)

Adds a component to the store with the given refId.

Link copied to clipboard
fun getComponent(refId: String): ZRef?

Retrieves a component from the store with the given refId.

Link copied to clipboard

Returns true if the component with the given refId has been loaded.