C# Class RitualBeattleScript, 3in1

Inheritance: MonoBehaviour
Afficher le fichier Open project: motouhui/3in1

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode Description
OnDestroy ( ) : void
Start ( ) : void
Update ( ) : void
WriteFile ( string message ) : void

Private Methods

Méthode Description
BossAnimationCallback ( string aniName ) : void

动作播放回调

HeroAnimationCallback ( string aniName ) : void

动作播放回调

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

Method Details

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

WriteFile() public static méthode

public static WriteFile ( string message ) : void
message string
Résultat void

Property Details

BossMotion public_oe property

怪物的动作控制器
public CharaMotion, BossMotion
Résultat CharaMotion,

HeroMotion public_oe property

英雄的动作
public CharaMotion, HeroMotion
Résultat CharaMotion,

SwordStatusBar public_oe property

public GameObject SwordStatusBar
Résultat GameObject

boss public_oe property

魔王
public GameObject boss
Résultat GameObject

boss_hp_Max public_oe property

public Image boss_hp_Max
Résultat Image

boss_hp_now public_oe property

public Image boss_hp_now
Résultat Image

boss_sp_max public_oe property

public Image boss_sp_max
Résultat Image

boss_sp_now public_oe property

public Image boss_sp_now
Résultat Image

game_over_panel public_oe property

public GameObject game_over_panel
Résultat GameObject

hero public_oe property

英雄对象
public GameObject hero
Résultat GameObject

hero_hp_Max public_oe property

public Image hero_hp_Max
Résultat Image

hero_hp_now public_oe property

public Image hero_hp_now
Résultat Image

hero_sp_max public_oe property

public Image hero_sp_max
Résultat Image

hero_sp_now public_oe property

public Image hero_sp_now
Résultat Image

isGetKey public_oe property

public bool isGetKey
Résultat bool

shied public_oe property

public GameObject shied
Résultat GameObject

tips public_oe property

public Text tips
Résultat Text