Beispiel #1
0
    public static void ShowText(Vector3 position, string message, float time, Color color, PopUpAnimation animation)
    {
        PopUp popup = ObjectPool.Get <PopUp>();

        popup.Initialize(position, message, time, color, animation);
    }