C# 클래스 EcoPoints

상속: MonoBehaviour
파일 보기 프로젝트 열기: jsngai/deepsquid

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

메소드 상세

Add() 공개 메소드

public Add ( GameObject it ) : void
it GameObject
리턴 void

Damage() 공개 메소드

public Damage ( GameObject it ) : void
it GameObject
리턴 void

Die() 공개 메소드

public Die ( GameObject it ) : void
it GameObject
리턴 void

OnTriggerEnter() 공개 메소드

public OnTriggerEnter ( Collider enter ) : void
enter Collider
리턴 void

OnTriggerExit() 공개 메소드

public OnTriggerExit ( Collider enter ) : void
enter Collider
리턴 void

Resurrect() 공개 메소드

public Resurrect ( GameObject it ) : void
it GameObject
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

despawn() 공개 메소드

public despawn ( ) : void
리턴 void

respawn() 공개 메소드

public respawn ( ) : void
리턴 void

프로퍼티 상세

DeadEnemContainer 공개적으로 프로퍼티

public List DeadEnemContainer
리턴 List

Dump 공개적으로 프로퍼티

public Dictionary Dump
리턴 GameObject>.Dictionary

Ecopoints 공개적으로 프로퍼티

public Dictionary Ecopoints
리턴 GameObject>.Dictionary

EnemContainerD 공개적으로 프로퍼티

public List EnemContainerD
리턴 List

EnemContainerS 공개적으로 프로퍼티

public List EnemContainerS
리턴 List

Enemies 공개적으로 프로퍼티

public Dictionary Enemies
리턴 GameObject>.Dictionary

barracuda 공개적으로 프로퍼티

public int barracuda
리턴 int

barracudaPrefab 공개적으로 프로퍼티

public GameObject barracudaPrefab
리턴 GameObject

debug 공개적으로 프로퍼티

public bool debug
리턴 bool

snapperPrefab 공개적으로 프로퍼티

public GameObject snapperPrefab
리턴 GameObject

spawnBoxCage 공개적으로 프로퍼티

public BoxCollider spawnBoxCage
리턴 BoxCollider

spawnSphereTrigger 공개적으로 프로퍼티

public SphereCollider spawnSphereTrigger
리턴 SphereCollider

yellowSnappers 공개적으로 프로퍼티

public int yellowSnappers
리턴 int