大约有 846 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0098 秒)
...ies Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node allowClickBack : Boolean 一个布尔值,指定是否允许通过点击滑动条改变 Slider 的 value 属性...
来源: 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
...!!!!"); } } new Test(); 这是使用google浏览器发送到后台,后台获取的数据,乱码是因为直接转成的字符串,实际取是正确的 这是使用safair浏览器发送到后台,后台获取的数据,转成的字符串,就是乱码是“[object ArrayBuffer]”纯文本...
来源: Laya_社区 发布时间: 20171129
...ies Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node color : Vector3 灯光颜色。 LightSprite destroyed : Boolean = false[只读]是否已经销毁。对象销...
来源: 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
...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
...能console出,那个list中的数据也存在,但没渲染出。 怎样获取浏览器地址传过来的GET参数 通过laya嵌入iframe 后 原本laya禁止微信浏览器里面的上下滑动,又开始上下滑动了 问题状态 最新活动: 2019-08-28 19:04 浏览: 2037 关注: 3 人 vinc...
来源: Laya_社区 发布时间: 20190828
...tring Inherited from Resource.url Defined in laya/resource/Resource.ts:107 获取资源的URL地址。 uuid uuid: string Inherited from Resource.uuid Defined in laya/resource/Resource.ts:109 获取资源的UUID。 Static DEBUG DEBUG: boolean = false Inherited from Resource.DEBUG Defined in laya/reso...
来源: Laya3.0_api 发布时间: 20231115
...HIERARCHY_LOADED, this, function():void{ //获取Animator动画组件 zombieAnimator = (role3D.getChildAt(0) as Sprite3D).getComponentByType(Animator) as Animator; zombieAnimator.clip.islooping = true; ...
来源: Laya_社区 发布时间: 20180116
...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite botto...
来源: laya_api 发布时间: 20170929