大约有 425 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0066 秒)
...节点的索引位置。 Node getComponentByIndex(index:int):Component3D 通过指定索引获得组件。 Sprite3D getComponentByType(type:*, typeIndex:int = 0):Component3D 通过指定类型和类型索引获得组件。 Sprite3D getComponentsByType(type:*, components:Vector.<Component3D>...
来源: laya_api 发布时间: 20170929
...一个动效开始播放时,其他动效会自动停止播放。 可以通过LayaAir IDE创建。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获...
来源: Laya2.0_api 发布时间: 20190513
...取。 scene场景中拖进去的图片,在代码里面怎么获取。 通过getbyname取不到 2020-08-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 kylin 赞同来自: 1) 是否设置了name? 2) getChil...
来源: Laya_社区 发布时间: 20200820
...内的元素 关于发布oppo、vivo快游戏,无法生成Rpk问题 IDE通过.ui自动生成的ui代码报错 粒子系统官例里载入的那些json文件是用什么软件生成的? 我的tieldmap生成的json文件里data是这种格式,地图显示有误 protobuf.js 转小游戏 动态生...
来源: Laya_社区 发布时间: 20180103
...节点的索引位置。 Node getComponentByIndex(index:int):Component3D 通过指定索引获得组件。 Sprite3D getComponentByType(type:*, typeIndex:int = 0):Component3D 通过指定类型和类型索引获得组件。 Sprite3D getComponentsByType(type:*, components:Vector.<Component3D>...
来源: laya_api 发布时间: 20170603
...想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite cacheAs : String 指定显示对象是否缓存为静态图...
来源: Laya2.0_api 发布时间: 20190513
...以使用import xx from "xx"的方式,所有IDE内置cjs模块都可以通过IEditor.require或者IEditorEnv.require去引用。 //可以通过import导入node内置模块 import fs from "fs"; import path from "path"; //也可以通过require const fs = IEditor.require("fs"); const sharp = IEditor...
来源: Laya3.0_文档 发布时间: 20241014
...runCallLater(method:Function):void 如果有需要延迟调用的函数(通过 callLater 函数设置),则立即执行延迟调用函数。 Node setChildIndex(node:Node, index:int):Node 设置子节点的索引位置。 Node timerLoop(delay:int, caller:*, method:Function, args:Array = nu...
来源: Laya2.0_api 发布时间: 20190513
...对话框,实现对话框弹出,拖动,模式窗口功能。 可以通过UIConfig设置弹出框背景透明度,模式窗口点击边缘是否关闭等 通过设置zOrder属性,可以更改弹出的层次 通过设置popupEffect和closeEffect可以设置弹出效果和关闭效果,如果...
来源: Laya2.0_api 发布时间: 20190513
...al DEPTHFUNC_ALWAYS : int = 0x0207[static] 深度测试函数枚举_总是通过。BaseMaterial DEPTHFUNC_EQUAL : int = 0x0202[static] 深度测试函数枚举_等于时通过。BaseMaterial DEPTHFUNC_GEQUAL : int = 0x0206[static] 深度测试函数枚举_大于等于时通过。BaseMaterial DEP...
来源: laya_api 发布时间: 20170929