示例#1
0
 internal void ResetText()
 {
     renderingIndex = 0;
     if (previousState != null)
     {
         previousState.Reset();
     }
 }