C# Class MoundController, squirrel-simulator

Inheritance: MonoBehaviour
Afficher le fichier Open project: ZackAdams/squirrel-simulator

Méthodes publiques

Свойство Type Description
moundPrefab Transform
numberOfMounds int
player GameObject
target GUIText
terrain Terrain
winterMaterial Material

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
destroyMounds ( ) : void
generateMounds ( ) : void
winterizeMounds ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

destroyMounds() public méthode

public destroyMounds ( ) : void
Résultat void

generateMounds() public méthode

public generateMounds ( ) : void
Résultat void

winterizeMounds() public méthode

public winterizeMounds ( ) : void
Résultat void

Property Details

moundPrefab public_oe property

public Transform moundPrefab
Résultat Transform

numberOfMounds public_oe property

public int numberOfMounds
Résultat int

player public_oe property

public GameObject player
Résultat GameObject

target public_oe property

public GUIText target
Résultat GUIText

terrain public_oe property

public Terrain terrain
Résultat Terrain

winterMaterial public_oe property

public Material winterMaterial
Résultat Material