pub fn relations_like_mut<T: ComponentValue>(
relation: impl RelationExt<T>,
) -> RelationsMut<T>Expand description
Access all relations of the specified type on the entity.
See: relations
pub fn relations_like_mut<T: ComponentValue>(
relation: impl RelationExt<T>,
) -> RelationsMut<T>Access all relations of the specified type on the entity.
See: relations