RuntimeFieldAccessor.this

Constructor for runtime field accessor.

class RuntimeFieldAccessor(ComponentType, FieldType = ComponentType, KeyType = string)
this
(
PropertyAccessor!(ComponentType, FieldType, KeyType) accessor
)

Parameters

accessor PropertyAccessor!(ComponentType, FieldType, KeyType)

accessor used to access fields out of component that are to be type erased on return.

Meta