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

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

61. laya.d3.core.material.TerrainMaterial [ 89%]

...Material renderQueue : int 所属渲染队列.BaseMaterial  SHADERDEFINE_DETAIL_NUM1 : int[static] 地形细节宏定义。TerrainMaterial  SHADERDEFINE_DETAIL_NUM2 : int[static] TerrainMaterial  SHADERDEFINE_DETAIL_NUM3 : int[static] TerrainMaterial  SHADERDEFINE_DETAIL_NUM4 : int[static] ...

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

62. 高级应用-寻路导航 [ 89%]

...言、LayaAirIDE让项目开发更高效。Laya3D.init(0, 0, true); this._position = new Laya.Vector3(0, 0, 0); this._upVector3 = new Laya.Vector3(0, 1, 0); this._tarPosition = new Laya.Vector3(0, 0, 0); this._finalPosition = new Laya.Vector3(0, 0, 0); this._quaternion = new Laya.Quaternion(); this....

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

63. Uncaught TypeError: Cannot read property '_tf' of null [ 89%]

Uncaught TypeError: Cannot read property '_tf' of null 一直在报这样一个错误 附件 : --> 2016-12-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 nieyiwei 赞同来自: private var _guideImage:Image; ...

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

64. laya.events.InputManager_API3.0 [ 89%]

...umber 键值。参考:https://developer.mozilla.org/en-US/docs/Web/API/UI_Events/Keyboard_event_key_values Returns boolean 是否被按下。 Globals "laya/events/InputManager" InputManager constructor clickTestThreshold isTextInputting isiOSWKwebView keyEventsEnabled mouseEventsEnabled mouseX mou...

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

65. Spine骨骼动画点击区域偏移 获取不到width height [ 89%]

...区域偏移 获取不到width height  下面是模型文件   private _factory: Laya.Templet;  constructor(spine, x, y, speed) {         this._factory = new Laya.Templet();         this._factory.loadAni(`../bin/res/spine_model/${spine}.sk`);         this._factory.on(Laya.Event.COMPLE...

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

66. laya.d3.math.Viewport_API3.0 [ 89%]

...dex Constructors constructor Properties height maxDepth minDepth width x y _tempViewport Methods cloneTo project set unprojectFromMat unprojectFromWVP Constructors constructor new Viewport(x?: number, y?: number, width?: number, height?: number): Viewport Defined in laya/d3/math/Viewport.ts:23 创...

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

67. 如何在3D旋转中使用缓动 Laya.Tween.to()?官方示例我看过,不是旋转 [ 89%]

...不是旋转 Laya.Tween.to(this.camera.transform.localRotationEuler, { x: _vector3.x, y: _vector3.y, z: _vector3.z + (20 * Math.PI / 180) }, 500); 2017-08-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 183*****...

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

68. ScrollRect设置会引起其他的UI资源无法正在显示 [ 89%]

... ui.TestViewUI; public class TestView extends TestViewUI { private var PATH_LEN:Number = 120.0; private var speed:Number = 15; private var _path:Sprite = new Sprite(); private var arr:Array = []; public function TestView() { super(); _path.pivot(0,0); _path.pos(a.x,a.y); this.addChild(_path); _path....

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

69. ☆☆☆☆☆☆☆☆☆☆☆每增加一个 view 都会增加一个 drawcall 吗 ☆☆☆☆☆☆☆☆☆☆☆ [ 88%]

... fish.scoreItem = new Laya.Image(); fish.scoreItem.skin = "assets/ui_imgs/img_10103.png"; fish.scoreItem.sizeGrid = '0,10,0,10'; var price = this.getFishVal('10001', 3); var length = String(price).length; var w = length * 16 + 15 + 40; fish.scoreItem.width = w; fish.scoreItem.x = fish.getB...

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

70. hitTestPoint对象父容器rotation旋转之后检测不了碰撞 [ 88%]

...Rectangle = new Laya.Rectangle(0, 0, 60, 30); constructor() { super(); var _fish: Laya.Sprite = new Laya.Sprite() _fish.graphics.drawRect(this.are.x, this.are.y, this.are.width, this.are.height, "#00ff00"); _fish.x = 300 _fish.y = 200 this.addChild(_fish); Laya.timer.loop(100, this, function () { co...

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