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.
| Name | Summary |
|---|
getSystemManager | |
registerMeshCreator | open fun registerMeshCreator(meshURL: String, creator: (entity: Entity) -> SceneMesh) |