pub fn set_component<T: SupportedValue>(
    entity: EntityId,
    component: Component<T>,
    value: T
)
Expand description

Sets the component component for entity with value.