Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
C# (CSharp) UnityEngine WebCamTexture.INTERNAL_CALL_Pause示例
编程语言:
C# (CSharp)
命名空间/包名称:
UnityEngine
类/类型:
WebCamTexture
方法/功能:
INTERNAL_CALL_Pause
hotexamples.com的示例:
1
C# (CSharp) UnityEngine WebCamTexture.INTERNAL_CALL_Pause - 已找到1个示例
。这些是从开源项目中提取的最受好评的
UnityEngine.WebCamTexture.INTERNAL_CALL_Pause
现实C# (CSharp)示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
Internal_CreateWebCamTexture(6)
GetPixels32(5)
GetPixels(4)
GetPixel(3)
Pause(3)
Play(3)
Stop(3)
INTERNAL_CALL_GetPixel(2)
INTERNAL_CALL_Pause(1)
INTERNAL_CALL_Play(1)
INTERNAL_CALL_Stop(1)
常用方法
Internal_CreateWebCamTexture (6)
GetPixels32 (5)
GetPixels (4)
GetPixel (3)
Pause (3)
Play (3)
Stop (3)
INTERNAL_CALL_GetPixel (2)
INTERNAL_CALL_Pause (1)
INTERNAL_CALL_Play (1)
常用方法
INTERNAL_CALL_Stop (1)
INTERNAL_CALL_Pause()
private
method
private
INTERNAL_CALL_Pause
(
WebCamTexture
self
) :
void
self
WebCamTexture
return
void
WebCamTexture Class Documentation
示例#1
0
显示文件
public void Pause() { WebCamTexture.INTERNAL_CALL_Pause(this); }
x