C# Class Epigene.UI.UIVideo

Inheritance: UIBaseObject
Afficher le fichier Open project: fi-content2-games-platform/FIcontent.Gaming.Enabler.phenomobilecharactermanager Class Usage Examples

Méthodes publiques

Свойство Type Description
movie UnityEngine.MovieTexture

Méthodes publiques

Méthode Description
Load ( string name ) : void

Load a video from streaming assets

Parse ( object>.Dictionary dict ) : void

Parse the content of the dictionary and create a new gameobjet with this parameter

Pause ( ) : void

Pause the video

Play ( ) : void

Play the video

Stop ( ) : void

Stop the video

UIVideo ( GameObject gameObject ) : UnityEngine

default ctor

UIVideo ( GameObject gameObject, object>.Dictionary dict ) : UnityEngine

ctor for create from dictionary

Method Details

Load() public méthode

Load a video from streaming assets
public Load ( string name ) : void
name string
Résultat void

Parse() public méthode

Parse the content of the dictionary and create a new gameobjet with this parameter
public Parse ( object>.Dictionary dict ) : void
dict object>.Dictionary
Résultat void

Pause() public méthode

Pause the video
public Pause ( ) : void
Résultat void

Play() public méthode

Play the video
public Play ( ) : void
Résultat void

Stop() public méthode

Stop the video
public Stop ( ) : void
Résultat void

UIVideo() public méthode

default ctor
public UIVideo ( GameObject gameObject ) : UnityEngine
gameObject UnityEngine.GameObject
Résultat UnityEngine

UIVideo() public méthode

ctor for create from dictionary
public UIVideo ( GameObject gameObject, object>.Dictionary dict ) : UnityEngine
gameObject UnityEngine.GameObject
dict object>.Dictionary
Résultat UnityEngine

Property Details

movie public_oe property

video texture to play
public MovieTexture,UnityEngine movie
Résultat UnityEngine.MovieTexture