HealthBarController.Update C# (CSharp) 메소드

Update() 보호된 메소드

protected Update ( ) : void
리턴 void
    protected new void Update()
    {
        transform.rotation = Quaternion.identity;
        if (transform.parent)
            transform.position = new Vector2( transform.parent.transform.position.x , transform.parent.transform.position.y + yMargin);
    }
HealthBarController