C# 클래스 BaseProjectile, MagesOfBlight

상속: MonoBehaviour, IDamaging
파일 보기 프로젝트 열기: DomCristaldi/MagesOfBlight 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
action ProjectileAction,
damage float
speed float
target Transform

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CheckProximity ( ) : bool
DealDamage ( ) : void
DestroySelf ( ) : void
Update ( ) : void

메소드 상세

CheckProximity() 공개 메소드

public CheckProximity ( ) : bool
리턴 bool

DealDamage() 공개 메소드

public DealDamage ( ) : void
리턴 void

DestroySelf() 공개 메소드

public DestroySelf ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

action 공개적으로 프로퍼티

public ProjectileAction, action
리턴 ProjectileAction,

damage 공개적으로 프로퍼티

public float damage
리턴 float

speed 공개적으로 프로퍼티

public float speed
리턴 float

target 공개적으로 프로퍼티

public Transform target
리턴 Transform