ProcessOthers() 공개 메소드

Process keyboard and joystick events.
public ProcessOthers ( ) : void
리턴 void
예제 #1
0
    static int ProcessOthers(IntPtr L)
    {
        LuaScriptMgr.CheckArgsCount(L, 1);
        UICamera obj = (UICamera)LuaScriptMgr.GetUnityObjectSelf(L, 1, "UICamera");

        obj.ProcessOthers();
        return(0);
    }