C# Class NumberDrawer, CapsUnity

Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

public NumberAlign Align
return NumberAlign

FilledWithZero public_oe property

public bool FilledWithZero
return bool

NumberInterval public_oe property

public int NumberInterval
return int

SurName public_oe property

public string SurName
return string

m_numbers public_oe property

public UISprite[], m_numbers
return UISprite[],

maxIntLenth public_oe property

public int maxIntLenth
return int