大约有 1,654 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0062 秒)
Laya_社区(831) Laya3.0_api(384) Laya2.0_api(195) laya_api(183) Laya2.0_文档(39) Laya3.0_文档(18) Laya2.0_示例(2) Laya_示例(2)
...ater clearTimer contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents hasHideFlag hasListener isAncestorOf off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once removeChild removeChildAt removeC...
来源: Laya3.0_api 发布时间: 20231115
...据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite bgColor : String背景颜色Box blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边...
来源: Laya2.0_api 发布时间: 20190513
...ault value name: string = null Returns AnimatorStateCondition Accessors id get id(): number Defined in laya/components/AnimatorStateCondition.ts:66 唯一ID Returns number name get name(): string set name(value: string): void Defined in laya/components/AnimatorStateCondition.ts:73 名称 Returns str...
来源: Laya3.0_api 发布时间: 20231115
...Read indexCount indexType indexTypeByteCount Methods _setIndexData destroy getData setData unbind Constructors constructor new NativeIndexBuffer3D(indexType: IndexFormat, indexCount: number, bufferUsage?: BufferUsage, canRead?: boolean): NativeIndexBuffer3D Overrides IndexBuffer3D.constructor Define...
来源: Laya3.0_api 发布时间: 20231115
...t.COMPLETE, this, http.success,[1,2,3]); hr.send("http://localhost:8082/hu_get",{}, "post","json",null); 回调方法: success:function (e,args) { console.log(e); //此行可以得到响应内容 console.log(args); //此行无法获取自定义参数? } 请问如何获取/传...
来源: Laya_社区 发布时间: 20180304
...据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的...
来源: laya_api 发布时间: 20170929
...的容器。 **Sprite3D 属性和功能介绍** - 1.唯一id ```typescript get id(); ``` - 2.蒙版层,即精灵所在的图层,渲染相机可进行可视遮罩层的控制,对精灵的渲染与否进行控制 ```typescript set layer(value); ``` - 3.是否为静态精灵,静态精灵可进...
来源: Laya2.0_文档 发布时间: 20210714
...据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite bitmap : AutoBitmap[read-only] AutoBitmap 位图实例。 Clip blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite...
来源: Laya2.0_api 发布时间: 20190513
...的容器。 **Sprite3D 属性和功能介绍** - 1.唯一id ```typescript get id(): number; ``` - 2.蒙版层,即精灵所在的图层,渲染相机可进行可视遮罩层的控制,对精灵的渲染与否进行控制 ```typescript set layer(value: number); ``` - 3.是否为静态精灵,静...
来源: Laya2.0_文档 发布时间: 20210715
...最后卡在加载界面 09-23 11:41:15.458 16178-16304/? I/LayaBox: xhr.GET url=http://192.168.0.130/release/index_app.html?app=1 09-23 11:41:15.469 16178-16271/? I/LayaBox: Download [ ]:http://192.168.0.130/release/index_app.html?app=1 09-23 11:41:23.476 16178-16271/? W/LayaBox: download error...
来源: Laya_社区 发布时间: 20170923