Interface IEnqueEntry
public interface IEnqueEntry
Properties
Element
Gets or sets the game element associated with this instance.
GameElement Element { get; set; }
Property Value
EnqueAction
Action<BaseScene, GameElement, Dictionary<string, object>>? EnqueAction { get; set; }
Property Value
ExtraData
Dictionary<string, object>? ExtraData { get; set; }