filament-umbrella
Toggle table of contents
0.1.2-beta06
android
common
js
jvm
native
Target filter
android
common
js
jvm
native
Switch theme
Search in API
Skip to content
filament-umbrella
filament
/
io.github.erkko68.filament
/
EntityManager
/
Companion
Companion
android
common
js
jvm
native
actual
object
Companion
expect
object
Companion
actual
object
Companion
actual
object
Companion
actual
object
Companion
Members
Functions
get
Link copied to clipboard
android
common
js
jvm
native
actual
fun
get
(
)
:
EntityManager
Get the global EntityManager instance.
expect
fun
get
(
)
:
EntityManager
Get the global EntityManager instance.
actual
fun
get
(
)
:
EntityManager
Get the global EntityManager instance.
actual
fun
get
(
)
:
EntityManager
Get the global EntityManager instance.
actual
fun
get
(
)
:
EntityManager
Get the global EntityManager instance.
js
Entity
Of
Link copied to clipboard
js
fun
jsEntityOf
(
id
:
Int
)
:
Entity
register
Link copied to clipboard
js
fun
register
(
id
:
Int
,
jsEntity
:
Entity
)