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

    Interface PointSnapResult

    Per-frame snap result. A behavior returns at most one.

    interface PointSnapResult {
        frame: PointSnapFrame;
        worldX: number;
        worldY: number;
    }
    Index

    Properties

    Properties

    worldX: number
    worldY: number