Example #1
0
 /**
  * Dumps the block mask as a string, ready to be used by a Map behavior
  */
 private Texture2D DumpBlockMask(Bitmask blockMask)
 {
     return(blockMask.Export());
 }