Namespace: CreepyTowers.Tests.Creeps
Assembly: CreepyTowers.Tests (in CreepyTowers.Tests.dll) Version: 1.1.1.0 (1.1.1)
Assembly: CreepyTowers.Tests (in CreepyTowers.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax
Examples
[Test] public void DisplayGlassCreep() { var creep = new Creep(CreepType.Glass, Vector3D.Zero, 150.0f); creep.HealthBar.IsVisible = false; creep.RenderModel(); }
See Also