C# Class Assignment3.Timer

Mostra file Open project: hogeschool/INFDEV-Homework Class Usage Examples

Public Methods

Method Description
Tick ( float deltaTime ) : void
Timer ( Event onReached, float targetTime ) : System
ToString ( ) : string

Method Details

Tick() public method

public Tick ( float deltaTime ) : void
deltaTime float
return void

Timer() public method

public Timer ( Event onReached, float targetTime ) : System
onReached Event
targetTime float
return System

ToString() public method

public ToString ( ) : string
return string