コード例 #1
0
 void Start()
 {
     animator = GetComponent <Animator>();
     health   = 1f;
     healthBar.SetSize(health);
 }