FallbackEffectsTests DrawCreepTransformationEffect 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 DrawCreepTransformationEffect()
Examples

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