Exemplo n.º 1
0
 public static bool GetButton(StringA buttonName)
 {
     return(default(bool));
 }
Exemplo n.º 2
0
 public static float GetAxisRaw(StringA axisName)
 {
     return(default(float));
 }
Exemplo n.º 3
0
 public static bool GetKeyUp(StringA name)
 {
     return(default(bool));
 }
Exemplo n.º 4
0
 // 功能:动态调用任意一个函数
 // 参数:obj - 类变量指针, 如果为nill表示调用全局函数
 //       szFuncName - 函数名字(该名字必须使用export关键标记导出的)
 //       args - 函数参数
 // System.Call(Obj, funcName, arg0, arg1, ...)
 public static void  Call <_Ty>(_Ty obj, StringA szFuncName, params System.Object[] args)
 {
 }
Exemplo n.º 5
0
 // 功能:获取需要广播的类列表
 public static void  GetBroadstList(ref List <FCType> ClassList, StringA szFuncName)
 {
 }
Exemplo n.º 6
0
 // 功能:系统广博
 public static void  Broadcast(StringA szGroupName, params System.Object[] args)
 {
 }