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
public List<CommentUI> m_comments
Field Value
- List<CommentUI>
public Transform m_commentsParent
Field Value
- Transform
public GameObject m_commentsPrefab
Field Value
- GameObject
m_onPlayed
Field Value
- Action
public Comment[] m_replayComments
Field Value
- Comment[]
m_replayVideo
public IPlayableVideo m_replayVideo
Field Value
- IPlayableVideo
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
public void DisplayComment(Comment comment)
Parameters
comment
Comment
public IEnumerator DisplayVideoEval(int views, Comment[] comments, CameraRecording recording)
Parameters
views
int
comments
Comment[]
recording
CameraRecording
Returns
- IEnumerator
OnDisable()
public void PlayVideo(IPlayableVideo playableVideo, int views, Comment[] comments, Action onPlayed)
Parameters
playableVideo
IPlayableVideo
views
int
comments
Comment[]
onPlayed
Action
Replay()