コード例 #1
0
 /// <summary>Removes given decal interface reference from this selectable object</summary>
 public void RetractSelectionDecal()
 {
     selectionDecal = null;
 }
コード例 #2
0
 /// <summary>Assigns given decal interface to this selectable object</summary>
 public void AssignSelectionDecal(ISelectionCallbacks decalInterface)
 {
     selectionDecal = decalInterface;
 }