FairyGUI.GearAnimationValue.GearAnimationValue C# (CSharp) Метод

GearAnimationValue() публичный Метод

public GearAnimationValue ( bool playing, int frame ) : System.Collections.Generic
playing bool
frame int
Результат System.Collections.Generic
        public GearAnimationValue(bool playing, int frame)
        {
            this.playing = playing;
            this.frame = frame;
        }
GearAnimationValue