C# Class LevelIndicator, clockwork

Inheritance: MonoBehaviour
Mostra file Open project: shadowseer99/clockwork Class Usage Examples

Public Properties

Property Type Description
backings Sprite[]
first GameObject
ones Sprite[]
second GameObject
solonum Sprite[]
tens Sprite[]

Public Methods

Method Description
OnLevelWasLoaded ( int level ) : void

Method Details

OnLevelWasLoaded() public method

public OnLevelWasLoaded ( int level ) : void
level int
return void

Property Details

backings public_oe property

public Sprite[] backings
return Sprite[]

first public_oe property

public GameObject first
return GameObject

ones public_oe property

public Sprite[] ones
return Sprite[]

second public_oe property

public GameObject second
return GameObject

solonum public_oe property

public Sprite[] solonum
return Sprite[]

tens public_oe property

public Sprite[] tens
return Sprite[]