EnemyBase.AgentChangedNodes C# (CSharp) Метод

AgentChangedNodes() защищенный Метод

Is called when the Agnet changes Nodes.
protected AgentChangedNodes ( ) : void
Результат void
    protected override void AgentChangedNodes()
    {
        if (this.onNode.enemie == this)
        {
            this.onNode.enemie = null;
        }
        this.onNode = this.path[this.currentPathIndex];
        this.onNode.enemie = this;
    }