/// <summary>
 ///
 /// </summary>
 private void Start()
 {
     _model      = GetComponent <StackModel>();
     _analyser   = GetComponent <StackAnalyser>();
     _properties = new MaterialPropertyBlock();
     ResetDisplay();
 }
 /// <summary>
 ///
 /// </summary>
 private void Start()
 {
     _model   = GetComponent <StackModel>();
     _display = GetComponent <StackDisplay>();
 }
예제 #3
0
 /// <summary>
 ///
 /// </summary>
 private void Start()
 {
     _model = GetComponent <StackModel>();
     ResetAnalysis();
 }
 /// <summary>
 ///
 /// </summary>
 private void Start()
 {
     _model    = GetComponent <StackModel>();
     _analyser = GetComponent <StackAnalyser>();
 }