Struct ReverseCellsScope
Scope that make rendering cells reverse in sorting order
Implements
Examples
using AngeliA;
namespace AngeliaGame;
public class Example {
[OnGameUpdate]
internal static void OnGameUpdate () {
using (new ReverseCellsScope()) {
// Rendering cells inside will be reversed in sorting order
}
}
}
Constructors
ReverseCellsScope()
Scope that make rendering cells reverse in sorting order
Declaration
public ReverseCellsScope()
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()