C# Class UnityEngine.MovieTexture

Inheritance: Texture
Afficher le fichier Open project: randomize/VimConfig Class Usage Examples

Méthodes publiques

Méthode Description
MovieTexture ( )
Pause ( ) : void
Play ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
INTERNAL_CALL_Pause ( MovieTexture self ) : void
INTERNAL_CALL_Play ( MovieTexture self ) : void
INTERNAL_CALL_Stop ( MovieTexture self ) : void

Method Details

MovieTexture() public méthode

public MovieTexture ( )

Pause() public méthode

public Pause ( ) : void
Résultat void

Play() public méthode

public Play ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void