Class VROverlay
- Namespace
- Stride.VirtualReality
- Assembly
- Stride.VirtualReality.dll
public abstract class VROverlay
- Inheritance
-
VROverlay
Fields
FollowHeadRotation
public bool FollowHeadRotation
Field Value
Position
public Vector3 Position
Field Value
Rotation
public Quaternion Rotation
Field Value
SurfaceSize
public Vector2 SurfaceSize
Field Value
Properties
Enabled
public virtual bool Enabled { get; set; }
Property Value
Height
public int Height { get; protected set; }
Property Value
Width
public int Width { get; protected set; }
Property Value
Methods
Dispose()
public abstract void Dispose()
UpdateSurface(CommandList, Texture)
public abstract void UpdateSurface(CommandList commandList, Texture texture)
Parameters
commandList
CommandListtexture
Texture