FairyGUI.GearAnimationValue.GearAnimationValue C# (CSharp) Method

GearAnimationValue() public method

public GearAnimationValue ( bool playing, int frame ) : System.Collections.Generic
playing bool
frame int
return System.Collections.Generic
        public GearAnimationValue(bool playing, int frame)
        {
            this.playing = playing;
            this.frame = frame;
        }
GearAnimationValue