C# 클래스 BaseAbility, Final_Project_Main

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

공개 프로퍼티들

프로퍼티 타입 설명
baseKB float
damage float
equalTarget GameObject
factors float
hasHit bool
health float
scaledKB float
weight float

공개 메소드들

메소드 설명
KnockBack ( float value ) : void
OnCollisionEnter ( Collision other ) : void
Start ( ) : void
TakeDamage ( float damage ) : void
Update ( ) : void

메소드 상세

KnockBack() 공개 메소드

public KnockBack ( float value ) : void
value float
리턴 void

OnCollisionEnter() 공개 메소드

public OnCollisionEnter ( Collision other ) : void
other Collision
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

TakeDamage() 공개 메소드

public TakeDamage ( float damage ) : void
damage float
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

baseKB 공개적으로 프로퍼티

public float baseKB
리턴 float

damage 공개적으로 프로퍼티

public float damage
리턴 float

equalTarget 공개적으로 프로퍼티

public GameObject equalTarget
리턴 GameObject

factors 공개적으로 프로퍼티

public float factors
리턴 float

hasHit 공개적으로 프로퍼티

public bool hasHit
리턴 bool

health 공개적으로 프로퍼티

public float health
리턴 float

scaledKB 공개적으로 프로퍼티

public float scaledKB
리턴 float

weight 공개적으로 프로퍼티

public float weight
리턴 float