API reference
API reference
Select your platform
No SDKs available
No versions available

AppSystemCommon Interface

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.

Signature

interface AppSystemCommon

Functions

getSystemManager () : SystemManager
Signature
abstract fun getSystemManager(): SystemManager
registerMeshCreator ( meshURL , creator )
Signature
open fun registerMeshCreator(meshURL: String, creator: (entity: Entity) -> SceneMesh)
Parameters
meshURL: String
creator: Function1
Did you find this page helpful?
Thumbs up icon
Thumbs down icon