Table of Contents

Class UploadCompleteUI

Namespace
DefaultNamespace
Assembly
Assembly-CSharp.dll
public class UploadCompleteUI : MonoBehaviour
Inheritance
UploadCompleteUI
Inherited Members
Extension Methods

Constructors

UploadCompleteUI()

public UploadCompleteUI()

Fields

m_ViewsText

public string m_ViewsText

Field Value

string

m_comments

public List<CommentUI> m_comments

Field Value

List<CommentUI>

m_commentsParent

public Transform m_commentsParent

Field Value

Transform

m_commentsPrefab

public GameObject m_commentsPrefab

Field Value

GameObject

m_onPlayed

public Action m_onPlayed

Field Value

Action

m_replayComments

public Comment[] m_replayComments

Field Value

Comment[]

m_replayVideo

public IPlayableVideo m_replayVideo

Field Value

IPlayableVideo

m_replayViews

public int m_replayViews

Field Value

int

m_saveToDesktopCurve

public AnimationCurve m_saveToDesktopCurve

Field Value

AnimationCurve

m_saveToDesktopGroup

public CanvasGroup m_saveToDesktopGroup

Field Value

CanvasGroup

m_saveToDesktopInteractable

public SaveVideoToDesktopInteractable m_saveToDesktopInteractable

Field Value

SaveVideoToDesktopInteractable

m_videoPlayer

public VideoPlayer m_videoPlayer

Field Value

VideoPlayer

m_views

public TextMeshProUGUI m_views

Field Value

TextMeshProUGUI

m_viewsCurve

public AnimationCurve m_viewsCurve

Field Value

AnimationCurve

Methods

DisplayComment(Comment)

public void DisplayComment(Comment comment)

Parameters

comment Comment

DisplayVideoEval(int, Comment[], CameraRecording)

public IEnumerator DisplayVideoEval(int views, Comment[] comments, CameraRecording recording)

Parameters

views int
comments Comment[]
recording CameraRecording

Returns

IEnumerator

OnDisable()

public void OnDisable()

PlayVideo(IPlayableVideo, int, Comment[], Action)

public void PlayVideo(IPlayableVideo playableVideo, int views, Comment[] comments, Action onPlayed)

Parameters

playableVideo IPlayableVideo
views int
comments Comment[]
onPlayed Action

Replay()

public void Replay()