C# Class Engine.Objects.DelayScript

Afficher le fichier Open project: Radnen/sphere-sfml

Méthodes publiques

Méthode Description
DelayScript ( object code, int frames ) : System
HasExpired ( ) : bool
Tick ( ) : void

Method Details

DelayScript() public méthode

public DelayScript ( object code, int frames ) : System
code object
frames int
Résultat System

HasExpired() public méthode

public HasExpired ( ) : bool
Résultat bool

Tick() public méthode

public Tick ( ) : void
Résultat void