Search Results for

    Show / Hide Table of Contents

    Class ChunkUnloadEvent

    Dispatched when a was unloaded

    Inheritance
    System.Object
    Event
    LevelEvent
    ChunkEvent
    ChunkUnloadEvent
    Inherited Members
    ChunkEvent.Chunk
    LevelEvent.Level
    Event.IsCancelled
    Event.SetCancelled(Boolean)
    Namespace: OpenAPI.Events.Level
    Assembly: OpenAPI.dll
    Syntax
    public class ChunkUnloadEvent : ChunkEvent

    Constructors

    | Improve this Doc View Source

    ChunkUnloadEvent(ChunkColumn, OpenLevel)

    Declaration
    public ChunkUnloadEvent(ChunkColumn chunk, OpenLevel level)
    Parameters
    Type Name Description
    ChunkColumn chunk

    The chunk that was unloaded

    OpenLevel level

    The level the chunk was unloaded from

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX