septbr
Results
2
comments of
septbr
谢谢 ------------------ 原始邮件 ------------------ 发件人: "程方"
``` ---@type UnityEngine.Vector3 local x = Vector3.zero x = x + x 已显式定义变量的类型为 `UnityEngine.Vector3` ,不能再将其类型转换为 `number` ``` 算术运算都变成number了 另外number和integer不兼容,这个检查太头疼了