Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    VRRendererSettings Class

    Namespace: Stride.Rendering.Compositing
    Assembly: Stride.Engine.dll
    System.Object → VRRendererSettings
    Derived from VRRendererSettings:

    [DataContract]
    public class VRRendererSettings
    Name Description
    Fields
    MirrorScaler
    RenderViews
    VRDevice
    Properties
    CopyMirror

    Specifies if VR rendering should be copied to the current render target.

    Enabled
    IgnoreCameraRotation
    IgnoreDevicePosition
    IgnoreDeviceRotation
    Overlays
    RequiredApis
    | Improve this Doc View Source

    Fields


    MirrorScaler

    public ImageScaler MirrorScaler
    Field Value
    Type Description
    ImageScaler

    RenderViews

    public RenderView[] RenderViews
    Field Value
    Type Description
    RenderView[]

    VRDevice

    public VRDevice VRDevice
    Field Value
    Type Description
    VRDevice
    | Improve this Doc View Source

    Properties


    CopyMirror

    Specifies if VR rendering should be copied to the current render target.

    [DataMember(25)]
    public bool CopyMirror { get; set; }
    Property Value
    Type Description
    System.Boolean

    Enabled

    [DataMember(10)]
    public bool Enabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    IgnoreCameraRotation

    [DataMember(20)]
    public bool IgnoreCameraRotation { get; set; }
    Property Value
    Type Description
    System.Boolean

    IgnoreDevicePosition

    [DataMember(27)]
    public bool IgnoreDevicePosition { get; set; }
    Property Value
    Type Description
    System.Boolean

    IgnoreDeviceRotation

    [DataMember(25)]
    public bool IgnoreDeviceRotation { get; set; }
    Property Value
    Type Description
    System.Boolean

    Overlays

    [DataMember(40)]
    public List<VROverlayRenderer> Overlays { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<VROverlayRenderer>

    RequiredApis

    [DataMember(30)]
    public List<VRDeviceDescription> RequiredApis { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<VRDeviceDescription>

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation