Class TriggerSettings
Inheritance
System.Object
TriggerSettings
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Eco.Gameplay.dll
Syntax
public class TriggerSettings : Object, IHasClientControlledContainers, IController, IViewController, IHasUniversalID, IProvidesContext, INotifyPropertyChanged, ICopyable, IValidity
Constructors
TriggerSettings()
Declaration
Properties
Configs
Declaration
public ControllerList<TriggerConfig> Configs { get; set; }
Property Value
ContextProvided
Declaration
public IEnumerable<IContextValue> ContextProvided { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<IContextValue> |
|
ControllerID
Declaration
public ref int ControllerID { get; }
Property Value
Type |
Description |
System.Int32 |
|
Icon
Declaration
public Type Icon { get; }
Property Value
Type |
Description |
System.Type |
|
Trigger
Declaration
public Type Trigger { get; set; }
Property Value
Type |
Description |
System.Type |
|
Methods
CopyFrom(Object)
Declaration
public CopyResult CopyFrom(object source)
Parameters
Type |
Name |
Description |
System.Object |
source |
|
Returns
Describe()
Declaration
Returns
Type |
Description |
System.String |
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged
Extension Methods