[metal]Zernikalos
6 items
- All (6)
- Constructors (1)
- Functions (2)
- Properties (3)
All
6constructorZernikalos
constructor()
varcontext
lateinit var context: ZContext
Represents the primary context of the Zernikalos engine during its lifecycle.
valsettings
val settings: ZSettings
Represents the settings for the Zernikalos engine. It provides centralized access to control logging levels and other related settings.
valstats
val stats: ZStats
Provides platform-specific information and version details for the Zernikalos engine.
funinitialize
fun initialize(view: MTKView, stateHandler: ZSceneStateHandler)
fun initializeWithDefaults(view: ZSurfaceView, stateHandler: ZSceneStateHandler)
Constructors
1constructorZernikalos
constructor()
Functions
2funinitialize
fun initialize(view: MTKView, stateHandler: ZSceneStateHandler)
fun initializeWithDefaults(view: ZSurfaceView, stateHandler: ZSceneStateHandler)
Properties
3varcontext
lateinit var context: ZContext
Represents the primary context of the Zernikalos engine during its lifecycle.
valsettings
val settings: ZSettings
Represents the settings for the Zernikalos engine. It provides centralized access to control logging levels and other related settings.
valstats
val stats: ZStats
Provides platform-specific information and version details for the Zernikalos engine.