• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 929 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0060 秒)

161. laya.particle.ParticleTemplate2D_API3.0 [ 79%]

...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。 x x: number = 0 Defined in laya/particle/ParticleTemplate2D.ts:42 y y: number = 0 Defi...

来源: Laya3.0_api 发布时间: 20231115

162. layabox如何做资源加密压缩? [ 79%]

...说加载不出来资源 这个是怎么回事? 分享:LayaAir下如何获取图集下的小图资源? new Laya.Sprite();绘制图形以后,怎么删除释放资源? 模型资源释放问题 layaair与layabox的区别 麻烦帮忙看下为什么显存资源未卸载干净? IDE中无法移...

来源: Laya_社区 发布时间: 20170320

163. Byte二进制读写(JavaScript-LayaAir基础篇(JS)-数据与通信) [ 79%]

...);//清除所有数据归零。 ``` - **getSystemEndian()**:string[static] 获取系统的字节存储顺序。 ```typescript console.log(Laya.Byte.getSystemEndian());//打印系统的字节顺序 ``` - ### 属性 - **BIG_ENDIAN** : string= bigEndian[static] 表示多字节数字的最高有效字...

来源: Laya2.0_文档 发布时间: 20210714

164. laya.d3.core.Transform3D [ 79%]

...变换。 Public Properties PropertyDefined By  localMatrix : Matrix4x4 获取局部矩阵。 Transform3D  localPosition : Vector3 获取局部位置。 Transform3D  localPositionX : Number 获取局部位置X轴分量。 Transform3D  localPositionY : Number 获取局部位置Y轴分量。 ...

来源: Laya2.0_api 发布时间: 20190513

165. Byte二进制读写(ActionScript-LayaAir基础篇(AS3)-数据与通信) [ 79%]

...);//清除所有数据归零。 ``` - **getSystemEndian()**:String[static] 获取系统的字节存储顺序。 ```typescript trace(Byte.getSystemEndian());//打印系统的字节顺序 ``` - ### 属性 - **BIG_ENDIAN** : String= bigEndian[static] 表示多字节数字的最高有效字节位于字...

来源: Laya2.0_文档 发布时间: 20210715

166. laya.display.Input [ 79%]

...ies Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node align : String 表示文本的水平显示方式。 取值: "left": 居左对齐显示。 "center": 居中...

来源: Laya2.0_api 发布时间: 20190513

167. 一个技术文档的问题 [ 79%]

...eyBox: Laya.Sprite; constructor() { } /** *设置owner函数,可以直接获取到添加附加脚本的组件实例 **/ public set owner(value: any) { this.monkeyBox = value; //自定义的脚本会有时序问题,所以在此添加一个延时 this.monkeyBox.frameOnce(2, this, this.onLoaded); }...

来源: Laya_社区 发布时间: 20180622

168. Byte二进制读写(TypeScript-LayaAir基础篇(TS)-数据与通信) [ 79%]

...);//清除所有数据归零。 ``` - **getSystemEndian()**:string[static] 获取系统的字节存储顺序。 ```typescript console.log(Laya.Byte.getSystemEndian());//打印系统的字节顺序 ``` - ### 属性 - **BIG_ENDIAN** : string= bigEndian[static] 表示多字节数字的最高有效字...

来源: Laya2.0_文档 发布时间: 20210715

169. laya.device.motion.Accelerator [ 79%]

...celeratorInheritanceAccelerator EventDispatcher Object Accelerator.instance获取唯一的Accelerator引用,请勿调用构造函数。 listen()的回调处理器接受四个参数: acceleration: 表示用户给予设备的加速度。 accelerationIncludingGravity: 设备受到的总加速度(...

来源: laya_api 发布时间: 20170929

170. laya.display.Input [ 78%]

...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite bgColor : String 文本背景颜色,以字符串表示。 Text blendMode : String指定...

来源: laya_api 发布时间: 20170929