Example #1
0
 private void OnEnable()
 {
     GlowOutlineController.AddGlowObject(this);
 }
Example #2
0
 private void Start()
 {
     Renderers = GetComponentsInChildren <Renderer>();
     GlowOutlineController.AddGlowObject(this);
 }