Class UserSubTaskCloseUI
Inherited Members
Namespace: Eco.Gameplay.Tutorial.Internal
Assembly: Eco.Gameplay.dll
Syntax
public class UserSubTaskCloseUI : UserSubTaskSubscribe<string>, IController, IViewController, IHasUniversalID, INotifyPropertyChanged
Constructors
UserSubTaskCloseUI()
Declaration
public UserSubTaskCloseUI()
Fields
UIName
Declaration
public string UIName
Field Value
Type | Description |
---|---|
System.String |
Properties
Subscription
Declaration
protected override ThreadSafeAction<string> Subscription { get; }
Property Value
Type | Description |
---|---|
ThreadSafeAction<System.String> |
Overrides
Eco.Gameplay.Tutorial.UserSubTaskSubscribe<System.String>.Subscription
Methods
IsComplete(String)
Declaration
protected override bool IsComplete(string uiName)
Parameters
Type | Name | Description |
---|---|---|
System.String | uiName |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
Eco.Gameplay.Tutorial.UserSubTaskSubscribe<System.String>.IsComplete(System.String)
OnDeInit()
Declaration
protected override void OnDeInit()
Overrides
Eco.Gameplay.Tutorial.UserSubTaskSubscribe<System.String>.OnDeInit()
OnInit()
Declaration
protected override void OnInit()
Overrides
Eco.Gameplay.Tutorial.UserSubTaskSubscribe<System.String>.OnInit()
Implements
System.ComponentModel.INotifyPropertyChanged