コード例 #1
0
ファイル: ClickHandler.cs プロジェクト: Daloupe/Syzygy_Git
 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
                   ));
 }