C# Class PowerUp, Viewport

Inheritance: MonoBehaviour
ファイルを表示 Open project: tws2xa/Viewport Class Usage Examples

Public Properties

Property Type Description
duration int

Protected Properties

Property Type Description
powerUpID int
timeLeft float

Public Methods

Method 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

Protected Methods

Method Description
PowerUp ( int duration ) : System

Method Details

DemodifyObject() public abstract method

public abstract DemodifyObject ( ) : void
return void

DestroyAllHelper() public method

public DestroyAllHelper ( ) : void
return void

DestroyThis() public method

public DestroyThis ( ) : void
return void

Equals() public method

public Equals ( object o ) : bool
o object
return bool

FixedUpdate() public abstract method

public abstract FixedUpdate ( ) : void
return void

GetHashCode() public method

public GetHashCode ( ) : int
return int

ModifyObject() public abstract method

public abstract ModifyObject ( ) : void
return void

PowerUp() protected method

protected PowerUp ( int duration ) : System
duration int
return System

Start() public method

public Start ( ) : void
return void

Timer() public method

public Timer ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

getPowerUpID() public method

public getPowerUpID ( ) : int
return int

operator() public static method

public static operator ( ) : bool
return bool

Property Details

duration public_oe property

public int duration
return int

powerUpID protected_oe property

protected int powerUpID
return int

timeLeft protected_oe property

protected float timeLeft
return float