Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
UnityEngine
MovieTexture
C# Class UnityEngine.MovieTexture
Inheritance:
Texture
Datei anzeigen
Open project: randomize/VimConfig
Class Usage Examples
Public Methods
Method
Description
MovieTexture
( )
Pause
( ) :
void
Play
( ) :
void
Stop
( ) :
void
Private Methods
Method
Description
INTERNAL_CALL_Pause
(
MovieTexture
self
) :
void
INTERNAL_CALL_Play
(
MovieTexture
self
) :
void
INTERNAL_CALL_Stop
(
MovieTexture
self
) :
void
Method Details
MovieTexture()
public
method
public
MovieTexture
( )
Pause()
public
method
public
Pause
( ) :
void
return
void
Play()
public
method
public
Play
( ) :
void
return
void
Stop()
public
method
public
Stop
( ) :
void
return
void