TiaraFramework.Component.LoopMode.LoopMode C# (CSharp) Method

LoopMode() public method

public LoopMode ( LoopStyle loopStyle, int time ) : System
loopStyle LoopStyle
time int
return System
        public LoopMode(LoopStyle loopStyle, int time)
        {
            this.Style = loopStyle;
            this.LoopTime = time;
            this.isLoopFinished = false;
        }
LoopMode