Show / Hide Table of Contents

Struct CameraParameters

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine.XR.WSA.WebCam
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
Type Name Description
WebCamMode webCamMode

Properties

| Improve this Doc View Source

cameraResolutionHeight

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

cameraResolutionWidth

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

frameRate

Declaration
public float frameRate { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

hologramOpacity

Declaration
public float hologramOpacity { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

pixelFormat

Declaration
public CapturePixelFormat pixelFormat { get; set; }
Property Value
Type Description
CapturePixelFormat

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