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