C# Class MoundController, squirrel-simulator

Inheritance: MonoBehaviour
Show file 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 property

public Transform moundPrefab
return Transform

numberOfMounds public property

public int numberOfMounds
return int

player public property

public GameObject player
return GameObject

target public property

public GUIText target
return GUIText

terrain public property

public Terrain terrain
return Terrain

winterMaterial public property

public Material winterMaterial
return Material