摘要:
1.buffer.js ,three.js 这样引用会报错: import { Buffer } from 'buffer'; import * as THREE from 'three'; 所以需要找到node_modules里相关js文件,然后引用其文件路径(我是复制出来放到src文件夹下了), 阅读全文
摘要:
LayoutRebuilder.MarkLayoutForRebuild(rectTransform); Mark the given RectTransform as needing it's layout to be recalculated during the next layout pas 阅读全文