bevy_reflect 0.18.1

Dynamically interact with rust types
Documentation
1
2
3
4
5
use bevy_reflect_derive::impl_type_path;

impl_type_path!(::bevy_platform::hash::NoOpHash);
impl_type_path!(::bevy_platform::hash::FixedHasher);
impl_type_path!(::bevy_platform::hash::PassHash);