Example #1
0
        // Token: 0x0600018C RID: 396 RVA: 0x0000FBC4 File Offset: 0x0000DDC4
        public static void Unlock(string key)
        {
            PmxLibClass.m_lock = true;
            bool flag = key == PmxLibClass.RString(-167698971, "UnlockPmxLibClass");

            if (flag)
            {
                PmxLibClass.m_lock = false;
            }
        }
Example #2
0
        // Token: 0x060000A6 RID: 166 RVA: 0x0000C420 File Offset: 0x0000A620
        public Pmx()
        {
            bool flag = !PmxLibClass.IsLocked();

            if (flag)
            {
                this.Header       = new PmxHeader(2.1f);
                this.ModelInfo    = new PmxModelInfo();
                this.VertexList   = new List <PmxVertex>();
                this.FaceList     = new List <int>();
                this.MaterialList = new List <PmxMaterial>();
                this.BoneList     = new List <PmxBone>();
                this.MorphList    = new List <PmxMorph>();
                this.NodeList     = new List <PmxNode>();
                this.BodyList     = new List <PmxBody>();
                this.JointList    = new List <PmxJoint>();
                this.SoftBodyList = new List <PmxSoftBody>();
                this.RootNode     = new PmxNode();
                this.ExpNode      = new PmxNode();
                this.InitializeSystemNode();
                this.FilePath = "";
            }
        }
Example #3
0
 // Token: 0x0600031D RID: 797 RVA: 0x000164DC File Offset: 0x000146DC
 public Vmd()
 {
     PmxLibClass.IsLocked();
 }