C# 클래스 EnemyStats, gmap377_leathGloves_inc

상속: MonoBehaviour
파일 보기 프로젝트 열기: bi3mer/gmap377_leathGloves_inc 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Bolt GameObject
BoltDropAmount int
DeathEffect GameObject
DropChance int
Drops GameObject[]
Flashing bool
HitEffect GameObject
HitFlashLength float
HitFlashMaterial Material
Scatter float
ScatterMax int
ScatterMin int
currentHealth int
offset float
scoreValue int
startingHealth int

공개 메소드들

메소드 설명
Awake ( ) : void
Death ( ) : void
DestroySelf ( ) : void
HitFlashMeshes ( Transform root, Material hitFlashMaterials ) : void
OnDestroy ( ) : void
TakeDamage ( int amount ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
HitFlash ( ) : IEnumerator
ReplaceMeshes ( Transform root, int found ) : int

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

Death() 공개 메소드

public Death ( ) : void
리턴 void

DestroySelf() 공개 메소드

public DestroySelf ( ) : void
리턴 void

HitFlashMeshes() 공개 메소드

public HitFlashMeshes ( Transform root, Material hitFlashMaterials ) : void
root Transform
hitFlashMaterials Material
리턴 void

OnDestroy() 공개 메소드

public OnDestroy ( ) : void
리턴 void

TakeDamage() 공개 메소드

public TakeDamage ( int amount ) : void
amount int
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

Bolt 공개적으로 프로퍼티

public GameObject Bolt
리턴 GameObject

BoltDropAmount 공개적으로 프로퍼티

public int BoltDropAmount
리턴 int

DeathEffect 공개적으로 프로퍼티

public GameObject DeathEffect
리턴 GameObject

DropChance 공개적으로 프로퍼티

public int DropChance
리턴 int

Drops 공개적으로 프로퍼티

public GameObject[] Drops
리턴 GameObject[]

Flashing 공개적으로 프로퍼티

public bool Flashing
리턴 bool

HitEffect 공개적으로 프로퍼티

public GameObject HitEffect
리턴 GameObject

HitFlashLength 공개적으로 프로퍼티

public float HitFlashLength
리턴 float

HitFlashMaterial 공개적으로 프로퍼티

public Material HitFlashMaterial
리턴 Material

Scatter 공개적으로 프로퍼티

public float Scatter
리턴 float

ScatterMax 공개적으로 프로퍼티

public int ScatterMax
리턴 int

ScatterMin 공개적으로 프로퍼티

public int ScatterMin
리턴 int

currentHealth 공개적으로 프로퍼티

public int currentHealth
리턴 int

offset 공개적으로 프로퍼티

public float offset
리턴 float

scoreValue 공개적으로 프로퍼티

public int scoreValue
리턴 int

startingHealth 공개적으로 프로퍼티

public int startingHealth
리턴 int