예제 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="CameraKeyFrame"/> class.
 /// </summary>
 public CameraState()
 {
     Interpolation = new CameraInterpolation();
 }
예제 #2
0
파일: Camera.cs 프로젝트: Yul-Ken/Scallion
 /// <summary>
 /// Initializes a new instance of the <see cref="CameraKeyFrame"/> class.
 /// </summary>
 public CameraKeyFrame()
 {
     Interpolation = new CameraInterpolation();
 }