TickTime
Properties
Name | Type | Access | Min Version | Description |
---|---|---|---|---|
seconds | number | R | 25.0 | Get the TickTime in seconds |
ticks | string | R | 25.0 | Get the TickTime in ticks as a string |
ticksNumber | number | R | 25.0 | Get the TickTime in ticks as a number |
Static Methods
createWithFrameAndFrameRate
25.0TickTime
Constructs a TickTime object with a frame and a frame rate.
Parameters
Name | Type | Description |
---|---|---|
frameCount | number | - |
frameRate | - |
createWithSeconds
25.0TickTime
Constructs a TickTime object with seconds.
Parameters
Name | Type | Description |
---|---|---|
seconds | number | - |
createWithTicks
25.0TickTime
Constructs a TickTime object with ticks as a string.
Parameters
Name | Type | Description |
---|---|---|
ticks | string | - |
Instance Methods
equals
25.0boolean
Returns true if the given TickTime is equal to the TickTime object
Parameters
Name | Type | Description |
---|---|---|
tickTime | - |