Beamable SDK
|
Public Member Functions | |
DownloadContentVisualElement (string name) | |
override void | Refresh () |
Public Member Functions inherited from Beamable.Editor.Content.Components.ContentManagerComponent | |
ContentManagerComponent (string name) | |
Public Member Functions inherited from Beamable.Editor.UI.Common.BeamableBasicVisualElement | |
void | Refresh (IDependencyProvider provider) |
virtual void | Init () |
void | Destroy () |
Protected Member Functions | |
virtual List< ContentDownloadEntryDescriptor > | GetModiffiedSource (DownloadSummary summary) |
virtual List< ContentDownloadEntryDescriptor > | GetAdditionSource (DownloadSummary summary) |
virtual List< ContentDownloadEntryDescriptor > | GetDeleteSource (DownloadSummary summary) |
virtual void | SetMessageLabel () |
virtual void | SetDownloadSuccessMessageLabel () |
virtual void | OnDownloadSuccess () |
Protected Member Functions inherited from Beamable.Editor.UI.Components.BeamableVisualElement | |
BeamableVisualElement (string commonPath) | |
Protected Member Functions inherited from Beamable.Editor.UI.Common.BeamableBasicVisualElement | |
BeamableBasicVisualElement (string ussPath, bool createRoot=true) | |
virtual void | OnDestroy () |
virtual void | OnDetach () |
Protected Attributes | |
Label | _messageLabel |
Properties | |
Promise< DownloadSummary > | Model [getset] |
Properties inherited from Beamable.Editor.UI.Common.BeamableBasicVisualElement | |
VisualElement | Root [getset] |
string | UssPath [get] |
Events | |
Action | OnRefreshContentManager |
Action | OnCancelled |
Action | OnClosed |
Action< DownloadSummary, HandleContentProgress, HandleDownloadFinished > | OnDownloadStarted |
Additional Inherited Members | |
Public Attributes inherited from Beamable.Editor.UI.Common.BeamableBasicVisualElement | |
IDependencyProvider | provider |
|
inlinevirtual |
Reimplemented from Beamable.Editor.UI.Components.BeamableVisualElement.