C# Class NumberDrawer, CapsUnity

Inheritance: MonoBehaviour
Show file Open project: kofight/CapsUnity Class Usage Examples

Public Properties

Property Type Description
Align NumberAlign
FilledWithZero bool
NumberInterval int
SurName string
m_numbers UISprite[],
maxIntLenth int

Public Methods

Method Description
SetNumber ( int number, float duration = 0.1f ) : void
SetNumberRapid ( int number ) : void
Start ( ) : void
Update ( ) : void

Method Details

SetNumber() public method

public SetNumber ( int number, float duration = 0.1f ) : void
number int
duration float
return void

SetNumberRapid() public method

public SetNumberRapid ( int number ) : void
number int
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Align public property

public NumberAlign Align
return NumberAlign

FilledWithZero public property

public bool FilledWithZero
return bool

NumberInterval public property

public int NumberInterval
return int

SurName public property

public string SurName
return string

m_numbers public property

public UISprite[], m_numbers
return UISprite[],

maxIntLenth public property

public int maxIntLenth
return int