HexaCube.DoSpawn C# (CSharp) Method

DoSpawn() private method

private DoSpawn ( string anim, Color color ) : void
anim string
color Color
return void
    private void DoSpawn(string anim, Color color)
    {
        busy = true;
        alive = true;
        hexColor = color;
        vertexColor.UpdateColor(hexColor);
        animation.Play(anim);
    }