VROverlay Class
Namespace: Stride.VirtualReality
Assembly: Stride.VirtualReality.dll
System.Object →
VROverlay
Derived from VROverlay:
public abstract class VROverlay
|
Improve this Doc
View Source
Fields
FollowHeadRotation
public bool FollowHeadRotation
Field Value
Type |
Description |
System.Boolean |
|
Position
Field Value
Rotation
public Quaternion Rotation
Field Value
SurfaceSize
public Vector2 SurfaceSize
Field Value
|
Improve this Doc
View Source
Properties
Enabled
public virtual bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Height
public int Height { get; protected set; }
Property Value
Type |
Description |
System.Int32 |
|
Width
public int Width { get; protected set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Methods
Dispose()
public abstract void Dispose()
UpdateSurface(CommandList, Texture)
public abstract void UpdateSurface(CommandList commandList, Texture texture)
Parameters
Extension Methods