大约有 4,337 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0082 秒)
Laya_社区(2450) Laya3.0_api(673) Laya2.0_api(357) laya_api(289) Laya2.0_文档(271) Laya_示例(157) Laya2.0_示例(116) Laya3.0_文档(24)
...者为0或为空,则选择后者。 Implementation public static function get clientHeight():NumberclientWidthproperty clientWidth:Number [read-only] 浏览器窗口可视宽度。 通过分析浏览器信息获得。浏览器多个属性值优先级为:window.innerWidth(包含滚动...
来源: Laya2.0_api 发布时间: 20190513
... [read-only] [override] 获取对象的高 Implementation public function get height():NumberinnerHTMLproperty innerHTML:String [write-only] 设置标签内容 Implementation public function set innerHTML(value:String):voidwidthproperty width:Number[override] 获取对象的宽...
来源: laya_api 发布时间: 20170929
...ipt、TypeScript三种开发语言、LayaAirIDE让项目开发更高效。(function() { var Utils = Laya.Utils; (function(){ Laya.init(550, 400); setup(); })(); function setup() { var xmlValueContainsError = "item aitem bsomethis..."; var xmlValue = "item aitem bsomethings..."; proessXML(xmlValueCon...
来源: Laya_示例 发布时间: 20241119
...c] 加载Avatar文件。 AvatarConstructor DetailAvatar()Constructorpublic function Avatar() 创建一个 Avatar 实例。 Method Detail_cloneDatasToAnimator()method public function _cloneDatasToAnimator(destAnimator:Animator):void 克隆数据到Avatr。 Parameters destAnimator:Animator — 克隆...
来源: Laya2.0_api 发布时间: 20190513
...则值为 true;否则,值为 false。 off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删除...
来源: Laya3.0_api 发布时间: 20231115
....drawTexture方法设置纹理报错TypeError: texture.getIsReady is not a function 自己的问题 2019-05-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Laya_Aaron 赞同来自: 截图和代码信息过于少...
来源: Laya_社区 发布时间: 20190508
用微信开发者调试的时候出现document.createTextNode is not a function 附件 : --> 2018-05-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 一点一滴 赞同来自: 这个需要提供一个重现问...
来源: Laya_社区 发布时间: 20180515
...Boolean [read-only] 获取是否可读。 Implementation public function get canRead():BooleanvertexCountproperty vertexCount:int [read-only] 获取顶点个数。 Implementation public function get vertexCount():intvertexDeclarationproperty vertexDeclaration:VertexDeclaratio...
来源: Laya2.0_api 发布时间: 20190513
...dexpropertyblendIndex:Vector4 [read-only] Implementation public function get blendIndex():Vector4blendWeightproperty blendWeight:Vector4 [read-only] Implementation public function get blendWeight():Vector4colorproperty color:Vector4 [read-only] Implementation publi...
来源: laya_api 发布时间: 20170929
...[]; private var _keys:Array = []; /** * 获取字典的长度。 */ public function get lenght():int { return _lenght; } /** * 获取所有的子元素列表。 */ public function get values():Array { return _values; } /** * 获取所有的子元素键名列表。 */ public function get keys():Array...
来源: Laya_社区 发布时间: 20180619