C# 클래스 RedBarrel, AwesomeGameInSpace

상속: Damageable
파일 보기 프로젝트 열기: ZPZ-Gr2/AwesomeGameInSpace

공개 프로퍼티들

프로퍼티 타입 설명
damageToDeal float
explosionParticle GameObject
radius float
timeToVanish float

공개 메소드들

메소드 설명
DealDamage ( Vector3 damage ) : void
FixedUpdate ( ) : void

메소드 상세

DealDamage() 공개 메소드

public DealDamage ( Vector3 damage ) : void
damage Vector3
리턴 void

FixedUpdate() 공개 메소드

public FixedUpdate ( ) : void
리턴 void

프로퍼티 상세

damageToDeal 공개적으로 프로퍼티

public float damageToDeal
리턴 float

explosionParticle 공개적으로 프로퍼티

public GameObject explosionParticle
리턴 GameObject

radius 공개적으로 프로퍼티

public float radius
리턴 float

timeToVanish 공개적으로 프로퍼티

public float timeToVanish
리턴 float