API (v2.0.0) - Giro3D
    Preparing search index...

    Interface RenderToBufferZone

    interface RenderToBufferZone {
        height: number;
        width: number;
        x: number;
        y: number;
    }
    Index

    Properties

    Properties

    height: number

    height of area to render (in pixels)

    width: number

    width of area to render (in pixels)

    x: number

    x (in instance coordinate)

    y: number

    y (in instance coordinate)