Class UpdateStaticStopMode
Represents a profile editor command that can be used to update an static condition's play mode.
public class UpdateStaticStopMode : IProfileEditorCommand
- Inheritance
-
objectUpdateStaticStopMode
- Implements
Constructors
UpdateStaticStopMode(StaticCondition, StaticStopMode)
Creates a new instance of the UpdateEventTriggerMode class.
public UpdateStaticStopMode(StaticCondition staticCondition, StaticStopMode value)
Parameters
staticConditionStaticConditionvalueStaticStopMode
Properties
DisplayName
Gets the name of the command
public string DisplayName { get; }
Property Value
Methods
Execute()
Executes the command
public void Execute()
Undo()
Undoes the command
public void Undo()