This repository was archived by the owner on Mar 26, 2024. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork 3
UDBase.Controllers.SceneSystem.UI
KonH edited this page Feb 23, 2018
·
2 revisions
Component to show IScene loading progress on UnityEngine.UI.Text (in percent format) and Image (use fill amount)
publicclassUDBase.Controllers.SceneSystem.UI.LoadingView
:MonoBehaviourFields
| Type | Name | Summary |
|---|---|---|
Int32 | PercentDecimals | |
Text | PercentText | |
Image | ProgressBar |
Methods
| Type | Name | Summary |
|---|---|---|
void | Init(AsyncLoadHelper helper) | Init with dependencies |
ActionButton to load scene by name via IScene component
publicclassUDBase.Controllers.SceneSystem.UI.SceneLoadButton
:ActionButtonFields
| Type | Name | Summary |
|---|---|---|
String | Name | Scene name to load on click |
Methods
| Type | Name | Summary |
|---|---|---|
void | Init(IScene scene) | Init with dependencies |
Boolean | IsInteractable() | |
Boolean | IsVisible() | |
void | OnClick() |
Base ActionButton to load scene by typed parameter via IScene controller
publicabstractclassUDBase.Controllers.SceneSystem.UI.SceneParamLoadButton<T>:ActionButtonFields
| Type | Name | Summary |
|---|---|---|
String | Param | |
T | Type |
Methods
| Type | Name | Summary |
|---|---|---|
void | Init(IScene scene) | Init with dependencies |
Boolean | IsInteractable() | |
Boolean | IsVisible() | |
void | OnClick() |