Behavior : Timer

Author:Rex.Rainbow

Download

Properties

Sync timescale

  • Sync to object's timescale.
    • Options : ["No","Yes"]

Actions

Control

Action:Start

  • Start timer.
    • Time ( number ) : Time-out in seconds
    • Timer ( number or string ) : Timer name
    • Repeat ( number ) : Repeat count, 0 is infinity.

Action:Pause

  • Pause timer.
    • Timer ( number or string ) : Timer name

Action:Resume

  • Resume timer.
    • Timer ( number or string ) : Timer name

Action:Stop

  • Stop timer.
    • Timer ( number or string ) : Timer name

Action:Pause all

  • Pause all timers.

Action:Resume all

  • Resume all timers.

Action:Stop all

  • Stop all timers.

Setup

Action:Setup timer

  • Setup timer.
    • Timeline ( object ) : Timeline object to get timer

Expressions

Timer

Expression:Remainder

  • Get remainder time.

Expression:Elapsed

  • Get elapsed time of timer.

Expression:RemainderPercent

  • Get remainder time percentage of timer.

Expression:ElapsedPercent

  • Get elapsed time percentage of timer.

Expression:DelayTime

  • Get delay time.

Conditions

Time-out

Condition:On time-out

  • Triggered when time-out.
    • Timer ( number or string ) : Timer name

Timer

Condition:Is timer running

    • Timer ( number or string ) : Timer name