Rachel
Toggle table of contents
3.6.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.game.core
/
love.yinlin.compose.game.plugin
/
UIPlugin
UIPlugin
@
Stable
abstract
class
UIPlugin
(
engine
:
Engine
)
:
Plugin
Members
Constructors
UIPlugin
Link copied to clipboard
constructor
(
engine
:
Engine
)
Properties
dependencies
Link copied to clipboard
open
val
dependencies
:
List
<
KClass
<
out
Plugin
>
>
前置依赖插件
engine
Link copied to clipboard
val
engine
:
Engine
extra
Modifier
Link copied to clipboard
open
val
extraModifier
:
Modifier
拓展修饰符
id
Link copied to clipboard
override
val
id
:
String
唯一标识符
id
String
Link copied to clipboard
override
val
idString
:
String
可读ID
layer
Order
Link copied to clipboard
open
override
val
layerOrder
:
Int
层级
preload
Environment
Link copied to clipboard
open
val
preloadEnvironment
:
@
Composable
(
)
->
Unit
?
=
null
预加载环境
Functions
compare
To
Link copied to clipboard
operator override
fun
compareTo
(
other
:
Identifiable
<
String
>
)
:
Int
Content
Link copied to clipboard
@
Composable
open
fun
BoxScope
.
Content
(
)
内容
equals
Link copied to clipboard
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
override
fun
hashCode
(
)
:
Int
on
Initialize
Link copied to clipboard
open
suspend
fun
onInitialize
(
)
:
Boolean
初始化
on
Release
Link copied to clipboard
open
fun
onRelease
(
)
销毁
to
String
Link copied to clipboard
override
fun
toString
(
)
:
String