kool-editor-model
Toggle table of contents
0.18.0
common
Platform filter
common
Switch theme
Search in API
kool-editor-model
kool-editor-model
/
de.fabmax.kool.editor.data
/
GameEntitySettings
Game
Entity
Settings
@
Serializable
data
class
GameEntitySettings
(
val
name
:
String
,
val
isVisible
:
Boolean
=
true
,
val
drawGroupId
:
Int
=
0
)
Members
Constructors
Game
Entity
Settings
Link copied to clipboard
constructor
(
name
:
String
,
isVisible
:
Boolean
=
true
,
drawGroupId
:
Int
=
0
)
Properties
draw
Group
Id
Link copied to clipboard
val
drawGroupId
:
Int
=
0
is
Visible
Link copied to clipboard
val
isVisible
:
Boolean
=
true
name
Link copied to clipboard
val
name
:
String