Show / Hide Table of Contents

Struct WebCamDevice

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

Properties

| Improve this Doc View Source

availableResolutions

Declaration
public Resolution[] availableResolutions { get; }
Property Value
Type Description
Resolution[]
| Improve this Doc View Source

depthCameraName

Declaration
public string depthCameraName { get; }
Property Value
Type Description
String
| Improve this Doc View Source

isAutoFocusPointSupported

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

isFrontFacing

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

kind

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

name

Declaration
public string name { get; }
Property Value
Type Description
String

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