Vixen
02b45cc4
csharp
public enum XrEye

Which of a stereo pair a view is.

No guide page documents this yet — the page shows what the code says about itself.

Remarks

A name for what is otherwise an index into an array of two, because "view 0" is not something anybody can check by reading. The index is still what the runtime uses; this is what the game uses.

Fields and properties (2)

  • Left

    The left eye — view 0 of a stereo configuration.

  • Right

    The right eye — view 1.

Used by (2)

  • NullXrBackendTestsVixen.Xr.Tests
  • NullXrSessionVixen.Xr