Exemplo n.º 1
0
        public virtual void Stop()
        {
            if (Player)
            {
                Player.Stop();
            }
            playCTS?.Cancel();
            playCTS?.Dispose();
            playCTS = null;

            videoLoader?.Release(playedMovieName, this);
            playedMovieName = null;

            OnMovieStop?.Invoke();
        }
Exemplo n.º 2
0
 public virtual void UnloadCGTexture()
 {
     textureLoader?.Release(textureLocalPath, this);
 }