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

FadeRotationOptions() public method

public FadeRotationOptions ( Logo l, float pStart, float pEnd, float rot1, float rot2 ) : System
l Logo
pStart float
pEnd float
rot1 float
rot2 float
return System
                public FadeRotationOptions(Logo l, float pStart, float pEnd, float rot1, float rot2)
                    : base(l, pStart, pEnd)
                {
                    r1 = rot1;
                    r2 = rot2;
                    rDif = r2 - r1;
                }
LogoScreen.Logo.FadeRotationOptions