KECS / com.juanmedina.kecs.entity / Entity / set set¶ fun <reified T :Any> set(component: T):Unit Sets the value component in this entity. Parameters¶ component - the component to set in the entity, we can have only one per the given type.