[LayaAir 2.0]Property 'BoxMesh' does not exist on type 'typeof Laya'
官方文档:https://ldc2.layabox.com/doc/?nav=zh-ts-4-0-0
// 添加自定义模型
var box:Laya.MeshSprite3D = new Laya.MeshSprite3D(new Laya.BoxMesh(1, 1, 1));运行报错Property 'BoxMesh' does not exist on type 'typeof Laya'请问应该怎么解决
// 添加自定义模型
var box:Laya.MeshSprite3D = new Laya.MeshSprite3D(new Laya.BoxMesh(1, 1, 1));运行报错Property 'BoxMesh' does not exist on type 'typeof Laya'请问应该怎么解决
没有找到相关结果
已邀请:
要回复问题请先登录
1 个回复
达上花火
赞同来自:
现在可以直接Laya.PrimitiveMesh.createBox(1,1,1)