Spine.DeformTimeline.DeformTimeline C# (CSharp) Method

DeformTimeline() public method

public DeformTimeline ( int frameCount ) : System
frameCount int
return System
		public DeformTimeline (int frameCount)
			: base(frameCount) {
			frames = new float[frameCount];
			frameVertices = new float[frameCount][];
		}