INTERNAL_CALL_SetStereoViewMatrix() 개인적인 메소드

private INTERNAL_CALL_SetStereoViewMatrix ( Camera self, StereoscopicEye eye, Matrix4x4 &matrix ) : void
self Camera
eye StereoscopicEye
matrix Matrix4x4
리턴 void
예제 #1
0
 public void SetStereoViewMatrix(Camera.StereoscopicEye eye, Matrix4x4 matrix)
 {
     Camera.INTERNAL_CALL_SetStereoViewMatrix(this, eye, ref matrix);
 }