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