示例#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();
 }