Struct WebCamDevice
Assembly: UnityEngine.dll
Syntax
public struct WebCamDevice
Properties
|
Improve this Doc
View Source
availableResolutions
Declaration
public Resolution[] availableResolutions { get; }
Property Value
|
Improve this Doc
View Source
depthCameraName
Declaration
public string depthCameraName { get; }
Property Value
|
Improve this Doc
View Source
isAutoFocusPointSupported
Declaration
public bool isAutoFocusPointSupported { get; }
Property Value
|
Improve this Doc
View Source
isFrontFacing
Declaration
public bool isFrontFacing { get; }
Property Value
|
Improve this Doc
View Source
kind
Declaration
public WebCamKind kind { get; }
Property Value
|
Improve this Doc
View Source
name
Declaration
public string name { get; }
Property Value
Extension Methods