INTERNAL_CALL_ResetAspect() 개인적인 메소드

private INTERNAL_CALL_ResetAspect ( Camera self ) : void
self Camera
리턴 void
예제 #1
0
 /// <summary>
 ///   <para>Revert the aspect ratio to the screen's aspect ratio.</para>
 /// </summary>
 public void ResetAspect()
 {
     Camera.INTERNAL_CALL_ResetAspect(this);
 }