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

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

51. 资源加载(ActionScript-3D基础(AS3)-LayaAir3D之资源加载) [ 50%]

...ate(new Vector3(-20, 13, 0)); //获取动画组件 pangziAnimator = pangzi.getChildAt(0).getComponent(Animator) as Animator; //AnimationClip的加载要放在Avatar加载完成之后 AnimationClip.load("res/threeDimen/skinModel/BoneLinkScene/Assets/Model3D/PangZi-Take 001.lani", Handler.create(null,...

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

52. laya.display.Sprite_API3.0 [ 50%]

...exture drawToTexture3D event frameLoop frameOnce fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds getMousePoint getRepaint getSelfBounds get_anchorX get_anchorY get_height get_scaleX get_scaleY get_transform get_visible get_width globalToL...

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

53. 模型的功能介绍(ActionScript-3D基础(AS3)-LayaAir3D之模型和网格) [ 49%]

...这都需要从加载的模型中去获取子对象,我们可以通过 **getChildAt()、getChildByName()** 方法去获取子对象,这与2D引擎获取子对象方法一样。 下面我们来加载一个场景的.ls文件,然后获取它的子对象。在获取子对象之前,建议打开.l...

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

54. laya.html.dom.HTMLIframeElement_API3.0 [ 49%]

...exture drawToTexture3D event frameLoop frameOnce fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds getMousePoint getRepaint getSelfBounds get_height get_scaleX get_scaleY get_transform get_visible get_width globalToLocal hasHideFlag hasList...

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

55. 重复使用Laya.Sprite3D.load加载同一个lh类型的资源,发现第二次加载到的资源是无效的 [ 49%]

...ded = true;              let useObject:Laya.Sprite3D = sp.getChildAt(0) as Laya.Sprite3D; } 重复加载同一个lh资源文件,第二次加载后loadCompleted函数得到的资源是无效的。 请问这个怎么解决?另外Laya.Sprite3D.load可以在哪里发现缓冲资...

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

56. laya.physics.PhysicsDebugDraw_API3.0 [ 48%]

...exture drawToTexture3D event frameLoop frameOnce fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds getMousePoint getRepaint getSelfBounds get_anchorX get_anchorY get_height get_scaleX get_scaleY get_transform get_visible get_width globalToL...

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

57. laya.html.dom.HTMLDivElement_API3.0 [ 48%]

...exture drawToTexture3D event frameLoop frameOnce fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds getMousePoint getRepaint getSelfBounds get_height get_scaleX get_scaleY get_transform get_visible get_width globalToLocal hasHideFlag hasList...

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

58. laya.map.TileAniSprite_API3.0 [ 48%]

...exture drawToTexture3D event frameLoop frameOnce fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds getMousePoint getRepaint getSelfBounds get_anchorX get_anchorY get_height get_scaleX get_scaleY get_transform get_visible get_width globalToL...

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

59. laya.ui.Button_API3.0 [ 48%]

...oTexture3D event frameLoop frameOnce freshLayout fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents getGraphicBounds getMousePoint getRepaint getSelfBounds get_anchorX get_anchorY get_bottom get_dataSource get_height get_scaleX get_scaleY get_top get_transfo...

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

60. 自定义shader-地形shader [ 48%]

...e(Laya.Event.HIERARCHY_LOADED, this, function () { setCustomMaterial(scene.getChildAt(2)); }); function setCustomMaterial(spirit3D) { if (spirit3D instanceof Laya.MeshSprite3D) { var meshSprite3D = spirit3D; var customMaterial = new CustomTerrainMaterial(); customMaterial.setSplatAlphaTexture(Laya.T...

来源: Laya_示例 发布时间: 20251209