Exemplo n.º 1
0
 override public void OnSelect()
 {
     base.OnSelect();
     oldLayers        = World.ShowLayers;
     World.ShowLayers = WorldComponent.Layers.Plates;
 }
Exemplo n.º 2
0
 public static bool IsSet(this WorldComponent.Layers self, WorldComponent.Layers flag)
 {
     return((self & flag) == flag);
 }