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
/
ComponentInfo
Component
Info
@
Serializable
data
class
ComponentInfo
<
T
:
ComponentData
>
(
var
data
:
T
,
var
displayOrder
:
Int
=
-1
)
Members
Constructors
Component
Info
Link copied to clipboard
constructor
(
data
:
T
,
displayOrder
:
Int
=
-1
)
Properties
data
Link copied to clipboard
var
data
:
T
display
Order
Link copied to clipboard
var
displayOrder
:
Int