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

大约有 36 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0060 秒)

21. laya.ui.Clip [ 71%]

...默认为0,并且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite  bitmap : AutoBitmap[read-only] AutoBitmap 位图实例。 Clip blendMode...

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

22. laya.d3.core.MeshSprite3D_API3.0 [ 69%]

...): Node Inherited from Node.getChildAt Defined in laya/display/Node.ts:312 根据子节点的索引位置,获取子节点对象。 Parameters index: number 索引位置 Returns Node 子节点 getChildByName getChildByName(name: string): Node Inherited from Node.getChildByName Defined in laya/displ...

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

23. laya.d3.core.particleshuriken.ShuriKenParticle3D_API3.0 [ 69%]

...): Node Inherited from Node.getChildAt Defined in laya/display/Node.ts:312 根据子节点的索引位置,获取子节点对象。 Parameters index: number 索引位置 Returns Node 子节点 getChildByName getChildByName(name: string): Node Inherited from Node.getChildByName Defined in laya/displ...

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

24. laya.d3.core.trail.TrailSprite3D_API3.0 [ 69%]

...): Node Inherited from Node.getChildAt Defined in laya/display/Node.ts:312 根据子节点的索引位置,获取子节点对象。 Parameters index: number 索引位置 Returns Node 子节点 getChildByName getChildByName(name: string): Node Inherited from Node.getChildByName Defined in laya/displ...

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

25. laya.d3.core.SimpleSkinnedMeshSprite3D_API3.0 [ 68%]

...): Node Inherited from Node.getChildAt Defined in laya/display/Node.ts:312 根据子节点的索引位置,获取子节点对象。 Parameters index: number 索引位置 Returns Node 子节点 getChildByName getChildByName(name: string): Node Inherited from Node.getChildByName Defined in laya/displ...

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

26. laya.ui.Clip [ 68%]

...默认为0,并且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite  bitmap : AutoBitmap[read-only] AutoBitmap 位图实例。 Clip blendMode...

来源: laya_api 发布时间: 20170929

27. laya.d3.core.pixelline.PixelLineSprite3D_API3.0 [ 68%]

...): Node Inherited from Node.getChildAt Defined in laya/display/Node.ts:312 根据子节点的索引位置,获取子节点对象。 Parameters index: number 索引位置 Returns Node 子节点 getChildByName getChildByName(name: string): Node Inherited from Node.getChildByName Defined in laya/displ...

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

28. 实体组件系统 · LayaAir3.0文档 · LAYABOX [ 63%]

...2 组件的事件方法 事件方法是指在某些特定的情况下,会根据条件自动触发的方法。当使用自定义的组件脚本时,可以通过事件方法方便快速开发业务逻辑。 2.2.1 物理事件 使用物理引擎时,我们有时候需要根据物理的碰撞事件...

来源: Laya3.0_文档 发布时间: 20241014

29. 微信小游戏提审后,提示说代码侵权 [ 58%]

... filePath 需要遍历的文件路径 */ function fileDisplay(filePath){ //根据文件路径读取文件,返回文件列表 fs.readdir(filePath,function(err,files){ if(err){ console.warn(err) }else{ //遍历读取到的文件列表 files.forEach(function(filename){ //获取当前文件的绝对...

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

30. 组件装饰器说明 · LayaAir3.0文档 · LAYABOX [ 57%]

...、asset(选择资源),这些输入控件。 通常情况下,IDE会根据组件属性类型自动选择对应的属性值输入控件。 但在某些情况下,也需要强制指定输入控件。例如,数据类型是string,但其实它表达的是颜色,用默认编辑string的控...

来源: Laya3.0_文档 发布时间: 20241014