bevy_reflect

Function array_try_apply

Source
pub fn array_try_apply<A: Array>(
    array: &mut A,
    reflect: &dyn Reflect,
) -> Result<(), ApplyError>
Expand description

Tries to apply the reflected array data to the given array and returns a Result.

ยงErrors