C# Class NutellaInterface, Wallcology-Simulator

Inheritance: MonoBehaviour
Afficher le fichier Open project: ltg-uic/Wallcology-Simulator

Méthodes publiques

Свойство Type Description
Bally GameObject
Dino GameObject
FlappyRing GameObject
FlappyStripe GameObject
Jumpy GameObject
Piston GameObject
Slimy GameObject

Méthodes publiques

Méthode Description
GetPopulationCount ( int id ) : void
GetPopulationCountDebug ( int id ) : void
KillCritter ( int id ) : void
SpawnCritter ( int id ) : void
Start ( ) : void
Update ( ) : void
pipeCollapse ( int collapse ) : void

Private Methods

Méthode Description
DebugCritters ( ) : void
DestroyCritter ( Transform waypoints, string tagName, int id ) : void
InitializeSpawnPoints ( ) : void
InstantiateCritter ( Transform waypoints, GameObject critter ) : void
_SetUpPointArrays ( GameObject objects ) : Transform[]
_join ( Transform x, Transform y ) : Transform[]

Method Details

GetPopulationCount() public méthode

public GetPopulationCount ( int id ) : void
id int
Résultat void

GetPopulationCountDebug() public méthode

public GetPopulationCountDebug ( int id ) : void
id int
Résultat void

KillCritter() public méthode

public KillCritter ( int id ) : void
id int
Résultat void

SpawnCritter() public méthode

public SpawnCritter ( int id ) : void
id int
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

pipeCollapse() public méthode

public pipeCollapse ( int collapse ) : void
collapse int
Résultat void

Property Details

Bally public_oe property

public GameObject Bally
Résultat GameObject

Dino public_oe property

public GameObject Dino
Résultat GameObject

FlappyRing public_oe property

public GameObject FlappyRing
Résultat GameObject

FlappyStripe public_oe property

public GameObject FlappyStripe
Résultat GameObject

Jumpy public_oe property

public GameObject Jumpy
Résultat GameObject

Piston public_oe property

public GameObject Piston
Résultat GameObject

Slimy public_oe property

public GameObject Slimy
Résultat GameObject