Watson Developer Cloud Unity SDK  1.0.0
The Unity SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.DeveloperCloud.DataTypes.WebCamTextureData Class Reference

This class holds a reference to WebCamTexture. More...

Inheritance diagram for IBM.Watson.DeveloperCloud.DataTypes.WebCamTextureData:
IBM.Watson.DeveloperCloud.Widgets.Widget.Data

Public Member Functions

 WebCamTextureData ()
 Default constructor. More...
 
 WebCamTextureData (WebCamTexture camTexture, int requestedWidth=640, int requestedHeight=480, int requestedFPS=60)
 <exclude> More...
 
override string GetName ()
 Name of this data type. More...
 

Properties

WebCamTexture CamTexture [get, set]
 The WebCamTexture. More...
 
int RequestedWidth [get, set]
 The Requested Width of the WebCamTexture More...
 
int RequestedHeight [get, set]
 The Requested Height of the WebCamTexture. More...
 
int RequestedFPS [get, set]
 The Requested FPS of the WebCamTexture. More...
 
- Properties inherited from IBM.Watson.DeveloperCloud.Widgets.Widget.Data
string Name [get]
 Name of this data type. More...
 

Detailed Description

This class holds a reference to WebCamTexture.

Constructor & Destructor Documentation

IBM.Watson.DeveloperCloud.DataTypes.WebCamTextureData.WebCamTextureData ( )
inline

Default constructor.

IBM.Watson.DeveloperCloud.DataTypes.WebCamTextureData.WebCamTextureData ( WebCamTexture  camTexture,
int  requestedWidth = 640,
int  requestedHeight = 480,
int  requestedFPS = 60 
)
inline

<exclude>

Constructor.

Parameters
camTextureThe WebCamTexture.

Member Function Documentation

override string IBM.Watson.DeveloperCloud.DataTypes.WebCamTextureData.GetName ( )
inlinevirtual

Name of this data type.

Returns
The readable name.

Implements IBM.Watson.DeveloperCloud.Widgets.Widget.Data.

Property Documentation

WebCamTexture IBM.Watson.DeveloperCloud.DataTypes.WebCamTextureData.CamTexture
getset

The WebCamTexture.

int IBM.Watson.DeveloperCloud.DataTypes.WebCamTextureData.RequestedFPS
getset

The Requested FPS of the WebCamTexture.

int IBM.Watson.DeveloperCloud.DataTypes.WebCamTextureData.RequestedHeight
getset

The Requested Height of the WebCamTexture.

int IBM.Watson.DeveloperCloud.DataTypes.WebCamTextureData.RequestedWidth
getset

The Requested Width of the WebCamTexture


The documentation for this class was generated from the following file: