TickedPropertyAccessor.this

Constructor for ticked accessor

class TickedPropertyAccessor(ComponentType, FieldType = ComponentType, KeyType = string)
this
(
EType tick
,
PropertyAccessor!(ComponentType, FieldType, KeyType) accessor
)
if (
isBidirectionalRange!KeyType
)

Parameters

tick EType

token used to tick the property

accessor PropertyAccessor!(ComponentType, FieldType, KeyType)

accessor used to access property wrapped in ticks

Meta