PlasticCreepStateChangerTests CheckIceThenWaterEffect 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 CheckIceThenWaterEffect()
Examples

[Test, CloseAfterFirstFrame]
public void CheckIceThenWaterEffect()
{
    PlasticCreepStateChanger.ChangeStatesIfPlasticCreep(TowerType.Ice, creep);
    PlasticCreepStateChanger.ChangeStatesIfPlasticCreep(TowerType.Water, creep);
}
See Also