• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 439 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0071 秒)

291. laya.particle.Particle2D_API3.0 [ 34%]

... zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance advanceTime bubbleEvent callLater clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce fromParentPoint getBounds getCh...

来源: Laya3.0_api 发布时间: 20231115

292. laya.media.SoundNode_API3.0 [ 34%]

... zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce fromParentPoint getBounds getChildAt getChi...

来源: Laya3.0_api 发布时间: 20231115

293. laya.map.GridSprite_API3.0 [ 34%]

...ds _initialize _processActive addAniSprite addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearAll clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce fromParentPoint getBounds getChild...

来源: Laya3.0_api 发布时间: 20231115

294. laya.display.Sprite_API3.0 [ 34%]

... zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce fromParentPoint getBounds getChildAt getChi...

来源: Laya3.0_api 发布时间: 20231115

295. laya.d3.terrain.Terrain [ 33%]

...引位置。 Node addChildren(... args):void 批量增加子节点 Node addComponent(type:Class):* 添加组件。 Node addComponentIntance(comp:Component):* 添加组件实例。 Node addInputChild(node:Node):NodeNode  buildTerrain(terrainRes:TerrainRes):voidTerrain callLater(method:Function...

来源: Laya2.0_api 发布时间: 20190513

296. Laya多点触控是有开关吗 为什么多点触控没有任何反应 [ 33%]

...      //猴子精灵添加组件(脚本)         monkey.addComponent(MonkeyScript);         scene.addChild(monkey);         //设置相机的观察目标为小猴子         camera.transform.lookAt(monkey.transform.position, new Laya.Vector3(0, 1, 0));   ...

来源: Laya_社区 发布时间: 20190531

297. laya.map.MapLayer_API3.0 [ 33%]

... zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce fromParentPoint getBounds getChildAt getChi...

来源: Laya3.0_api 发布时间: 20231115

298. laya.ui.DialogManager_API3.0 [ 33%]

... zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer close closeAll closeByGroup contains customRender destroy destroyChildren doClose doOpen drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce ...

来源: Laya3.0_api 发布时间: 20231115

299. laya.ani.swf.MovieClip_API3.0 [ 33%]

... zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance addLabel bubbleEvent callLater clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce fromParentPoint getBounds getChild...

来源: Laya3.0_api 发布时间: 20231115

300. 资源加载(JavaScript-3D基础(JS)-LayaAir3D之资源加载) [ 33%]

...ctor3(0, 180, 0), false, false); //相机视角控制组件(脚本) camera.addComponent(CameraMoveScript); //添加光照 var directionLight = _scene.addChild(new Laya.DirectionLight()); //光照颜色 directionLight.color = new Laya.Vector3(1, 1, 1); directionLight.transform.rotate(new Laya.Vector3...

来源: Laya2.0_文档 发布时间: 20210715