KECS / com.juanmedina.kecs.entity / Entity / hasComponents
hasComponents¶
fun hasComponents(vararg types:
KClass
<out
Any
>):
Boolean
Checks if an entity contains a set of components of the given KClass.
Parameters¶
types
- the KClass of the components.