C# Class ScoreBar, hexciter

Inheritance: MonoBehaviour
Exibir arquivo Open project: pR0Ps/hexciter Class Usage Examples

Public Methods

Method Description
Despawn ( int startIndex, int endIndex ) : IEnumerator
Flood ( int startIndex, int endIndex ) : IEnumerator
NumBlackHexes ( ) : int
ReportProgress ( int currentScore, int startScore, int endScore, bool lose ) : void
Start ( ) : void

Private Methods

Method Description
StartupAnimation ( ) : IEnumerator

Method Details

Despawn() public method

public Despawn ( int startIndex, int endIndex ) : IEnumerator
startIndex int
endIndex int
return IEnumerator

Flood() public method

public Flood ( int startIndex, int endIndex ) : IEnumerator
startIndex int
endIndex int
return IEnumerator

NumBlackHexes() public method

public NumBlackHexes ( ) : int
return int

ReportProgress() public method

public ReportProgress ( int currentScore, int startScore, int endScore, bool lose ) : void
currentScore int
startScore int
endScore int
lose bool
return void

Start() public method

public Start ( ) : void
return void