Show / Hide Table of Contents

Class XRExampleSubsystemDescriptor

Inheritance
Object
IntegratedSubsystemDescriptor
IntegratedSubsystemDescriptor<XRExampleSubsystem>
XRExampleSubsystemDescriptor
Implements
ISubsystemDescriptor
Inherited Members
IntegratedSubsystemDescriptor<XRExampleSubsystem>.Create()
IntegratedSubsystemDescriptor.id
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.Experimental.XR
Assembly: UnityEngine.dll
Syntax
public class XRExampleSubsystemDescriptor : IntegratedSubsystemDescriptor<XRExampleSubsystem>, ISubsystemDescriptor, ISubsystemDescriptorImpl

Properties

disableBackbufferMSAA

Declaration
public bool disableBackbufferMSAA { get; }
Property Value
Type Description
Boolean

stereoscopicBackbuffer

Declaration
public bool stereoscopicBackbuffer { get; }
Property Value
Type Description
Boolean

supportsEditorMode

Declaration
public bool supportsEditorMode { get; }
Property Value
Type Description
Boolean

usePBufferEGL

Declaration
public bool usePBufferEGL { get; }
Property Value
Type Description
Boolean

Implements

ISubsystemDescriptor

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX