Пример #1
0
    private void UpdateSpeech()
    {
        if (speech1IsDirection)
        {
            speechIcon1 = SpeechHelper.GetIcon_Direction(Accused.transform.position.x - transform.position.x);
        }

        if (speech2IsDirection)
        {
            speechIcon2 = SpeechHelper.GetIcon_Direction(Accused.transform.position.x - transform.position.x);
        }
    }