Module reflect

Module reflect 

Source
Available on crate feature bevy_reflect only.
Expand description

Provides definitions for the basic traits required by the state system

Structsยง

ReflectFreelyMutableState
A struct used to operate on the reflected FreelyMutableState trait of a type.
ReflectFreelyMutableStateFns
The raw function pointers needed to make up a ReflectFreelyMutableState.
ReflectState
A struct used to operate on the reflected States trait of a type.
ReflectStateFns
The raw function pointers needed to make up a ReflectState.