跳到主要内容

IIntersectDetectResult 类型

declare type IIntersectDetectResult = {
pass: true;
} | {
pass: false;
detail?: {
list: Array<{
intersects: [string, string];
}>;
};
};

干涉检测结果 @vm-type UnknownType