INTERNAL_CALL_ResetProjectionMatrix() private method

private INTERNAL_CALL_ResetProjectionMatrix ( Camera self ) : void
self Camera
return void
コード例 #1
0
 /// <summary>
 ///   <para>Make the projection reflect normal camera's parameters.</para>
 /// </summary>
 public void ResetProjectionMatrix()
 {
     Camera.INTERNAL_CALL_ResetProjectionMatrix(this);
 }