Table of Contents

Interface IEnqueEntry

Namespace
LibGFX.Core
Assembly
LibGFX.dll
public interface IEnqueEntry

Properties

Element

Gets or sets the game element associated with this instance.

GameElement Element { get; set; }

Property Value

GameElement

EnqueAction

Action<BaseScene, GameElement, Dictionary<string, object>>? EnqueAction { get; set; }

Property Value

Action<BaseScene, GameElement, Dictionary<string, object>>

ExtraData

Dictionary<string, object>? ExtraData { get; set; }

Property Value

Dictionary<string, object>