CreepTests DisplayPaperCreep Method Delta Engine Documentation

Namespace: CreepyTowers.Tests.Creeps
Assembly: CreepyTowers.Tests (in CreepyTowers.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void DisplayPaperCreep()
Examples

[Test]
public void DisplayPaperCreep()
{
    var creep = new Creep(CreepType.Paper, Vector3D.Zero, 180.0f);
    creep.HealthBar.IsVisible = false;
    creep.RenderModel();
}
See Also