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

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

31. laya.d3.core.light.LightSprite_API3.0 [ 74%]

...tion shadowStrength timer transform url Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer clone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getCompo...

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

32. laya.d3.core.light.PointLight_API3.0 [ 73%]

...tion shadowStrength timer transform url Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer clone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getCompo...

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

33. laya.d3.core.BaseCamera_API3.0 [ 73%]

...nderer timer transform url Methods _initialize _processActive addAllLayers addChild addChildAt addChildren addComponent addComponentInstance addLayer bubbleEvent callLater clearTimer clone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent...

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

34. laya.d3.core.scene.Scene [ 72%]

...Methods MethodDefined By  Scene() 创建一个 Scene 实例。 Scene  addChild(node:Node):Node[override] 添加子节点。 Scene  addChildAt(node:Node, index:int):Node[override] 添加子节点到指定的索引位置。 Scene addChildren(... args):void 批量增加子节点 Node  addFrus...

来源: laya_api 发布时间: 20170929

35. list item 添加事件后无法监听 [ 72%]

...5);     api_list_view.dataSource = createAPIList();     Laya.stage.addChild(api_list_view);   }   2018-07-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来自: 问题描述具体一...

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

36. laya.d3.core.light.SpotLight_API3.0 [ 72%]

...wStrength spotAngle timer transform url Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer clone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getCompo...

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

37. 分享一个Shader版的CoolDown实现 [ 72%]

...); this.spe.pos(300, 350); this.spe.setProgress(this.progress); Laya.stage.addChild(this.spe); ----------------------源码-------------------------- import Shader = laya.webgl.shader.Shader;     export class coolDownShader extends Shader {         /**          * 当前着色器的一个...

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

38. laya.d3.core.RenderableSprite3D_API3.0 [ 72%]

...ildren parent scene timer transform url Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer clone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getCompo...

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

39. laya.ui.List_API3.0 [ 72%]

...s, onSelect);//设置 list 改变选择项执行的处理器。 Laya.stage.addChild(list);//将 list 添加到显示列表。 } private function onSelect(index:int):void { trace("当前选择的项目索引: index= ", index); } } } import laya.ui.Box; import laya.ui.Label; class Item extends Box {...

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

40. 图集动画(ActionScript-LayaAir基础篇(AS3)-动画基础) [ 72%]

...niUrls("die",6),"dizziness"); roleAni.play(0,true,"dizziness"); Laya.stage.addChild(roleAni); } /** * 创建一组动画的url数组(美术资源地址数组) * @param aniName 动作的名称,用于生成url * @param length 动画最后一帧的索引值, */ private function aniUrls(aniName:...

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