예제 #1
0
 /// <summary>
 /// 頂点のダーティをマークします
 /// </summary>
 protected void SetVerticesDirty()
 {
     if (TextGraphic != null)
     {
         TextGraphic.SetVerticesDirty();
     }
 }
예제 #2
0
 protected sealed override void Awake()
 {
     if (TextGraphic != null)
     {
         TextGraphic.SetVerticesDirty();
     }
     BeforAwake();
 }
예제 #3
0
        private IEnumerator SetVerticesDirtyAsync()
        {
            yield return(null);

            if (TextGraphic != null)
            {
                TextGraphic.SetVerticesDirty();
            }
        }