WrappingComponentAccessor.WrappingComponentAccessor

Undocumented in source.

Constructors

this
this(PropertyAccessor!(Object, FieldType, KeyType) accessor)

Constructor for runtime field accessor.

Members

Functions

access
FieldType access(ComponentType component, KeyType path, RCIAllocator allocator)

Get a property out of component

accessor
typeof(this) accessor(PropertyAccessor!(Object, FieldType, KeyType) accessor)

Set accessor

accessor
inout(PropertyAccessor!(Object, FieldType, KeyType)) accessor()

Get accessor

componentType
TypeInfo componentType(ComponentType component)

Identify the type of supported component.

has
bool has(ComponentType component, KeyType path, RCIAllocator allocator)

Check if requested property is present in component.

Meta