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
/
BehaviorRef
Behavior
Ref
@
Serializable
data
class
BehaviorRef
(
val
entityId
:
EntityId
,
val
behaviorClassName
:
String
)
Members
Members & Extensions
Constructors
Behavior
Ref
Link copied to clipboard
constructor
(
entityId
:
EntityId
,
behaviorClassName
:
String
)
Properties
behavior
Class
Name
Link copied to clipboard
val
behaviorClassName
:
String
entity
Id
Link copied to clipboard
val
entityId
:
EntityId
Functions
matches
Component
Link copied to clipboard
fun
BehaviorRef
.
matchesComponent
(
component
:
BehaviorComponent
)
:
Boolean