Spine.EventTimeline.EventTimeline C# (CSharp) Method

EventTimeline() public method

public EventTimeline ( int frameCount ) : System
frameCount int
return System
		public EventTimeline (int frameCount) {
			frames = new float[frameCount];
			events = new Event[frameCount];
		}