Expand description
Miscellaneous utilities.
Modules§
Macros§
- Macro to “derive” ( not really a derive macro ) SystemParam for a struct.
Structs§
- Simple easing calculator
Enums§
- Error type for failure to resolve
UntypedHandle
to metadata asset fromHandle<T>
orHandle<ElementMeta>
(whereT
is metadata type).
Functions§
- Clamps a sin wave between a minimum and maximum value.
- Try to get metadata handle from
UntypedHandle
that may represent direct handle to meta (Handle<T>
) orHandle<ElementMeta>
whereElementMeta
’s data is castable toHandle<T>
.