示例#1
0
 /// <summary>Force set the dirty flag of the <see cref="RealtimeCSG.Foundation.CSGTreeBrush"/>.</summary>
 public void SetDirty()
 {
     CSGTreeNode.SetDirty(nodeID);
 }
 /// <summary>Force set the dirty flag of the <see cref="RealtimeCSG.Foundation.CSGTreeNode"/>.</summary>
 public void SetDirty()
 {
     CSGTreeNode.SetDirty(branchNodeID);
 }