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
/
FontPlugin
Font
Plugin
@
Stable
class
FontPlugin
:
Plugin
Members
Types
Resource
Factory
Link copied to clipboard
@
Stable
class
ResourceFactory
(
val
font
:
FontResource
)
:
PluginFactory
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
override
val
preloadEnvironment
:
@
Composable
(
)
->
Unit
预加载环境
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 override
fun
onInitialize
(
)
:
Boolean
初始化
on
Release
Link copied to clipboard
open
override
fun
onRelease
(
)
销毁
to
String
Link copied to clipboard
override
fun
toString
(
)
:
String