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
/
BehaviorComponentData
Behavior
Component
Data
@
Serializable
data
class
BehaviorComponentData
(
val
behaviorClassName
:
String
,
val
propertyValues
:
Map
<
String
,
PropertyValue
>
=
mapOf()
)
:
ComponentData
Members
Constructors
Behavior
Component
Data
Link copied to clipboard
constructor
(
behaviorClassName
:
String
,
propertyValues
:
Map
<
String
,
PropertyValue
>
=
mapOf()
)
Properties
behavior
Class
Name
Link copied to clipboard
val
behaviorClassName
:
String
property
Values
Link copied to clipboard
val
propertyValues
:
Map
<
String
,
PropertyValue
>