spatial-controls - v6.2.0
    Preparing search index...

    Interface Updatable

    Describes objects that can be updated.

    interface Updatable {
        update(timestamp: number): void;
    }

    Implemented by

    Index

    Methods

    Methods

    • Updates this object.

      Parameters

      • timestamp: number

        The current time in milliseconds.

      Returns void