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

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

911. Material材质使用的哪个Shader为什么不是保存在材质lmat文件里面? [ 70%]

...使用的哪个Shader为什么不是保存在材质lmat文件里面? { "type":"Laya.StandardMaterial", "path":"Assets/ArenaScene/Materials/t0201.lmat" },现在一个材质使用的哪个Shader是作为type保存在使用这个lmat文件的地方,这样设计的目的是什么? 如果我有一...

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

912. laya.d3.core.particleshuriken.module.GradientDataVector2_API3.0 [ 70%]

...or gradientCount add clone cloneTo Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface

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

913. 输入文本组件 · LayaAir3.3 · 引擎文档 · LAYABOX [ 70%]

...充,1:重复填充)",以逗号分隔。例如:"4,4,4,4,1" 类型 type 输入框类型,共有十三种类型:text、password、email、url、number、range、date、month、week、time、dateime、dateime—local、search。效果等同HTML的input 字符数量限制 maxchars 最大字...

来源: Laya3.0_文档 发布时间: 20251010

914. laya.display.cmd.DrawTextureCmd_API3.0 [ 70%]

...ix texture uv width x y ID recover Legend Object literal Variable Function Type alias Class Class with type parameter Property Method Enumeration Interface Static property

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

915. laya.ui.Tree_API3.0 [ 70%]

...域的属性为:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/height。 default false 不可穿透,此对象的鼠标响应区域由width、height、hitArea属性决定。 name name: string = "" Inherited from Node.name Defined in laya/...

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

916. laya.d3.component.staticmesh.StaticMeshMergeInfo_API3.0 [ 70%]

...rs addElement destroy match create Legend Object literal Variable Function Type alias Class Class with type parameter Property Method Enumeration Interface Static method

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

917. http 请求 once 的 回调参数,如何传递和接收? [ 70%]

...调参数,如何传递和接收? once () method  public function once(type:String, caller:*, listener:Function, args:Array = null):EventDispatcher使用 EventDispatcher 对象注册指定类型的事件侦听器对象,以使侦听器能够接收事件通知,此侦听事件响应一次后自...

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

918. 在2.0里如何调用在编辑模式下创建的对话框 [ 70%]

...在场景中调用它?  firstDialog.scene的内容如下: { "x":0, "type":"Dialog", "selectedBox":1, "selecteID":3, "props":{"width":640,"sceneColor":"#000000","height":480}, "nodeParent":-1, "label":"Dialog", "isOpen":true, "isDirectory":true, "isAniNode":true, "hasChild":true, "compId":1, "ch...

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

919. laya.ui.VSlider [ 70%]

...域的属性为:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/height。 Sprite mouseX : Number[read-only] 返回鼠标在此对象坐标系上的 X 轴坐标信息。 Sprite mouseY : Number[read-only] 返回鼠标在此对象坐标系...

来源: laya_api 发布时间: 20170929

920. 对话框点击空白处无法关闭 [ 70%]

...call(this); } CLASS$(testUI,'ui.testUI',_super); var __proto__=testUI.prototype; __proto__.createChildren=function(){ laya.ui.Component.prototype.createChildren.call(this); this.createView(testUI.uiView); } testUI.uiView={"type":"Dialog","props":{"width":266,"height":720},"child":[{"type":"Image","p...

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