C# Class EcoPoints

Inheritance: MonoBehaviour
Show file Open project: jsngai/deepsquid

Public Properties

Property Type Description
DeadEnemContainer List
Dump GameObject>.Dictionary
Ecopoints GameObject>.Dictionary
EnemContainerD List
EnemContainerS List
Enemies GameObject>.Dictionary
barracuda int
barracudaPrefab GameObject
debug bool
snapperPrefab GameObject
spawnBoxCage BoxCollider
spawnSphereTrigger SphereCollider
yellowSnappers int

Public Methods

Method Description
Add ( GameObject it ) : void
Damage ( GameObject it ) : void
Die ( GameObject it ) : void
OnTriggerEnter ( Collider enter ) : void
OnTriggerExit ( Collider enter ) : void
Resurrect ( GameObject it ) : void
Start ( ) : void
Update ( ) : void
despawn ( ) : void
respawn ( ) : void

Method Details

Add() public method

public Add ( GameObject it ) : void
it GameObject
return void

Damage() public method

public Damage ( GameObject it ) : void
it GameObject
return void

Die() public method

public Die ( GameObject it ) : void
it GameObject
return void

OnTriggerEnter() public method

public OnTriggerEnter ( Collider enter ) : void
enter Collider
return void

OnTriggerExit() public method

public OnTriggerExit ( Collider enter ) : void
enter Collider
return void

Resurrect() public method

public Resurrect ( GameObject it ) : void
it GameObject
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

despawn() public method

public despawn ( ) : void
return void

respawn() public method

public respawn ( ) : void
return void

Property Details

DeadEnemContainer public property

public List DeadEnemContainer
return List

Dump public property

public Dictionary Dump
return GameObject>.Dictionary

Ecopoints public property

public Dictionary Ecopoints
return GameObject>.Dictionary

EnemContainerD public property

public List EnemContainerD
return List

EnemContainerS public property

public List EnemContainerS
return List

Enemies public property

public Dictionary Enemies
return GameObject>.Dictionary

barracuda public property

public int barracuda
return int

barracudaPrefab public property

public GameObject barracudaPrefab
return GameObject

debug public property

public bool debug
return bool

snapperPrefab public property

public GameObject snapperPrefab
return GameObject

spawnBoxCage public property

public BoxCollider spawnBoxCage
return BoxCollider

spawnSphereTrigger public property

public SphereCollider spawnSphereTrigger
return SphereCollider

yellowSnappers public property

public int yellowSnappers
return int