interface AsukaAssemblyBuildState {
    active: boolean;
    draftPointCount: number;
    dragging: boolean;
    selectedSurfaceId: null | string;
    tool: null | AsukaAssemblyBuildTool;
}

Properties

active: boolean
draftPointCount: number

Number of committed vertices in the active free-outline draft.

dragging: boolean
selectedSurfaceId: null | string