Table of Contents

Class VRDeviceDescription

Namespace
Stride.Rendering.Compositing
Assembly
Stride.Engine.dll
[DataContract]
public class VRDeviceDescription
Inheritance
VRDeviceDescription

Properties

Api

[DataMember(10)]
public VRApi Api { get; set; }

Property Value

VRApi

ResolutionScale

Scales the render resolution, note that this compounds with the user-specified resolution multiplier

[DataMember(20)]
public float ResolutionScale { get; set; }

Property Value

float