AggregatePropertyAccessor.accessors

Get accessors

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

Return Value

Type: inout(PropertyAccessor!(ComponentType, FieldType, KeyType)[])

PropertyAccessor!(ComponentType, FieldType, KeyType)

Meta