Ejemplo n.º 1
0
        public override void readFields(BmobInput input)
        {
            base.readFields(input);

            pos_x   = input.getDouble("pos_x");
            pos_y   = input.getDouble("pos_y");
            pos_z   = input.getDouble("pos_z");
            rot_w   = input.getDouble("rot_w");
            rot_x   = input.getDouble("rot_x");
            rot_y   = input.getDouble("rot_y");
            rot_z   = input.getDouble("rot_z");
            scale_x = input.getDouble("scale_x");
            scale_y = input.getDouble("scale_y");
            scale_z = input.getDouble("scale_z");

            type    = input.getInt("type");
            text    = input.getString("text");
            texture = input.getFile("texture");
            video   = input.getFile("video");

            model = input.Get <BmobPointer <BmobModel> >("model");
            mark  = input.Get <BmobPointer <Mark> >("mark");

            version = input.getInt("version");
        }
Ejemplo n.º 2
0
            public override void readFields(BmobInput input)
            {
                base.readFields(input);

                this.username = input.getString("username");
                this.password = input.getString("password");
                this.user     = input.Get <BmobPointer <UserExt> >("user");
            }
Ejemplo n.º 3
0
        public override void readFields(BmobInput input)
        {
            base.readFields(input);

            this.user    = input.Get <BmobPointer <BmobUser> >("user");
            this.title   = input.getString("title");
            this.message = input.getString("message");
            this.type    = input.getString("type");
            this.contact = input.getString("contact");
            this.userip  = input.getString("userip");
        }
Ejemplo n.º 4
0
        public override void readFields(BmobInput input)
        {
            base.readFields(input);

            this.arrint = input.getList<int>("arrint");
            this.arrstring = input.getList<string>("arrstring");
            this.jo = input.getInt("jo");
            this.jo2 = input.getInt("jo2");
            this.obj = input.getInt("obj");
            this.s = input.getString("s");


            this.user  = input.Get<BmobPointer<BmobUser>>("user");
        }
Ejemplo n.º 5
0
        public override void readFields(BmobInput input)
        {
            base.readFields(input);

            this.arrint    = input.getList <int>("arrint");
            this.arrstring = input.getList <string>("arrstring");
            this.jo        = input.getInt("jo");
            this.jo2       = input.getInt("jo2");
            this.obj       = input.getInt("obj");
            this.s         = input.getString("s");


            this.user = input.Get <BmobPointer <BmobUser> >("user");
        }
Ejemplo n.º 6
0
        public override void readFields(BmobInput input)
        {
            base.readFields(input);

            this.user          = input.Get <BmobPointer <BmobUser> >("user");
            this.anonymity     = input.getString("anonymity");
            this.anonymityen   = input.getString("anonymityen");
            this.country       = input.getString("country");
            this.countryen     = input.getString("countryen");
            this.description   = input.getString("description");
            this.failedcount   = input.getInt("failedcount");
            this.isvip         = input.getBoolean("isvip");
            this.port          = input.getInt("port");
            this.proxy         = input.getString("proxy");
            this.proxypassword = input.getString("proxypassword");
            this.proxyusername = input.getString("proxyusername");
            this.response      = input.getInt("response");
            this.status        = input.getInt("status");
            this.testdate      = input.getString("testdate");
            this.type          = input.getString("type");
            this.userip        = input.getString("userip");
        }