예제 #1
0
    public override void RandomiseVariant()
    {
        BlockSet b = GetCurrentBlockSet();

        if (b == null)
        {
            return;
        }

        b.RandomiseVariant();

        BindChildrenToBlock();
    }