Class UserSubTaskCreateRubble
Inheritance
System.Object
UserSubTaskCreateRubble
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Eco.Gameplay.dll
Syntax
public class UserSubTaskCreateRubble : UserSubTaskSubscribe<string>, IController, IViewController, IHasUniversalID, INotifyPropertyChanged
Constructors
UserSubTaskCreateRubble()
Declaration
public UserSubTaskCreateRubble()
Fields
RubbleItemNames
Declaration
public string[] RubbleItemNames
Field Value
Type |
Description |
System.String[] |
|
Properties
RubbleItemName
Declaration
public string RubbleItemName { get; set; }
Property Value
Type |
Description |
System.String |
|
Subscription
Declaration
protected override ThreadSafeAction<string> Subscription { get; }
Property Value
Overrides
Eco.Gameplay.Tutorial.UserSubTaskSubscribe<System.String>.Subscription
Methods
IsComplete(String)
Declaration
protected override bool IsComplete(string rubbleItemName)
Parameters
Type |
Name |
Description |
System.String |
rubbleItemName |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
Eco.Gameplay.Tutorial.UserSubTaskSubscribe<System.String>.IsComplete(System.String)
Implements
System.ComponentModel.INotifyPropertyChanged
Extension Methods