C# 클래스 HitBox, Final_Project_Main

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

공개 프로퍼티들

프로퍼티 타입 설명
force float
hitBoxSpawner GameObject
timeSpentActive float

공개 메소드들

메소드 설명
OnCollisionEnter ( Collision other ) : void
TriggerDestroy ( ) : void
TriggerPosition ( ) : void
Update ( ) : void

메소드 상세

OnCollisionEnter() 공개 메소드

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

TriggerDestroy() 공개 메소드

public TriggerDestroy ( ) : void
리턴 void

TriggerPosition() 공개 메소드

public TriggerPosition ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

force 공개적으로 프로퍼티

public float force
리턴 float

hitBoxSpawner 공개적으로 프로퍼티

public GameObject hitBoxSpawner
리턴 GameObject

timeSpentActive 공개적으로 프로퍼티

public float timeSpentActive
리턴 float