SpineSkeletonTests DrawManySpineboys Method Delta Engine Documentation

Namespace: DeltaEngine.Rendering2D.Spine.Tests
Assembly: DeltaEngine.Rendering2D.Spine.Tests (in DeltaEngine.Rendering2D.Spine.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void DrawManySpineboys()
Examples

[Test]
public void DrawManySpineboys()
{
    for (int num = 0; num < 20; num++)
        CreateRandomizedSpineboy();
}
See Also