Show / Hide Table of Contents

Struct Resolution

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public struct Resolution

Properties

| Improve this Doc View Source

height

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

refreshRate

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

width

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

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
String
Overrides
ValueType.ToString()

Extension Methods

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