Rachel
Toggle table of contents
3.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.plugin.game
/
love.yinlin.compose.game
/
Manager
Manager
@
Stable
abstract
class
Manager
Members
Constructors
Manager
Link copied to clipboard
constructor
(
)
Properties
assets
Link copied to clipboard
abstract
val
assets
:
Assets
current
Tick
Link copied to clipboard
abstract
val
currentTick
:
Long
fps
Link copied to clipboard
abstract
val
fps
:
Int
size
Link copied to clipboard
abstract
val
size
:
Size
Functions
Scene
Content
Link copied to clipboard
@
Composable
fun
SceneContent
(
modifier
:
Modifier
=
Modifier
,
fonts
:
List
<
FontFamily
>
)