CombinedInspector

Provides type and field information of a composite component at runtime.

Members

Functions

has
bool has(ComponentType component, KeyType property)

Check if component has a field or a property.

inspectors
typeof(this) inspectors(Inspector!(ComponentType, KeyType)[] inspectors)

Set inspectors

inspectors
typeof(this) inspectors(Inspector!(ComponentType, KeyType) inspectors)

Set inspectors

inspectors
inout(Inspector!(ComponentType, KeyType)) inspectors()

Get inspectors

properties
KeyType[] properties(ComponentType component)

Return a list of properties that component holds.

typeOf
TypeInfo typeOf(ComponentType component, KeyType property)

Identify the type of child field of component.

typeOf
TypeInfo typeOf(ComponentType component)

Identify the type of component itself.

Meta