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

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

561. laya.d3.core.material.PBRMaterial_API3.0 [ 77%]

...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

562. laya.ui.Button_API3.0 [ 76%]

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

563. laya.d3.component.AnimatorControllerLayer_API3.0 [ 76%]

...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

564. Laya.Socket 是不是不支持Safari浏览器二进制格式的数据传输? [ 76%]

Laya.Socket 是不是不支持Safari浏览器二进制格式的数据传输? Laya.Socket 是不是不支持Safari浏览器二进制格式的数据传输? 使用二进制传输 后端收到的竟然是 [object ArrayBuffer] 纯文本,其他浏览器测试正常. 2017-11-29 添加评论 免费帖 --> ...

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

565. laya.d3.renderobjs.nativeobj.NativeBounds_API3.0 [ 76%]

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

566. laya.d3.physics.shape.HeightfieldTerrainShape_API3.0 [ 76%]

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

567. TiledMap,mapLayer追加精灵无法显示,已参考完已有问题解答,无法解决 [ 76%]

TiledMap,mapLayer追加精灵无法显示,已参考完已有问题解答,无法解决 例子中,我试图向maplayer添加sprite,总是无法显示,给TiledMap.MapSprite()中添加是可以的 1. 向TiledMap.MapSprite()中添加 2. 向mapLayer中添加,并已经将其他3个mapLayer...

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

568. 设置骨骼动画停留在某一帧/某一个时间点 [ 76%]

...p();            // 停止当前动画         if (armature._aniClipIndex != index) {             armature._aniClipIndex = index;             armature._curOriginalData = new Float32Array(armature._templet.getTotalkeyframesLength(index));         }         ...

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

569. laya.d3.physicscannon.shape.CannonBoxColliderShape_API3.0 [ 76%]

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

570. matter中layasprite怎么改变图片大小? [ 76%]

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