完善 docs

This commit is contained in:
SmallMain
2022-06-14 21:25:53 +08:00
parent 6a3fc5c5d7
commit fb7f3254d4
33 changed files with 4537 additions and 159 deletions

5
src/creator-sp.d.ts vendored
View File

@@ -484,6 +484,11 @@ declare module cc {
*/
_multiHandler?: cc.sp.MultiHandler;
/**
* 根据材质的 `USE_MULTI_TEXTURE` 宏来更新材质是否支持多纹理
*/
updateMultiSupport(): boolean;
/**
* 判断该材质是否有 MultiHandler 实例
*/

Binary file not shown.