示例#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);
 }