Class EnqueScene2DEntry
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
EnqueAction
public Action<BaseScene, GameElement, Dictionary<string, object>>? EnqueAction { get; set; }
Property Value
ExtraData
public Dictionary<string, object>? ExtraData { get; set; }
Property Value
LayerName
public string LayerName { get; set; }