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

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

1221. list item 添加事件后无法监听 [ 60%]

...ist.mouseHandler = new Handler(this, onSelect)     list.selectEnable = true;     list.selectHandler = new Handler(this, onSelect);      list.renderHandler = new Handler(this, updateItem);     return list; }  function updateItem(cell, index) {     console.log(index);     // ...

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

1222. [LayaAir2]在使用videoDom创建视频元素后iPad跟iPhone中位置不一样 [ 60%]

...this.htmlvideo.video; videoTexture.video.play(); videoTexture.video.loop = true; var texture2D = new Laya.Texture2D(videoTexture.video.videoWidth,videoTexture.video.videoHeight); var texture:Laya.Texture = new Laya.Texture(texture2D); var image:Laya.Image = new Laya.Image(); image.texture = texture;...

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

1223. laya.ani.bone.BoneSlot_API3.0 [ 60%]

...的矩阵对象 _tempResultMatrix,只有实时计算的时候才设置为true Default value alpha: number = 1 Returns void drawBonePoint drawBonePoint(graphics: Graphics): void Defined in laya/ani/bone/BoneSlot.ts:442 画骨骼的起始点,方便调试 Parameters graphics: Graphics Returns void ...

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

1224. LAYABOX游戏实时语音之APP版本 [ 60%]

...mission.ACCESS_COARSE_LOCATION" /> <application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name"> <activity android:name="demo.MainActivity" android:screenOrientation="landscape" android:windowSoftInputMode="stateHidden|adjustPan" android:con...

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

1225. laya.device.Shake_API3.0 [ 60%]

...ns boolean 此事件类型是否有侦听者,如果有侦听者则值为 true,否则值为 false。 hasListener hasListener(type: string): boolean Inherited from EventDispatcher.hasListener Defined in laya/events/EventDispatcher.ts:21 检查 EventDispatcher 对象是否为特定事件类型注...

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

1226. 同一类型光源互斥的问题报告 [ 60%]

...:   以下是我的全部测试代码: (function(){ Laya3D.init(0, 0, true); Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; Laya.stage.screenMode = Laya.Stage.SCREEN_NONE; var scene = Laya.stage.addChild(new Laya.Scene()); var camera = scene.addChild(new Laya.Camera(0, 0.1, 100)); camera.transfo...

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

1227. laya.components.AnimationClip2D_API3.0 [ 60%]

...esource.lock Defined in laya/resource/Resource.ts:103 是否加锁,如果true为不能使用自动释放机制。 Optional name name: string Inherited from Resource.name Defined in laya/resource/Resource.ts:105 名称。 url url: string Inherited from Resource.url Defined in laya/resource/Resource...

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

1228. 使用对象池重复使用skeleton报错,请问有解决方案吗?谢谢 [ 60%]

...f();         mArmature.removeChildren();         mArmature.destroy(true);           Laya.Pool.recover('Skeleton', mArmature); }   function play() { mCurrIndex++; if (mCurrIndex >= mArmature.getAnimNum()) { mCurrIndex = 0; } mArmature.play(mCurrIndex, false);   } })();   报错信...

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

1229. unity导出的场景.ls加载到laya3d中报错 [ 60%]

...: class LayaAir3D { constructor() { //初始化引擎 Laya3D.init(0, 0,true); Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; Laya.stage.screenMode = Laya.Stage.SCREEN_NONE; Laya.Stat.show(); //添加3D场景 var scene = Laya.Scene.load("LayaScene_unity1/unity1.ls"); Laya.stage.addChild(scene); //...

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

1230. laya.d3.webxr.core.AxiGamepad_API3.0 [ 60%]

...ns boolean 此事件类型是否有侦听者,如果有侦听者则值为 true,否则值为 false。 hasListener hasListener(type: string): boolean Inherited from EventDispatcher.hasListener Defined in laya/events/EventDispatcher.ts:21 检查 EventDispatcher 对象是否为特定事件类型注...

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