CompositeAccessor.CompositeAccessor

Undocumented in source.

Members

Functions

access
WithStorageClassOfType!Object access(Type component, string property, RCIAllocator allocator)

Get a property out of component

componentType
TypeInfo componentType(WithStorageClassOfType!Type component)

Identify the type of supported component.

has
bool has(Type component, string property, RCIAllocator allocator)

Check if requested property is present in component.

Meta