C# 클래스 ProjectileDamager, Lurk2015Testing

상속: Damager
파일 보기 프로젝트 열기: gmuGADIG/Lurk2015Testing

공개 프로퍼티들

프로퍼티 타입 설명
velocityThreshold float

공개 메소드들

메소드 설명
Awake ( ) : void
GetDamage ( Damageable, target ) : int

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

GetDamage() 공개 메소드

public GetDamage ( Damageable, target ) : int
target Damageable,
리턴 int

프로퍼티 상세

velocityThreshold 공개적으로 프로퍼티

public float velocityThreshold
리턴 float