Class UserSubTaskShowCursor
Inheritance
System.Object
UserSubTaskShowCursor
Inherited Members
Namespace: Eco.Gameplay.Tutorial.Internal
Assembly: Eco.Gameplay.dll
Syntax
public class UserSubTaskShowCursor : UserSubTaskSubscribe<TutorialWatch, Type>, IController, IViewController, IHasUniversalID, INotifyPropertyChanged
Constructors
UserSubTaskShowCursor()
Declaration
public UserSubTaskShowCursor()
Properties
Subscription
Declaration
protected override ThreadSafeAction<TutorialWatch, Type> Subscription { get; }
Property Value
Type | Description |
---|---|
ThreadSafeAction<TutorialWatch, System.Type> |
Overrides
Eco.Gameplay.Tutorial.UserSubTaskSubscribe<Eco.Shared.Items.TutorialWatch, System.Type>.Subscription
Methods
IsComplete(TutorialWatch, Type)
Declaration
protected override bool IsComplete(TutorialWatch flag, Type type)
Parameters
Type | Name | Description |
---|---|---|
TutorialWatch | flag | |
System.Type | type |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
Eco.Gameplay.Tutorial.UserSubTaskSubscribe<Eco.Shared.Items.TutorialWatch, System.Type>.IsComplete(Eco.Shared.Items.TutorialWatch, System.Type)
OnDeInit()
Declaration
protected override void OnDeInit()
Overrides
Eco.Gameplay.Tutorial.UserSubTaskSubscribe<Eco.Shared.Items.TutorialWatch, System.Type>.OnDeInit()
OnInit()
Declaration
protected override void OnInit()
Overrides
Eco.Gameplay.Tutorial.UserSubTaskSubscribe<Eco.Shared.Items.TutorialWatch, System.Type>.OnInit()
Implements
System.ComponentModel.INotifyPropertyChanged