filament-umbrella
Toggle table of contents
0.3.1
android
common
jvm
native
web
Target filter
android
common
jvm
native
web
Switch theme
Search in API
Skip to content
filament-umbrella
filament
/
io.github.erkko68.filament
/
EntityManager
/
Companion
Companion
android
common
jvm
native
web
actual
object
Companion
expect
object
Companion
actual
object
Companion
actual
object
Companion
actual
object
Companion
Members
Functions
get
Link copied to clipboard
android
common
jvm
native
web
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
web
fun
jsEntityOf
(
id
:
Int
)
:
Entity
register
Link copied to clipboard
web
fun
register
(
id
:
Int
,
jsEntity
:
Entity
)