Ejemplo n.º 1
0
 /// <summary>
 /// The bitmask to remove to the set as <see cref="EmberKeyStructBitmask"/> </summary>
 public void RemoveBitmask(EmberKeyStructBitmask bitmask)
 {
     _bitmask.Remove(bitmask);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// The bitmask to add to the set as <see cref="EmberKeyStructBitmask"/> </summary>
 public void AddBitmask(EmberKeyStructBitmask bitmask)
 {
     _bitmask.Add(bitmask);
 }