UNPKG

@itwin/core-frontend

Version:
12 lines 353 B
/** @packageDocumentation * @module Rendering */ /** Carries information in a GraphicBranchOptions about a GraphicBranch produced by drawing one view into the context of another. */ export interface GraphicBranchFrustum { is3d: boolean; scale: { x: number; y: number; }; } //# sourceMappingURL=GraphicBranchFrustum.d.ts.map