postprocessing - v7.0.0-beta.16
    Preparing search index...

    Interface Resizable

    Describes objects that can be resized.

    interface Resizable {
        setSize(width: number, height: number): void;
    }

    Implemented by

    Index

    Methods

    Methods

    • Sets the size.

      Parameters

      • width: number

        The width.

      • height: number

        The height.

      Returns void