Class VirtualScreen
- Namespace
- KmaxXR
- Assembly
- KmaxXR.Core.dll
public class VirtualScreen
- Inheritance
-
VirtualScreen
- Inherited Members
-
Constructors
VirtualScreen()
Properties
Height
public float Height { get; }
Property Value
- float
LeftBottom
public Vector3 LeftBottom { get; }
Property Value
- Vector3
LeftTop
public Vector3 LeftTop { get; }
Property Value
- Vector3
RightBottom
public Vector3 RightBottom { get; }
Property Value
- Vector3
RightTop
public Vector3 RightTop { get; }
Property Value
- Vector3
ScreenSizeInch
public float ScreenSizeInch { get; }
Property Value
- float
Size
public Vector2 Size { get; }
Property Value
- Vector2
Width
public float Width { get; }
Property Value
- float
Methods
ToString()
public override string ToString()
Returns
- string