Class UserSubTaskSleeping
Inherited Members
Namespace: Eco.Gameplay.Tutorial.Internal
Assembly: Eco.Gameplay.dll
Syntax
public class UserSubTaskSleeping : UserSubTaskSubscribe<User>, IController, IViewController, IHasUniversalID, INotifyPropertyChanged
Constructors
UserSubTaskSleeping()
Declaration
public UserSubTaskSleeping()
Properties
Subscription
Declaration
protected override ThreadSafeAction<User> Subscription { get; }
Property Value
| Type | Description |
|---|---|
| ThreadSafeAction<User> |
Overrides
Eco.Gameplay.Tutorial.UserSubTaskSubscribe<Eco.Gameplay.Players.User>.Subscription
Methods
IsComplete(User)
Declaration
protected override bool IsComplete(User user)
Parameters
| Type | Name | Description |
|---|---|---|
| User | user |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Overrides
Eco.Gameplay.Tutorial.UserSubTaskSubscribe<Eco.Gameplay.Players.User>.IsComplete(Eco.Gameplay.Players.User)
Implements
System.ComponentModel.INotifyPropertyChanged