Struct CameraParameters
Assembly: UnityEngine.dll
Syntax
[MovedFrom("UnityEngine.VR.WSA.WebCam")]
public struct CameraParameters
Constructors
|
Improve this Doc
View Source
CameraParameters(WebCamMode)
Declaration
public CameraParameters(WebCamMode webCamMode)
Parameters
Properties
|
Improve this Doc
View Source
cameraResolutionHeight
Declaration
public int cameraResolutionHeight { get; set; }
Property Value
|
Improve this Doc
View Source
cameraResolutionWidth
Declaration
public int cameraResolutionWidth { get; set; }
Property Value
|
Improve this Doc
View Source
frameRate
Declaration
public float frameRate { get; set; }
Property Value
|
Improve this Doc
View Source
hologramOpacity
Declaration
public float hologramOpacity { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public CapturePixelFormat pixelFormat { get; set; }
Property Value
Extension Methods