Example #1
0
 public void Invalidate(YmapGrassInstanceBatch batch)
 {
     lock (updateSyncRoot)
     {
         instbatches.Invalidate(batch);
     }
 }
Example #2
0
 public void SetBatch(YmapGrassInstanceBatch batch)
 {
     CurrentBatch = batch;
     Tag          = batch;
     LoadGrassBatch();
     UpdateFormTitle();
 }
Example #3
0
 public void SetBatch(YmapGrassInstanceBatch batch)
 {
     CurrentBatch = batch;
     Tag          = batch;
     UpdateFormTitle();
     UpdateControls();
 }
Example #4
0
 public void SetBatch(YmapGrassInstanceBatch batch)
 {
     CurrentBatch = batch;
     Tag          = batch;
     UpdateFormTitle();
     UpdateControls();
     ProjectForm.WorldForm?.SelectObject(batch);
 }
Example #5
0
 public RenderableInstanceBatch GetRenderableInstanceBatch(YmapGrassInstanceBatch batch)
 {
     return(instbatches.Get(batch));
 }
Example #6
0
 public void Invalidate(YmapGrassInstanceBatch batch)
 {
     instbatches.Invalidate(batch);
 }