예제 #1
0
    protected override void Update()
    {
        base.Update();

        this.isBusy = abilityAgent != null && abilityAgent.IsAnyAbilityPending();

        HandleRotation();
    }
예제 #2
0
    protected override void Update()
    {
        base.Update();

        isBusy = abilityAgent != null && abilityAgent.IsAnyAbilityPending();

        HandleMove();
        HandleRotation();
        HandleVisualEffects();

        CalculateBounds();
    }