コード例 #1
0
 private void InitializeManagers()
 {
     _colorText        = new TextMaterialManager(LegendColorTextMat);
     _heatText         = new TextMaterialManager(LegendHeatTextMat);
     _longevityText    = new TextMaterialManager(LegendLongevityTextMat);
     _heatVerticalText = new TextMaterialManager(LegendHeatVerticalTextMat);
     _managers         = new TextMaterialManager[] { _colorText, _heatText, _longevityText, _heatVerticalText };
 }
コード例 #2
0
 private void InitializeManagers()
 {
     colorText        = new TextMaterialManager(LegendColorTextMat);
     heatText         = new TextMaterialManager(LegendHeatTextMat);
     longevityText    = new TextMaterialManager(LegendLongevityTextMat);
     heatVerticalText = new TextMaterialManager(LegendHeatVerticalTextMat);
     managers         = new TextMaterialManager[] { colorText, heatText, longevityText, heatVerticalText };
 }