Grey.Graphics.VoxelRenderer.OnRegionRemoval C# (CSharp) Méthode

OnRegionRemoval() private méthode

private OnRegionRemoval ( VoxWorld w, Region r ) : void
w Grey.Vox.VoxWorld
r Grey.Vox.Region
Résultat void
        void OnRegionRemoval(VoxWorld w, Region r)
        {
            lock(activeRegions) {
                activeRegions.Remove(r);
            }
        }