Example #1
0
 /// <summary>
 ///
 /// </summary>
 private void Start()
 {
     _manager    = GetComponent <PopulationManager>();
     _population = _manager.Population;
     _properties = new MaterialPropertyBlock();
     ResetDisplay();
 }