C# Class Scores, CrabBattle

Show file Open project: tomoprime/CrabBattle Class Usage Examples

Public Properties

Property Type Description
f Font

Public Methods

Method Description
Start ( ) : void

Private Methods

Method Description
CreateLabel ( int x, int y, int size, string text ) : GameObject
PixelToVector ( int x, int y, int depth ) : Vector3
SubmitScore ( string name, int diff, int health, int hits, int dmg, int wpdmg, int score, string rank ) : IEnumerator

Method Details

Start() public method

public Start ( ) : void
return void

Property Details

f public property

public Font f
return Font