コード例 #1
0
 public VertexBoneAssignment(VertexBoneAssignment other)
 {
     this.vertexIndex = other.vertexIndex;
     this.boneIndex   = other.boneIndex;
     this.weight      = other.weight;
 }
コード例 #2
0
ファイル: Bone.cs プロジェクト: yanivkalfa/MultiversePlatform
 public VertexBoneAssignment(VertexBoneAssignment other)
 {
     vertexIndex = other.vertexIndex;
     boneIndex   = other.boneIndex;
     weight      = other.weight;
 }