Modules§

Structs§

Enums§

Traits§

  • deserialize trait that works by offloading deserialization to desired format’s deserializer
  • trait that denotes that enum/struct/etc.. can fetch all of the type registrations needed of itself.
  • trait that denotes that the struct is likely paired with other structs to create a structure(E.G: urdf)
  • denotes that this struct unfolds into something else. Usually means that the struct is “object oriented”, and can be unfolded into an ECS compliant variant.
  • trait that explains how to take struct and unwrap it into a bevy thing. Like From, but returns either the Thing to be unwrapped or a filepath to thing.

Functions§