Class GameAction
- Namespace
- Playnite
- Assembly
- Playnite.SDK.dll
A base class for objects of which the properties must be observable.
public abstract class GameAction : LibraryObject, INotifyPropertyChanged, INotifyPropertyChanging, ICopyable<GameAction>
- Inheritance
-
GameAction
- Implements
- Derived
- Inherited Members
Properties
IsPlayAction
[ExcludeFromCodeCoverage]
public bool IsPlayAction { get; set; }
Property Value
Methods
GetCopy()
public abstract GameAction GetCopy()
Returns
GetDiffProperties(GameAction)
public abstract HashSet<string> GetDiffProperties(GameAction target)
Parameters
targetGameAction