Click or drag to resize

WebCamTextureData Constructor (WebCamTexture, Int32, Int32, Int32)

Constructor.

Namespace:  IBM.Watson.DeveloperCloud.DataTypes
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public WebCamTextureData(
	WebCamTexture camTexture,
	int requestedWidth = 640,
	int requestedHeight = 480,
	int requestedFPS = 60
)

Parameters

camTexture
Type: WebCamTexture
The WebCamTexture.
requestedWidth (Optional)
Type: SystemInt32

[Missing <param name="requestedWidth"/> documentation for "M:IBM.Watson.DeveloperCloud.DataTypes.WebCamTextureData.#ctor(UnityEngine.WebCamTexture,System.Int32,System.Int32,System.Int32)"]

requestedHeight (Optional)
Type: SystemInt32

[Missing <param name="requestedHeight"/> documentation for "M:IBM.Watson.DeveloperCloud.DataTypes.WebCamTextureData.#ctor(UnityEngine.WebCamTexture,System.Int32,System.Int32,System.Int32)"]

requestedFPS (Optional)
Type: SystemInt32

[Missing <param name="requestedFPS"/> documentation for "M:IBM.Watson.DeveloperCloud.DataTypes.WebCamTextureData.#ctor(UnityEngine.WebCamTexture,System.Int32,System.Int32,System.Int32)"]

See Also