Ejemplo n.º 1
0
        void CompoundDragging(bool dragging)
        {
            List <Draggable> otherDraggables = Compound.GetDraggables();

            for (int i = 0; i < otherDraggables.Count; i++)
            {
                otherDraggables[i].dragging = dragging;
            }
        }