C# Class PowerUp, Viewport

Inheritance: MonoBehaviour
Afficher le fichier Open project: tws2xa/Viewport Class Usage Examples

Méthodes publiques

Свойство Type Description
duration int

Protected Properties

Свойство Type Description
powerUpID int
timeLeft float

Méthodes publiques

Méthode Description
DemodifyObject ( ) : void
DestroyAllHelper ( ) : void
DestroyThis ( ) : void
Equals ( object o ) : bool
FixedUpdate ( ) : void
GetHashCode ( ) : int
ModifyObject ( ) : void
Start ( ) : void
Timer ( ) : void
ToString ( ) : string
getPowerUpID ( ) : int
operator ( ) : bool

Méthodes protégées

Méthode Description
PowerUp ( int duration ) : System

Method Details

DemodifyObject() public abstract méthode

public abstract DemodifyObject ( ) : void
Résultat void

DestroyAllHelper() public méthode

public DestroyAllHelper ( ) : void
Résultat void

DestroyThis() public méthode

public DestroyThis ( ) : void
Résultat void

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

FixedUpdate() public abstract méthode

public abstract FixedUpdate ( ) : void
Résultat void

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ModifyObject() public abstract méthode

public abstract ModifyObject ( ) : void
Résultat void

PowerUp() protected méthode

protected PowerUp ( int duration ) : System
duration int
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Timer() public méthode

public Timer ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

getPowerUpID() public méthode

public getPowerUpID ( ) : int
Résultat int

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

duration public_oe property

public int duration
Résultat int

powerUpID protected_oe property

protected int powerUpID
Résultat int

timeLeft protected_oe property

protected float timeLeft
Résultat float