Class TitleManager
Inheritance
object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
TitleManager
Assembly: Dew.Core.dll
Syntax
public class TitleManager : ManagerBase<TitleManager>, ILogicUpdate, ISettingsChangedCallback
Fields
didConvertSave
Declaration
[NonSerialized]
public bool didConvertSave
Field Value
didNotPlayTutorialObject
Declaration
public GameObject didNotPlayTutorialObject
Field Value
| Type |
Description |
| UnityEngine.GameObject |
|
didPlayTutorialObject
Declaration
public GameObject didPlayTutorialObject
Field Value
| Type |
Description |
| UnityEngine.GameObject |
|
langSelectionView
Declaration
public View langSelectionView
Field Value
onShowLangSelectionView
Declaration
public UnityEvent onShowLangSelectionView
Field Value
| Type |
Description |
| UnityEngine.Events.UnityEvent |
|
riftParticleSystem
Declaration
public ParticleSystem riftParticleSystem
Field Value
| Type |
Description |
| UnityEngine.ParticleSystem |
|
splashView
Declaration
Field Value
Properties
needTutorial
Declaration
public bool needTutorial { get; }
Property Value
Methods
CheckTutorial(Action)
Execute the callback if user has played tutorial.
If not, ask if the user wants to skip the tutorial.
Declaration
public void CheckTutorial(Action callback)
Parameters
| Type |
Name |
Description |
| System.Action |
callback |
|
EnterCollectables()
Declaration
public void EnterCollectables()
EnterContinueDreaming()
Declaration
public void EnterContinueDreaming()
EnterSingleplayerLimbo()
Declaration
public void EnterSingleplayerLimbo()
EnterSingleplayerShapeOfDreams()
Declaration
public void EnterSingleplayerShapeOfDreams()
EnterTutorial()
Declaration
public void EnterTutorial()
ExitToDesktop()
Declaration
public void ExitToDesktop()
JoinLobby(string)
Declaration
public void JoinLobby(string lobbyId)
Parameters
| Type |
Name |
Description |
| string |
lobbyId |
|
LogicUpdate(float)
Declaration
public override void LogicUpdate(float dt)
Parameters
| Type |
Name |
Description |
| float |
dt |
|
Overrides
OnSettingsChanged()
Declaration
public void OnSettingsChanged()
ShowMods()
Declaration
Implements
Extension Methods