Expand description
Documentation generation for scripting languages.
Modules§
- info
- Information about functions and their arguments.
- typed_
through - Defines a set of traits which destruture
bevy::reflect::TypeInfo
and implement a light weight wrapper around it, to allow types which normally can’t implementbevy::reflect::Typed
to be used in a reflection context.
Structs§
- Function
ArgInfo - Information about a function argument.
- Function
Info - Information about a function.
- Function
Return Info - Information about a function return value.
Enums§
- Through
Type Info - All Through types follow one rule:
- Typed
Wrapper Kind - The kind of typed wrapper.
- Untyped
Wrapper Kind - The kind of untyped wrapper.
Traits§
- GetFunction
Info - for things you can call and provide some introspection capability.
- Typed
Through - A trait for types that can be converted to a
ThroughTypeInfo
.
Functions§
- into_
through_ type_ info - A dynamic version of
TypedThrough
, which can be used to convert aTypeInfo
into aThroughTypeInfo
.