C# Class Engine.Objects.DelayScript

Exibir arquivo Open project: Radnen/sphere-sfml

Public Methods

Method Description
DelayScript ( object code, int frames ) : System
HasExpired ( ) : bool
Tick ( ) : void

Method Details

DelayScript() public method

public DelayScript ( object code, int frames ) : System
code object
frames int
return System

HasExpired() public method

public HasExpired ( ) : bool
return bool

Tick() public method

public Tick ( ) : void
return void