AngeliA
Search Results for

    Show / Hide Table of Contents

    Struct SheetIndexScope

    Scope that change sheet index of the rendering cells inside

    Implements
    IDisposable
    Examples
    using AngeliA;
    
    namespace AngeliaGame;
    
    public class Example {
    
    	[OnGameUpdate]
    	internal static void OnGameUpdate () {
    
    		using (new SheetIndexScope(/*Your Sheet Index*/)) {
    
    			// Rendering cells inside will render with given sheet
    
    		}
    
    	}
    
    }

    Constructors

    SheetIndexScope()

    Scope that change sheet index of the rendering cells inside

    Declaration
    public SheetIndexScope()

    SheetIndexScope(int)

    Scope that change sheet index of the rendering cells inside

    Declaration
    public SheetIndexScope(int sheet)

    Methods

    Dispose()

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    Declaration
    public void Dispose()
    Back to top ๐Ÿ„๐Ÿฆโ€โฌ›๐Ÿงฆ๐Ÿˆ๐ŸŽƒ๐Ÿ’“๐ŸŒนโ˜•๐Ÿดโ€โ˜ ๏ธ๐Ÿค