Table of Contents

Class VROverlay

Namespace
Stride.VirtualReality
Assembly
Stride.VirtualReality.dll
public abstract class VROverlay
Inheritance
VROverlay

Fields

FollowHeadRotation

public bool FollowHeadRotation

Field Value

bool

Position

public Vector3 Position

Field Value

Vector3

Rotation

public Quaternion Rotation

Field Value

Quaternion

SurfaceSize

public Vector2 SurfaceSize

Field Value

Vector2

Properties

Enabled

public virtual bool Enabled { get; set; }

Property Value

bool

Height

public int Height { get; protected set; }

Property Value

int

Width

public int Width { get; protected set; }

Property Value

int

Methods

Dispose()

public abstract void Dispose()

UpdateSurface(CommandList, Texture)

public abstract void UpdateSurface(CommandList commandList, Texture texture)

Parameters

commandList CommandList
texture Texture