C# Class MoundController, squirrel-simulator

Inheritance: MonoBehaviour
Datei anzeigen Open project: ZackAdams/squirrel-simulator

Public Properties

Property Type Description
moundPrefab Transform
numberOfMounds int
player GameObject
target GUIText
terrain Terrain
winterMaterial Material

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
destroyMounds ( ) : void
generateMounds ( ) : void
winterizeMounds ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

destroyMounds() public method

public destroyMounds ( ) : void
return void

generateMounds() public method

public generateMounds ( ) : void
return void

winterizeMounds() public method

public winterizeMounds ( ) : void
return void

Property Details

moundPrefab public_oe property

public Transform moundPrefab
return Transform

numberOfMounds public_oe property

public int numberOfMounds
return int

player public_oe property

public GameObject player
return GameObject

target public_oe property

public GUIText target
return GUIText

terrain public_oe property

public Terrain terrain
return Terrain

winterMaterial public_oe property

public Material winterMaterial
return Material