C# 클래스 BoxScript, ProjetUnity

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

공개 프로퍼티들

프로퍼티 타입 설명
boxAnimator Animator
destructedBoxSound UnityEngine.AudioClip
hearthPrefab Transform

공개 메소드들

메소드 설명
Destroy ( ) : void
DropHearth ( ) : void
HitBox ( string attackName ) : void
Start ( ) : void

메소드 상세

Destroy() 공개 메소드

public Destroy ( ) : void
리턴 void

DropHearth() 공개 메소드

public DropHearth ( ) : void
리턴 void

HitBox() 공개 메소드

public HitBox ( string attackName ) : void
attackName string
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

boxAnimator 공개적으로 프로퍼티

public Animator boxAnimator
리턴 Animator

destructedBoxSound 공개적으로 프로퍼티

public AudioClip,UnityEngine destructedBoxSound
리턴 UnityEngine.AudioClip

hearthPrefab 공개적으로 프로퍼티

public Transform hearthPrefab
리턴 Transform