BlisterUI.LogoScreen.Logo.Logo C# (CSharp) Method

Logo() public method

public Logo ( string path, float duration ) : System
path string
duration float
return System
            public Logo(string path, float duration)
            {
                fades = new LinkedList<FadeOptions>();
                Duration = duration;
                reset();

                tPath = path;
            }

Same methods

LogoScreen.Logo::Logo ( string path, float duration, Vector2 size ) : System