Module bevy::ecs::reflect

Expand description

Types that enable reflection support.

Structs

A struct used to operate on reflected Component of a type.
The raw function pointers needed to make up a ReflectComponent.
A struct used to operate on reflected Resource of a type.
The raw function pointers needed to make up a ReflectResource.