@galacean/effects-core 2.6.7 → 2.6.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -397,7 +397,7 @@ export declare class Composition extends EventEmitter<CompositionEvent<Compositi
397
397
  */
398
398
  getEngine(): import("@galacean/effects-core").Engine;
399
399
  /**
400
- * Item 求交测试,返回求交结果列表,x 和 y 是归一化到[-1, 1]区间的值,原点在左上角
400
+ * Item 求交测试,返回求交结果列表,x 和 y 是归一化到[-1, 1]区间的值,x 向右,y 向上
401
401
  * @param x - 鼠标或触点的 x,已经归一化到[-1, 1]
402
402
  * @param y - 鼠标或触点的 y,已经归一化到[-1, 1]
403
403
  * @param force - 是否强制求交,没有交互信息的 Item 也要进行求交测试