C# 클래스 Final_Boss_manager, scriptcaster

상속: MonoBehaviour
파일 보기 프로젝트 열기: crazymeeshu/scriptcaster

공개 프로퍼티들

프로퍼티 타입 설명
health int
isInvicible bool
stage int
toPosition int

공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

health 공개적으로 프로퍼티

public int health
리턴 int

isInvicible 공개적으로 프로퍼티

public bool isInvicible
리턴 bool

stage 공개적으로 프로퍼티

public int stage
리턴 int

toPosition 공개적으로 프로퍼티

public int toPosition
리턴 int