Table of Contents

Class EnqueScene2DEntry

Namespace
LibGFX.Core
Assembly
LibGFX.dll

Represents an entry for enqueuing a 2D scene element, including the element, its target layer, an optional action to perform during enqueuing, and any additional data.

public class EnqueScene2DEntry : IEnqueEntry
Inheritance
EnqueScene2DEntry
Implements
Inherited Members

Properties

Element

Gets or sets the game element associated with this instance.

public GameElement Element { get; set; }

Property Value

GameElement

EnqueAction

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

Property Value

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

ExtraData

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

Property Value

Dictionary<string, object>

LayerName

public string LayerName { get; set; }

Property Value

string