コード例 #1
0
 public void BuildBoneDictionary()
 {
     if (boneDict == null)
     {
         boneDict = new BoneDictionary(base.transform, boneTransforms, boneNames);
     }
 }
コード例 #2
0
ファイル: Model.cs プロジェクト: mlgodzilla/Decompiled-Rust
 public void BuildBoneDictionary()
 {
     if (this.boneDict != null)
     {
         return;
     }
     this.boneDict = new BoneDictionary(((Component)this).get_transform(), this.boneTransforms, this.boneNames);
 }
コード例 #3
0
 public void BuildBoneDictionary()
 {
     if (this.boneDict != null)
     {
         return;
     }
     this.boneDict = new BoneDictionary(base.transform, this.boneTransforms, this.boneNames);
 }