Beispiel #1
0
    public void SetSpeedBar()
    {
        float NormalizedVelocity = shipController.GetNormalizedVelocity();

        //	Debug.Log(NormalizedVelocity);
        SpeedBarMask.anchorMax = new Vector2(NormalizedVelocity, 1);
    }