avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-game-service
/
io.github.lishangbu.avalon.game.battle.api
/
GameBattleFieldView
Game
Battle
Field
View
data
class
GameBattleFieldView
(
val
weatherState
:
AttachedEffectState
?
,
val
terrainState
:
AttachedEffectState
?
)
面向前端的场地级状态视图。
Members
Constructors
Game
Battle
Field
View
Link copied to clipboard
constructor
(
weatherState
:
AttachedEffectState
?
,
terrainState
:
AttachedEffectState
?
)
Properties
terrain
State
Link copied to clipboard
val
terrainState
:
AttachedEffectState
?
当前地形运行时状态。
weather
State
Link copied to clipboard
val
weatherState
:
AttachedEffectState
?
当前天气运行时状态。