示例#1
0
        protected override void setJSON(JObject obj, BaseClassIfc host, SetJsonOptions options)
        {
            base.setJSON(obj, host, options);

            obj["ExtrudedDirection"] = ExtrudedDirection.getJson(this, options);
            obj["Depth"]             = mDepth;
        }
示例#2
0
        protected override void setJSON(JObject obj, BaseClassIfc host, HashSet <int> processed)
        {
            base.setJSON(obj, host, processed);

            obj["ExtrudedDirection"] = ExtrudedDirection.getJson(this, processed);
            obj["Depth"]             = mDepth;
        }