示例#1
0
 void OnGlyphClicked(TypogenicGlyphClickEvent e)
 {
     Debug.Log(string.Format(
         "Clicked {0} at '{1}' in '{2}' at index {3}",
         e.source.name,
         characterAt(e.index),
         wordAt(e.index),
         e.index
     ));
 }
示例#2
0
 void OnGlyphClicked(TypogenicGlyphClickEvent e)
 {
     Debug.Log(string.Format(
                   "Clicked {0} at '{1}' in '{2}' at index {3}",
                   e.source.name,
                   characterAt(e.index),
                   wordAt(e.index),
                   e.index
                   ));
 }