예제 #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);
 }