Example #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="BoneKeyFrame"/> class.
 /// </summary>
 public BoneState()
 {
     Interpolation = new BoneInterpolation();
 }
Example #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="BoneKeyFrame"/> class.
 /// </summary>
 public BoneKeyFrame()
 {
     Interpolation = new BoneInterpolation();
 }