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