INTERNAL_CALL_SetStereoViewMatrix() private method

private INTERNAL_CALL_SetStereoViewMatrix ( Camera self, StereoscopicEye eye, Matrix4x4 &matrix ) : void
self Camera
eye StereoscopicEye
matrix Matrix4x4
return void
コード例 #1
0
ファイル: Camera.cs プロジェクト: lsx6244413/UnityDecomplie
 public void SetStereoViewMatrix(Camera.StereoscopicEye eye, Matrix4x4 matrix)
 {
     Camera.INTERNAL_CALL_SetStereoViewMatrix(this, eye, ref matrix);
 }