Search Results for

    Show / Hide Table of Contents

    Class ChunkEvent

    The base class for any events

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

    Constructors

    | Improve this Doc View Source

    ChunkEvent(ChunkColumn, OpenLevel)

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

    Properties

    | Improve this Doc View Source

    Chunk

    The chunk the event occured in

    Declaration
    public ChunkColumn Chunk { get; }
    Property Value
    Type Description
    ChunkColumn
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX