C# Class VJWebCam, fuze-vj-kit

Inheritance: MonoBehaviour
Datei anzeigen Open project: unity3d-jp/fuze-vj-kit Class Usage Examples

Public Properties

Property Type Description
targetMaterial Material
texturePropertyName string

Public Methods

Method Description
SetWebCamTexture ( int w, int h, int f ) : void
Start ( ) : void

Method Details

SetWebCamTexture() public method

public SetWebCamTexture ( int w, int h, int f ) : void
w int
h int
f int
return void

Start() public method

public Start ( ) : void
return void

Property Details

targetMaterial public_oe property

public Material targetMaterial
return Material

texturePropertyName public_oe property

public string texturePropertyName
return string