ElapsedTimeNode¶
Overview¶
ElapsedTimeNode shows the elapsed time in a game status bar (FiniteStatusBar).
@author Chris Malley (PixelZoom, Inc.)
Class ElapsedTimeNode¶
Constructor¶
new ElapsedTimeNode( elapsedTimeProperty : TReadOnlyProperty<number>, providedOptions? : ElapsedTimeNodeOptions )¶
Instance Methods¶
dispose()¶
Type ElapsedTimeNodeOptions¶
- clockIconRadius?: number
- font?: Font
- textFill?: TColor
- & StrictOmit<HBoxOptions, "children">
Source Code¶
See the source for ElapsedTimeNode.ts in the vegas repository.