大约有 2,144 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0067 秒)
Laya_社区(1568) Laya3.0_api(362) Laya3.0_文档(59) Laya2.0_文档(49) Laya_示例(34) Laya2.0_api(26) laya_api(26) Laya2.0_示例(20)
...alProperty _defineDatas albedoColor albedoTexture alphaTest alphaTestValue anisotropy anisotropyEnable anisotropyRotation anisotropyTexture blend blendDst blendDstAlpha blendDstRGB blendEquation blendEquationAlpha blendEquationRGB blendSrc blendSrcAlpha blendSrcRGB clearCoat clearCoatEnable clearCoa...
来源: Laya3.0_api 发布时间: 20231115
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/Button" Button Class Button Button 组件用来表示常用的多态按钮。 Button 组件可显示文本标签、图标或同...
来源: Laya3.0_api 发布时间: 20231115
...cted All Inherited Externals Only exported Menu Globals "laya/d3/component/AnimatorControllerLayer" AnimatorControllerLayer Class AnimatorControllerLayer AnimatorControllerLayer 类用于创建动画控制器层。 Hierarchy AnimatorControllerLayer Implements IReferenceCounter IClone Index Construct...
来源: Laya3.0_api 发布时间: 20231102
Laya.Socket 是不是不支持Safari浏览器二进制格式的数据传输? Laya.Socket 是不是不支持Safari浏览器二进制格式的数据传输? 使用二进制传输 后端收到的竟然是 [object ArrayBuffer] 纯文本,其他浏览器测试正常. 2017-11-29 添加评论 免费帖 --> ...
来源: Laya_社区 发布时间: 20171129
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/RenderObjs/NativeOBJ/NativeBounds" NativeBounds Class NativeBounds Hierarchy NativeBounds Implements IClone Index Constructors c...
来源: Laya3.0_api 发布时间: 20231115
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/physics/shape/HeightfieldTerrainShape" HeightfieldTerrainShape Class HeightfieldTerrainShape BoxColliderShape 类用于创建高...
来源: Laya3.0_api 发布时间: 20231115
TiledMap,mapLayer追加精灵无法显示,已参考完已有问题解答,无法解决 例子中,我试图向maplayer添加sprite,总是无法显示,给TiledMap.MapSprite()中添加是可以的 1. 向TiledMap.MapSprite()中添加 2. 向mapLayer中添加,并已经将其他3个mapLayer...
来源: Laya_社区 发布时间: 20170918
...p(); // 停止当前动画 if (armature._aniClipIndex != index) { armature._aniClipIndex = index; armature._curOriginalData = new Float32Array(armature._templet.getTotalkeyframesLength(index)); } ...
来源: Laya_社区 发布时间: 20181115
Search Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/physicsCannon/shape/CannonBoxColliderShape" CannonBoxColliderShape Class CannonBoxColliderShape BoxColliderShape 类用于创建盒...
来源: Laya3.0_api 发布时间: 20231102
matter中layasprite怎么改变图片大小? var roleOptions: any = {mass:1, restitution:0.8, layaSprite: sprite}; var role: any = Matter.Bodies.rectangle(180, 450, 334, 522, roleOptions); 代码类似这样的:sprite是我传入的图片,要怎么改变这张图片的大小? 2018-08-...
来源: Laya_社区 发布时间: 20180827