C# 클래스 Boss1_Manager, scriptcaster

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

공개 프로퍼티들

프로퍼티 타입 설명
attackStarted bool
canbreakwall bool
health float
healthbar GameObject
isattacking bool
maxhealth float
stunned bool

공개 메소드들

메소드 설명
SetHealth ( float newhealth ) : void
Start ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
Win ( ) : IEnumerator

메소드 상세

SetHealth() 공개 메소드

public SetHealth ( float newhealth ) : void
newhealth float
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

attackStarted 공개적으로 프로퍼티

public bool attackStarted
리턴 bool

canbreakwall 공개적으로 프로퍼티

public bool canbreakwall
리턴 bool

health 공개적으로 프로퍼티

public float health
리턴 float

healthbar 공개적으로 프로퍼티

public GameObject healthbar
리턴 GameObject

isattacking 공개적으로 프로퍼티

public bool isattacking
리턴 bool

maxhealth 공개적으로 프로퍼티

public float maxhealth
리턴 float

stunned 공개적으로 프로퍼티

public bool stunned
리턴 bool