예제 #1
0
 protected override void Start()
 {
     this.Start();
     if (null == m_fontCollection)
     {
         GetFontCollection();
     }
     if (null == m_textMeshProComponent)
     {
         CreateTextMeshProComponent();
     }
     if (null != m_fontCollection)
     {
         m_fontCollection.RegisterTextField(this);
     }
 }