Exemplo n.º 1
0
 public void Draw(AttackGageModel model)
 {
     attackGageInnerImage.fillAmount = model.getAttackGageRatio();
 }
Exemplo n.º 2
0
 private void Awake()
 {
     model = new AttackGageModel();
     view  = GetComponent <AttackGageView>();
 }