skeldjs
    Preparing search index...

    Class AutoDoorsSystem<RoomType>

    Represents a system for doors that open after a period of time.

    See AutoDoorsSystemEvents for events to listen to.

    Type Parameters

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    dirtyBit: number = 0

    The dirty doors to be updated on the next fixed update.

    doors: AutoOpenDoor<RoomType>[] = []

    The doors in the map.

    systemType: SystemType

    Accessors

    Methods