Exemplo n.º 1
0
 public virtual void Awake()
 {
     life = GetComponent<BCharacterLife>();
     animator = GetComponent<BCharacterAnimator>();
     //選択マーカー作成
     activeCircle= CreateCircle("ActiveCircle");
     targetCircle=CreateCircle("TargetCircle");
 }
Exemplo n.º 2
0
 public virtual void Awake()
 {
     life     = GetComponent <BCharacterLife>();
     animator = GetComponent <BCharacterAnimator>();
     //選択マーカー作成
     activeCircle = CreateCircle("ActiveCircle");
     targetCircle = CreateCircle("TargetCircle");
 }
Exemplo n.º 3
0
 void Start()
 {
     character = GetComponent<BCharacterBase>();
     animator = GetComponent<BCharacterAnimator>();
 }
Exemplo n.º 4
0
 // Use this for initialization
 public virtual void Awake()
 {
     character = GetComponent <BCharacterBase>();
     animator  = GetComponent <BCharacterAnimator>();
 }
Exemplo n.º 5
0
 // Use this for initialization
 public void Awake()
 {
     character = GetComponent<BCharacterBase>();
     animator = GetComponent<BCharacterAnimator>();
 }
Exemplo n.º 6
0
 void Start()
 {
     character = GetComponent <BCharacterBase>();
     animator  = GetComponent <BCharacterAnimator>();
 }