weasel API - v0.8.0
    Preparing search index...

    Interface ResizeProposed<TPose>

    Per-frame proposed resize: pose plus the anchor pinning the opposite corner.

    interface ResizeProposed<TPose extends ResizePose> {
        anchor: ResizeAnchor;
        pose: TPose;
    }

    Type Parameters

    Index

    Properties

    Properties

    anchor: ResizeAnchor
    pose: TPose