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

大约有 568 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0073 秒)

411. laya.ui.ColorPicker [ 51%]

...only] 返回鼠标在此对象坐标系上的 Y 轴坐标信息。 Sprite name : String节点名称。Node numChildren : int[read-only] 子对象数量。 Node optimizeScrollRect : Boolean 指定是否对使用了 scrollRect 的显示对象进行优化处理。默认为false(不优化)。 当值...

来源: laya_api 发布时间: 20170929

412. 在微信小游戏中使用BitmapFont会导致报错. [ 51%]

...("version.json", Handler.create(null, beginLoad), Laya.ResourceVersion.FILENAME_VERSION);  function beginLoad(){     let timerFont = new Laya.BitmapFont();     timerFont.loadFont('res/timerfont.fnt', Laya.Handler.create(this, () => {         Laya.Text.registerBitmapFont('Name', t...

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

413. 有Avatar蒙皮动画的模型,播放特定动画时相机渲染的BUG,共有几个步骤,进来看详细问题。 [ 51%]

...?~~~~~~~~~~~~~ TypeScript下HttpRequest发送Post请求有Bug? varname 的详细区别是什么? 骨骼动画播放完后的回调时间 模型资源释放问题 自从layaflash起,就一直存在的bug laya3D动画无法播放 1.7.20beta有bug,帧属性面板打不开 LayaAir2.61 测...

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

414. laya.ui.VSlider [ 51%]

...only] 返回鼠标在此对象坐标系上的 Y 轴坐标信息。 Sprite name : String节点名称。Node numChildren : int[read-only] 子对象数量。 Node optimizeScrollRect : Boolean 指定是否对使用了 scrollRect 的显示对象进行优化处理。默认为false(不优化)。 当值...

来源: laya_api 发布时间: 20170929

415. laya.ui.CheckBox_API3.0 [ 51%]

...s _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag toggle drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode bottom cacheAs centerX centerY clickHandler components customRenderEnable dataSource destroyed disabled...

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

416. 在 tiledmap 插入一个精灵在上面 [ 51%]

...mapLayer = this.tiledMap.getLayerByIndex(1);   console.info(mapLayer.layerName);   this.sp.pos(0,0);   mapLayer._childs[0].addChild(this.sp); }   }   new GameInfo();   遇到的问题1 把精灵插入地图时 如果代码这样写就会报错  mapLayer.addChild(this.sp);  必须要这样写...

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

417. laya.ui.HSlider [ 51%]

...only] 返回鼠标在此对象坐标系上的 Y 轴坐标信息。 Sprite name : String节点名称。Node numChildren : int[read-only] 子对象数量。 Node optimizeScrollRect : Boolean 指定是否对使用了 scrollRect 的显示对象进行优化处理。默认为false(不优化)。 当值...

来源: laya_api 发布时间: 20170929

418. laya.ui.ViewStack [ 51%]

...only] 返回鼠标在此对象坐标系上的 Y 轴坐标信息。 Sprite name : String节点名称。Node numChildren : int[read-only] 子对象数量。 Node optimizeScrollRect : Boolean 指定是否对使用了 scrollRect 的显示对象进行优化处理。默认为false(不优化)。 当值...

来源: laya_api 发布时间: 20170929

419. laya.ui.Button_API3.0 [ 51%]

...s _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag toggle drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode bottom cacheAs centerX centerY clickHandler components customRenderEnable dataSource destroyed disabled...

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

420. ShaderPass介绍(JavaScript-3D基础(JS)-LayaAir3D之shader) [ 51%]

...tp://layaair2.ldc2.layabox.com/demo2/?language=ch&category=3d&group=Shader&name=Shader_MultiplePassOutline))。 ##### 第一个Pass使用的着色器: 顶点着色器 `outline.vs` 代码如下: ```c++ attribute vec4 a_Position; attribute vec3 a_Normal; uniform mat4 u_MvpMatrix; uniform float u...

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