// 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 = ""; } }
// Token: 0x0600031D RID: 797 RVA: 0x000164DC File Offset: 0x000146DC public Vmd() { PmxLibClass.IsLocked(); }