Ejemplo n.º 1
0
 // Update is called once per frame
 public void Update()
 {
     indicators = new List <Indicator>(indicatorsWrapper.GetComponentsInChildren <Indicator>());
 }
Ejemplo n.º 2
0
 // Use this for initialization
 void Start()
 {
     indicatorsWrapper = GetComponentInChildren <Indicators>();
     indicators        = new List <Indicator>(indicatorsWrapper.GetComponentsInChildren <Indicator>());
 }