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