internal LiveShapingItem(object item, LiveShapingList list, bool filtered=false, LiveShapingBlock block=null, bool oneTime=false)
        {
            _block = block;

            list.InitializeItem(this, item, filtered, oneTime);

            ForwardChanges = !oneTime;
        }
Example #2
0
 public static void SetNodeSize(int nodeSize)
 {
     LiveShapingBlock.SetNodeSize(nodeSize);
 }