示例#1
0
 public void StartCamera()
 {
     if (!mWebCamTexture.IsPlaying)
     {
         mWebCamTexture.Play();
     }
 }
示例#2
0
 public void StartCamera()
 {
     mWebcamPlaying = true;
     if (!mWebCamTexture.IsPlaying)
     {
         mWebCamTexture.Play();
     }
 }