Spine.ColorTimeline.ColorTimeline C# (CSharp) Method

ColorTimeline() public method

public ColorTimeline ( int frameCount ) : System
frameCount int
return System
		public ColorTimeline (int frameCount)
			: base(frameCount) {
			frames = new float[frameCount * ENTRIES];
		}