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

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

61. laya.d3.renderobjs.nativeobj.NativeTransform3D_API3.0 [ 63%]

...calScaleZ owner position rotation rotationEuler scale worldMatrix worldNeedUpdate Methods event getForward getFrontFaceValue getRight getUp getWorldLossyScale globalToLocal hasListener localToGlobal lookAt objLookat off offAll offAllCaller on once rotate rotationTo setWorldLossyScale toDir toLocalNo...

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

62. 在浏览器上,模拟并重现SimpleSingletonList的问题了 [ 63%]

...点),然后鼠标移出图片或node的范围。 3.继续执行,这时up之类事件都不会触发了。 4.取消断点(不取消也可以,只是要多按一下执行),再点击一下图片或node,就触发了SimpleSingletonList报错了。 5.有些情况下,多次报错。(这就...

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

63. laya.d3.core.BaseCamera [ 62%]

...Node transform : Transform3D[read-only] 获取精灵变换。 Sprite3D  up : Vector3[read-only] 获取上向量。 BaseCamera url : String 获取资源的URL地址。 Sprite3D  useOcclusionCulling : Boolean 渲染时是否用遮挡剔除。 BaseCameraPublic Methods Hide Inherited Public Method...

来源: laya_api 发布时间: 20170929

64. 正交摄像机裁剪问题 [ 61%]

... Laya.Quaternion.lookAt(camera.position, new Laya.Vector3(0, 0, 0), camera.up, rotation); camera.transform.rotation = rotation; camera.clearColor = new Laya.Vector4(1, 1, 1, 1); camera.orthographicProjection = true; scene.currentCamera = camera; camera.orthographicVerticalSize = 400; //这个物体...

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

65. 两个问题都关于LayaAir的ios真机 [ 59%]

...ode>Event.MOUSE_OVER、Event.MOUSE_OUT、Event.MOUSE_DOWN、Event.MOUSE_UP、Event.CLICK</code> 事件侦听处理函数。 * @param e Event 对象。 */ protected function onMouse(e:Event):void { if (toggle === false && _selected) return; if(e.type==Event.MOUSE_DOWN){ QuickUtils.ad...

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

66. 射线检测-选取物体 [ 59%]

... Laya.stage.addChild(label); //鼠标事件 Laya.stage.on(Laya.Event.MOUSE_UP, this, function () { var str = ""; for (var i = 0; i ; private camera: Laya.Camera; private label: Laya.Label; constructor() { Laya3D.init(0, 0, true); Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; Laya.stage.screenMode = ...

来源: Laya_示例 发布时间: 20250223

67. 寻路系统(JavaScript-3D基础(JS)-LayaAir3D之高级应用) [ 59%]

# 寻路系统 ###### *version :2.2.0bate4 Update:2019-9-11* 在LayaAir3D中可以使用第三方的Astar自动寻路算法。([demo地址](https://layaair2.ldc2.layabox.com/demo2/?language=ch&category=3d&group=Advance&name=AStarFindPath)) 在这个示例中我们使用了地形精灵x,z最小...

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

68. 寻路系统(TypeScript-3D基础(TS)-LayaAir3D之高级应用) [ 59%]

# 寻路系统 ###### *version :2.2.0bate4 Update:2019-9-11* 在LayaAir3D中可以使用第三方的Astar自动寻路算法。([demo地址](https://layaair2.ldc2.layabox.com/demo2/?language=ch&category=3d&group=Advance&name=AStarFindPath)) 在这个示例中我们使用了地形精灵x,z最小...

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

69. 寻路系统(ActionScript-3D基础(AS3)-LayaAir3D之高级应用) [ 58%]

# 寻路系统 ###### *version :2.2.0bate4 Update:2019-9-11* 在LayaAir3D中可以使用第三方的Astar自动寻路算法。([demo地址](https://layaair2.ldc2.layabox.com/demo2/?language=ch&category=3d&group=Advance&name=AStarFindPath)) 在这个示例中我们使用了地形精灵x,z最小...

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

70. 怎样获取父类? [ 58%]

...法,如何获取到上面那个父类呢? var TipsView = (function (_super){ function TipsView(params) { TipsView.super(this); this.sure.on(Laya.Event.MOUSE_UP,this,onSure); function onSure(params) { } } Laya.class(TipsView,"TipsView",TipsViewUI); return TipsView; })();   2017-10-17 添加评...

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