C# Class SeedGenerate, CodeSpells

Inheritance: MonoBehaviour
ファイルを表示 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_oe property

public GameObject blue
return GameObject

green public_oe property

public GameObject green
return GameObject

number public_oe property

public int number
return int

purple public_oe property

public GameObject purple
return GameObject

red public_oe property

public GameObject red
return GameObject

yellow public_oe property

public GameObject yellow
return GameObject