ArrayAccessor

Accessor implementing array access.

Members

Functions

access
Type access(ComponentType component, size_t property, RCIAllocator allocator)

Get a property out of component

componentType
TypeInfo componentType(ComponentType component)

Identify the type of supported component.

has
bool has(ComponentType component, size_t property, RCIAllocator allocator)

Check if requested property is present in component.

Meta