Function ambient_api_core::entity::set_component
source · pub fn set_component<T: SupportedValue>(
entity: EntityId,
component: Component<T>,
value: T
)
Expand description
Sets the component component
for entity
with value
.