Exemple #1
0
 internal void Release()
 {
     RuntimeUtilities.Destroy(material);
     material = null;
 }
Exemple #2
0
 public void OnApplicationQuit()
 {
     RuntimeUtilities.DestroyVolume(postVolume, false);
 }