AggregatePropertyAccessor.accessors

Set accessors

  1. PropertyAccessor!(ComponentType, FieldType, KeyType)[] accessors [@property setter]
    class AggregatePropertyAccessor(ComponentType, FieldType = ComponentType, KeyType = string)
    @property @safe nothrow pure
    typeof(this)
    accessors
    (
    PropertyAccessor!(ComponentType, FieldType, KeyType)[] accessors
    )
  2. inout(PropertyAccessor!(ComponentType, FieldType, KeyType)[]) accessors [@property getter]

Parameters

accessors PropertyAccessor!(ComponentType, FieldType, KeyType)[]

accessors that implement various logic of accessing a property out of component

Return Value

Type: typeof(this)

typeof(this)

Meta