- has
bool has(ComponentType component, KeyType property)
Check if component has a field or a property.
- inspectors
typeof(this) inspectors(Inspector!(ComponentType, KeyType)[] inspectors)
- inspectors
typeof(this) inspectors(Inspector!(ComponentType, KeyType) inspectors)
- inspectors
inout(Inspector!(ComponentType, KeyType)) 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.
Provides type and field information of a composite component at runtime.