/// <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>(); }
/// <summary> /// /// </summary> private void Start() { _model = GetComponent <StackModel>(); ResetAnalysis(); }
/// <summary> /// /// </summary> private void Start() { _model = GetComponent <StackModel>(); _analyser = GetComponent <StackAnalyser>(); }