C# 클래스 Epigene.UI.UIVideo

상속: UIBaseObject
파일 보기 프로젝트 열기: fi-content2-games-platform/FIcontent.Gaming.Enabler.phenomobilecharactermanager 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
movie UnityEngine.MovieTexture

공개 메소드들

메소드 설명
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

메소드 상세

Load() 공개 메소드

Load a video from streaming assets
public Load ( string name ) : void
name string
리턴 void

Parse() 공개 메소드

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

Pause() 공개 메소드

Pause the video
public Pause ( ) : void
리턴 void

Play() 공개 메소드

Play the video
public Play ( ) : void
리턴 void

Stop() 공개 메소드

Stop the video
public Stop ( ) : void
리턴 void

UIVideo() 공개 메소드

default ctor
public UIVideo ( GameObject gameObject ) : UnityEngine
gameObject UnityEngine.GameObject
리턴 UnityEngine

UIVideo() 공개 메소드

ctor for create from dictionary
public UIVideo ( GameObject gameObject, object>.Dictionary dict ) : UnityEngine
gameObject UnityEngine.GameObject
dict object>.Dictionary
리턴 UnityEngine

프로퍼티 상세

movie 공개적으로 프로퍼티

video texture to play
public MovieTexture,UnityEngine movie
리턴 UnityEngine.MovieTexture