TickedPropertyAccessor.tick

Set tick

  1. typeof(this) tick(EType tick)
    class TickedPropertyAccessor(ComponentType, FieldType = ComponentType, KeyType = string)
    @safe nothrow pure
    typeof(this)
    tick
    (
    EType tick
    )
    if (
    isBidirectionalRange!KeyType
    )
  2. inout(EType) tick()

Parameters

tick EType

ticking element used to encapsulate property

Return Value

Type: typeof(this)

typeof(this)

Meta