Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

UDBase.Controllers.SceneSystem.UI

KonH edited this page Feb 23, 2018 · 2 revisions

LoadingView

Component to show IScene loading progress on UnityEngine.UI.Text (in percent format) and Image (use fill amount)

publicclassUDBase.Controllers.SceneSystem.UI.LoadingView
:MonoBehaviour

Fields

TypeNameSummary
Int32PercentDecimals
TextPercentText
ImageProgressBar

Methods

TypeNameSummary
voidInit(AsyncLoadHelper helper)Init with dependencies

SceneLoadButton

ActionButton to load scene by name via IScene component

publicclassUDBase.Controllers.SceneSystem.UI.SceneLoadButton
:ActionButton

Fields

TypeNameSummary
StringNameScene name to load on click

Methods

TypeNameSummary
voidInit(IScene scene)Init with dependencies
BooleanIsInteractable()
BooleanIsVisible()
voidOnClick()

SceneParamLoadButton<T>

Base ActionButton to load scene by typed parameter via IScene controller

publicabstractclassUDBase.Controllers.SceneSystem.UI.SceneParamLoadButton<T>:ActionButton

Fields

TypeNameSummary
StringParam
TType

Methods

TypeNameSummary
voidInit(IScene scene)Init with dependencies
BooleanIsInteractable()
BooleanIsVisible()
voidOnClick()

Clone this wiki locally