Пример #1
0
        public long SetLayerWindowFun(IntPtr es)
        {
            bool t = ltf.JsValue2Boolean(es, ltf.GetJsParameter(es, 0));

            ltf.SetViewTransparent(t);
            return(ltf.JsUndefined());
        }
Пример #2
0
        public long AutoGCFun(IntPtr es)
        {
            bool t = ltf.JsValue2Boolean(es, ltf.GetJsParameter(es, 0));

            ltf.IsAutoGC(t, 50);
            return(ltf.JsUndefined());
        }