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.traits
Package-level
declarations
Types
Types
AABB
Link copied to clipboard
@
Stable
interface
AABB
Dynamic
Link copied to clipboard
@
Stable
interface
Dynamic
Entity
Link copied to clipboard
@
Stable
open
class
Entity
:
Unique
加入场景的实体
Identifiable
Link copied to clipboard
@
Stable
interface
Identifiable
<
T
:
Comparable
<
T
>
>
:
Comparable
<
Identifiable
<
T
>
>
标识
Layer
Link copied to clipboard
@
Stable
open
class
Layer
(
visibles
:
Visible
,
val
layerOrder
:
Int
=
LayerOrder.Default
,
val
layerType
:
LayerType
=
LayerType.Relative
)
:
Entity
,
Dynamic
Trigger
Link copied to clipboard
@
Stable
class
Trigger
(
userListeners
:
EventListener
)
Unique
Link copied to clipboard
@
Stable
abstract
class
Unique
:
Identifiable
<
Uuid
>
Visible
Link copied to clipboard
@
Stable
abstract
class
Visible
(
position
:
Offset
=
Offset.Zero
,
size
:
Size
=
Size.Zero
,
aabb
:
AABB
=
AABB.Box
,
visible
:
Boolean
=
true
,
useCulling
:
Boolean
=
true
)
可视实体