コード例 #1
0
ファイル: Bone.cs プロジェクト: kyapp69/Scallion
 /// <summary>
 /// Initializes a new instance of the <see cref="BoneKeyFrame"/> class.
 /// </summary>
 public BoneState()
 {
     Interpolation = new BoneInterpolation();
 }
コード例 #2
0
ファイル: Bone.cs プロジェクト: Yul-Ken/Scallion
 /// <summary>
 /// Initializes a new instance of the <see cref="BoneKeyFrame"/> class.
 /// </summary>
 public BoneKeyFrame()
 {
     Interpolation = new BoneInterpolation();
 }