Class MovieTexture
Assembly: UnityEngine.dll
Syntax
[Obsolete("MovieTexture is deprecated. Use VideoPlayer instead.", false)]
public sealed class MovieTexture : Texture
Properties
audioClip
Declaration
public AudioClip audioClip { get; }
Property Value
duration
Declaration
public float duration { get; }
Property Value
isPlaying
Declaration
public bool isPlaying { get; }
Property Value
isReadyToPlay
Declaration
public bool isReadyToPlay { get; }
Property Value
loop
Declaration
public bool loop { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Pause()
Declaration
|
Improve this Doc
View Source
Play()
Declaration
|
Improve this Doc
View Source
Stop()
Declaration
Extension Methods