Steam
Protected Member Functions | Protected Attributes | Properties | List of all members
LapinerTools.Steam.UI.SteamWorkshopPopupUpload Class Reference

This is the Workshop item upload popup. It wraps the SteamWorkshopUIUpload class, which can be accessed through SteamWorkshopPopupUpload.UploadUI. This class is attached to the popup_steam_ugc_upload_root prefab. Trigger this popup like this:
uMyGUI_PopupManager.Instance.ShowPopup("steam_ugc_upload"); More...

Inherits uMyGUI_Popup.

Protected Member Functions

override void Start ()
 Will register for the SteamWorkshopUIUpload.OnFinishedUpload event to hide itself when the work is done. More...
 

Protected Attributes

SteamWorkshopUIUpload m_uploadUI
 

Properties

SteamWorkshopUIUpload UploadUI [get]
 Use this property to access the SteamWorkshopUIUpload class. More...
 

Detailed Description

This is the Workshop item upload popup. It wraps the SteamWorkshopUIUpload class, which can be accessed through SteamWorkshopPopupUpload.UploadUI. This class is attached to the popup_steam_ugc_upload_root prefab. Trigger this popup like this:
uMyGUI_PopupManager.Instance.ShowPopup("steam_ugc_upload");

Member Function Documentation

◆ Start()

override void LapinerTools.Steam.UI.SteamWorkshopPopupUpload.Start ( )
protected

Will register for the SteamWorkshopUIUpload.OnFinishedUpload event to hide itself when the work is done.

Member Data Documentation

◆ m_uploadUI

SteamWorkshopUIUpload LapinerTools.Steam.UI.SteamWorkshopPopupUpload.m_uploadUI
protected

Property Documentation

◆ UploadUI

SteamWorkshopUIUpload LapinerTools.Steam.UI.SteamWorkshopPopupUpload.UploadUI
get

Use this property to access the SteamWorkshopUIUpload class.


The documentation for this class was generated from the following file: