C# 클래스 RitualBeattleScript, 3in1

상속: MonoBehaviour
파일 보기 프로젝트 열기: motouhui/3in1

공개 프로퍼티들

프로퍼티 타입 설명
BossMotion CharaMotion,
HeroMotion CharaMotion,
SwordStatusBar GameObject
boss GameObject
boss_hp_Max Image
boss_hp_now Image
boss_sp_max Image
boss_sp_now Image
game_over_panel GameObject
hero GameObject
hero_hp_Max Image
hero_hp_now Image
hero_sp_max Image
hero_sp_now Image
isGetKey bool
shied GameObject
tips Text

공개 메소드들

메소드 설명
OnDestroy ( ) : void
Start ( ) : void
Update ( ) : void
WriteFile ( string message ) : void

비공개 메소드들

메소드 설명
BossAnimationCallback ( string aniName ) : void

动作播放回调

HeroAnimationCallback ( string aniName ) : void

动作播放回调

PlayAnimation ( Game game ) : void
_initSceneInfo ( ) : void
aniCallback ( ) : void

메소드 상세

OnDestroy() 공개 메소드

public OnDestroy ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

WriteFile() 공개 정적인 메소드

public static WriteFile ( string message ) : void
message string
리턴 void

프로퍼티 상세

BossMotion 공개적으로 프로퍼티

怪物的动作控制器
public CharaMotion, BossMotion
리턴 CharaMotion,

HeroMotion 공개적으로 프로퍼티

英雄的动作
public CharaMotion, HeroMotion
리턴 CharaMotion,

SwordStatusBar 공개적으로 프로퍼티

public GameObject SwordStatusBar
리턴 GameObject

boss 공개적으로 프로퍼티

魔王
public GameObject boss
리턴 GameObject

boss_hp_Max 공개적으로 프로퍼티

public Image boss_hp_Max
리턴 Image

boss_hp_now 공개적으로 프로퍼티

public Image boss_hp_now
리턴 Image

boss_sp_max 공개적으로 프로퍼티

public Image boss_sp_max
리턴 Image

boss_sp_now 공개적으로 프로퍼티

public Image boss_sp_now
리턴 Image

game_over_panel 공개적으로 프로퍼티

public GameObject game_over_panel
리턴 GameObject

hero 공개적으로 프로퍼티

英雄对象
public GameObject hero
리턴 GameObject

hero_hp_Max 공개적으로 프로퍼티

public Image hero_hp_Max
리턴 Image

hero_hp_now 공개적으로 프로퍼티

public Image hero_hp_now
리턴 Image

hero_sp_max 공개적으로 프로퍼티

public Image hero_sp_max
리턴 Image

hero_sp_now 공개적으로 프로퍼티

public Image hero_sp_now
리턴 Image

isGetKey 공개적으로 프로퍼티

public bool isGetKey
리턴 bool

shied 공개적으로 프로퍼티

public GameObject shied
리턴 GameObject

tips 공개적으로 프로퍼티

public Text tips
리턴 Text