ArrayInspector

Array inspector

Members

Functions

has
bool has(ComponentType[] component, size_t property)

Check if component has a field or a property.

properties
size_t[] properties(ComponentType[] component)

Return a list of properties that component holds.

typeOf
TypeInfo typeOf(ComponentType[] component, size_t property)

Identify the type of child field of component.

typeOf
TypeInfo typeOf(ComponentType[] component)

Identify the type of component itself.

Meta