C# Class SeedGenerate, CodeSpells

Inheritance: MonoBehaviour
Show file Open project: srfoster/CodeSpells

Public Properties

Property Type Description
blue GameObject
green GameObject
number int
purple GameObject
red GameObject
yellow GameObject

Public Methods

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

Private Methods

Method Description
random_angle ( ) : float
random_location ( ) : Vector3

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

blue public property

public GameObject blue
return GameObject

green public property

public GameObject green
return GameObject

number public property

public int number
return int

purple public property

public GameObject purple
return GameObject

red public property

public GameObject red
return GameObject

yellow public property

public GameObject yellow
return GameObject