C# Class ManyStars, CLF-slides

Inheritance: MonoBehaviour
Mostra file Open project: CodeLiberation/CLF-slides

Public Properties

Property Type Description
star GameObject

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
raiseScore ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

raiseScore() public method

public raiseScore ( ) : void
return void

Property Details

star public_oe property

public GameObject star
return GameObject