Show / Hide Table of Contents

Class Display

Inheritance
Object
Display
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public class Display

Fields

| Improve this Doc View Source

displays

Declaration
public static Display[] displays
Field Value
Type Description
Display[]

Properties

| Improve this Doc View Source

active

Declaration
public bool active { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

colorBuffer

Declaration
public RenderBuffer colorBuffer { get; }
Property Value
Type Description
RenderBuffer
| Improve this Doc View Source

depthBuffer

Declaration
public RenderBuffer depthBuffer { get; }
Property Value
Type Description
RenderBuffer
| Improve this Doc View Source

main

Declaration
public static Display main { get; }
Property Value
Type Description
Display
| Improve this Doc View Source

renderingHeight

Declaration
public int renderingHeight { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

renderingWidth

Declaration
public int renderingWidth { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

systemHeight

Declaration
public int systemHeight { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

systemWidth

Declaration
public int systemWidth { get; }
Property Value
Type Description
Int32

Methods

| Improve this Doc View Source

Activate()

Declaration
public void Activate()
| Improve this Doc View Source

Activate(Int32, Int32, Int32)

Declaration
public void Activate(int width, int height, int refreshRate)
Parameters
Type Name Description
Int32 width
Int32 height
Int32 refreshRate
| Improve this Doc View Source

MultiDisplayLicense()

Declaration
[Obsolete("MultiDisplayLicense has been deprecated.", false)]
public static bool MultiDisplayLicense()
Returns
Type Description
Boolean
| Improve this Doc View Source

RelativeMouseAt(Vector3)

Declaration
public static Vector3 RelativeMouseAt(Vector3 inputMouseCoordinates)
Parameters
Type Name Description
Vector3 inputMouseCoordinates
Returns
Type Description
Vector3
| Improve this Doc View Source

SetParams(Int32, Int32, Int32, Int32)

Declaration
public void SetParams(int width, int height, int x, int y)
Parameters
Type Name Description
Int32 width
Int32 height
Int32 x
Int32 y
| Improve this Doc View Source

SetRenderingResolution(Int32, Int32)

Declaration
public void SetRenderingResolution(int w, int h)
Parameters
Type Name Description
Int32 w
Int32 h

Events

| Improve this Doc View Source

onDisplaysUpdated

Declaration
public static event Display.DisplaysUpdatedDelegate onDisplaysUpdated
Event Type
Type Description
Display.DisplaysUpdatedDelegate

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX