void OnEnable()
 {
     MegaFlare.AddFlare(this);
 }
Beispiel #2
0
 void OnEnable()
 {
     MegaFlare.AddImportantOccluder(this);
 }
 void OnDisable()
 {
     MegaFlare.RemoveFlare(this);
 }
Beispiel #4
0
 void OnDisable()
 {
     MegaFlare.RemoveImportantOccluder(this);
 }