FallbackEffectsTests DrawCreepPerishEffect Method Delta Engine Documentation

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

public void DrawCreepPerishEffect()
Examples

[Test]
public void DrawCreepPerishEffect()
{
    var effect = FallbackEffects.CreepDeathEffect();
    effect.FireBurstOfAllEmitters();
}
See Also