コード例 #1
0
 public static void Send(string func_name, float value)
 {
     TsMgr.EvalAction(func_name, value);
 }
コード例 #2
0
ファイル: Entry.cs プロジェクト: onelei/LemonTS
 // Start is called before the first frame update
 void Start()
 {
     TsMgr.Init();
 }
コード例 #3
0
 public static void Send(string func_name, GameObject value)
 {
     TsMgr.EvalAction(func_name, value);
 }