API reference

AppSystemCommon

AppSystemCommon

interface AppSystemCommon
This interface is used to provide a common interface for both AppSystemActivities and AppSystemServices. It provides access to the SystemManager and allows for registering mesh creators.

Functions

NameSummary
getSystemManager
abstract fun getSystemManager(): SystemManager
registerMeshCreator
open fun registerMeshCreator(meshURL: String, creator: (entity: Entity) -> SceneMesh)