大约有 362 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0085 秒)
...ies Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node align : String 表示文本的水平显示方式。 取值: "left": 居左对齐显示。 "center": 居...
来源: Laya2.0_api 发布时间: 20190513
...ies Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite...
来源: Laya2.0_api 发布时间: 20190513
...可以描述下你的问题 大林 • 2018-10-29 18:18 @Laya_XS:怎么样获取webgl的渲染句柄?native下获取不到
来源: Laya_社区 发布时间: 20180820
...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display...
来源: Laya3.0_api 发布时间: 20231115
...ies Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node align : String 子对象对齐方式。LayoutBox alpha : Number透明度,值为0-1,默认值为1,表示...
来源: Laya2.0_api 发布时间: 20190513
Native下htmlCanvas.context.getImageData获取的ImageData是空的。 htmlCanvas.context.getImageData(0,0, 1334, 750); 这个方法在网页里面可以获取到Uint8ClampedArray类型的图片数据。但是在Native下读取出来是undefind。求解释。不要告诉我在Native下是WebGLCanva...
来源: Laya_社区 发布时间: 20180120
...还有什么不明白的地方可以及时反馈,O(∩_∩)O谢谢! //获取xml中RECORD下的节点 var recordItems:Array = hr.data.firstChild.children[0].children; //获取下标为0的id的节点 var recordId:XmlDom = recordItems[0]; //获取节点中的节点属性 var idStr:String = recordI...
来源: Laya_社区 发布时间: 20160626
... 成都雨墨游戏 求 laya 程序开发人员 分享:LayaAir下如何获取图集下的小图资源? 问题状态 最新活动: 2020-06-14 13:35 浏览: 529 关注: 1 人
来源: Laya_社区 发布时间: 20200614
...xueying 赞同来自: SimpleButton;SimpleButton继承的是MovieClip,所以获取按钮的状态是没有的,假如操作按钮状态失效,就需要修改自己的代码逻辑。get upState,get overState,get downState,get hitTestState 都返回null; set upState,set overState,set dow...
来源: Laya_社区 发布时间: 20151203
...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite bar : Image[read-only] 获取进度条对象。 ProgressBar bg : Image[read-only] 获...
来源: laya_api 发布时间: 20170929