コード例 #1
0
 /// <summary>Force set the dirty flag of the <see cref="Chisel.Core.CSGTreeNode"/>.</summary>
 public void SetDirty()
 {
     CSGTreeNode.SetDirty(treeNodeID);
 }
コード例 #2
0
 /// <summary>Force set the dirty flag of the <see cref="Chisel.Core.CSGTreeBrush"/>.</summary>
 public void SetDirty()
 {
     CSGTreeNode.SetDirty(brushNodeID);
 }