Struct UILayerScope
Scope that make rendering cells inside into UI layer
Implements
Examples
using AngeliA;
namespace AngeliaGame;
public class Example {
[OnGameUpdate]
internal static void OnGameUpdate () {
using (new UILayerScope()) {
// Rendering cells inside will draw into UI layer
}
}
}
Constructors
UILayerScope()
Scope that make rendering cells inside into UI layer
Declaration
public UILayerScope()
UILayerScope(bool)
Scope that make rendering cells inside into UI layer
Declaration
public UILayerScope(bool ignoreSorting)
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()