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

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

1621. laya.ui.LayoutBox [ 33%]

... toolTip : * 鼠标悬停提示。 可以赋值为文本 String 或函数 Handler ,用来实现自定义样式的鼠标提示和参数携带等。 UIComponent top : Number 从组件顶边到其内容区域顶边之间的垂直距离(以像素为单位)。 UIComponent transform : Matrix 对...

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

1622. laya.d3.core.Sprite3D_API3.0 [ 33%]

... Returns Sprite3D 克隆实例。 Static load load(url: string, complete: Handler): void Defined in laya/d3/core/Sprite3D.ts:77 加载网格模板。 Parameters url: string 模板地址。 complete: Handler 完成回掉。 Returns void Globals "laya/d3/core/Sprite3D" Sprite3D constructor _extra _sce...

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

1623. Laya.loader.load(xx) 当地址""的时候,会报错。 [ 33%]

...,会报错。 laya 引擎是2.5的      Laya.loader.load(cg_url,Laya.Handler.create(this,()=>{             let tur:Laya.Texture = Laya.loader.getRes(cg_url);             if(tur)img_cg.graphics.drawImage(tur)         }),null,Laya.Loader.IMAGE);    这段...

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

1624. Laya多点触控是有开关吗 为什么多点触控没有任何反应 [ 32%]

...F/Conventional/JJF.lh"];         Laya.loader.create(resource, Laya.Handler.create(this, this.onComplete));     }     onComplete(){         //创建场景         let scene = Laya.stage.addChild(new Laya.Scene3D());         //创建相机         let ca...

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

1625. laya.d3.core.material.TerrainMaterial [ 32%]

...eMaterial  disableLight():voidTerrainMaterial load(url:String, complete:Handler):void[static] 加载材质。 BaseMaterial  setDetailNum(value:int):voidTerrainMaterial  setDiffuseScale1(x:Number, y:Number):voidTerrainMaterial  setDiffuseScale2(x:Number, y:Number):voidTerrainMaterial  setD...

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

1626. 多种碰撞器形状(TypeScript-3D基础(TS)-LayaAir3D之物理系统) [ 32%]

...。 ```typescript Laya.Mesh.load("res/threeDimen/Physics/table.lm", Laya.Handler.create(this, function(mesh:Laya.Mesh) { //....省略中间 //读取导出的桌子模型 var table = scene.addChild(new Laya.MeshSprite3D(mesh)) as Laya.MeshSprite3D; //给桌子加刚体并且设置刚体属性 var rig...

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

1627. laya.ui.Image [ 31%]

... toolTip : * 鼠标悬停提示。 可以赋值为文本 String 或函数 Handler ,用来实现自定义样式的鼠标提示和参数携带等。 Component top : Number 从组件顶边到其内容区域顶边之间的垂直距离(以像素为单位)。 Component transform : Matrix 对象...

来源: laya_api 发布时间: 20170929

1628. 多种碰撞器形状(ActionScript-3D基础(AS3)-LayaAir3D之物理系统) [ 31%]

...一张桌子。 ```typescript Mesh.load("res/threeDimen/Physics/table.lm", Handler.create(this, function(mesh:Mesh):void { //....省略中间 //读取导出的桌子模型 var table:MeshSprite3D = scene.addChild(new MeshSprite3D(mesh)) as MeshSprite3D; //给桌子加刚体并且设置刚体属性 va...

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

1629. laya.d3.core.light.LightSprite [ 31%]

...类型是否是鼠标事件。 EventDispatcher load(url:String, complete:Handler):void[static] 加载网格模板。 Sprite3D off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String ...

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

1630. laya.d3.core.trail.TrailSprite3D [ 31%]

...类型是否是鼠标事件。 EventDispatcher load(url:String, complete:Handler):void[static] 加载网格模板。 Sprite3D off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String ...

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