Esempio n. 1
0
 private void OnDestroy()
 {
     GlowOutlineController.RemoveGlowObject(this);
 }
Esempio n. 2
0
 private void OnEnable()
 {
     GlowOutlineController.AddGlowObject(this);
 }
Esempio n. 3
0
 private void OnDisable()
 {
     GlowOutlineController.RemoveGlowObject(this);
 }
Esempio n. 4
0
 private void Start()
 {
     Renderers = GetComponentsInChildren <Renderer>();
     GlowOutlineController.AddGlowObject(this);
 }