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

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

301. Laya.Scene.open方法中的complete的handler不返回 [ 60%]

...有通过一个类的名字(字符串)来获取该类的方法?类似get class by name laya2.0调用scene.gc方法,再次加载同一份资源时候,会导致gpu内存不断增加! 有没有Unity3d的Vector3.Angle(计算两个三维向量之间的角度)这样的方法?或求3D抛物...

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

302. list里面可以加入多个view吗? [ 60%]

...laya.ui.View; import laya.utils.Browser; import laya.utils.Handler; public class LayaAirDemo { private var list:List; public function LayaAirDemo() { Laya.init(Browser.width,Browser.height); Laya.stage.bgColor="#EEFFCC"; Laya.loader.load("res/atlas/comp.json",Handler.create(this,onLoaded),null,Loade...

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

303. 鼠标脚本(ActionScript-3D基础(AS3)-LayaAir3D之鼠标交互) [ 60%]

...,并且给4个猴都添加了脚本。 > **脚本类**: ```typescript class MouseScript extends Script3D{ private var meshsp:MeshSprite3D; public function MouseScript() {} /** * 覆写3D对象组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 */ o...

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

304. Property 'GraphicAnimation' does not exist on type 'typeof display'. [ 60%]

...f undefined 2.0.0编译报错Cannot find global type 'Array' Warning!,this class[MiniAdpter] already exist: Object {init: } Uncaught TypeError: Cannot read property 'props' of undefined 关于@prop {name:Tab,type:Node} 我觉得好麻烦啊 ,请问一下有别的方法吗 鼠标自定义样式官...

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

305. 视频Demo播放问题 [ 60%]

...没有报错 zl18510521186 • 2018-03-28 16:36 就有一个Warning!,this class[MiniAdpter] already exist: Object {} 这个,其他的没有

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

306. laya.d3.core.SimpleSkinnedMeshSprite3D_API3.0 [ 60%]

...Globals "laya/d3/core/SimpleSkinnedMeshSprite3D" SimpleSkinnedMeshSprite3D Class SimpleSkinnedMeshSprite3D SkinnedMeshSprite3D 类用于创建网格。 Hierarchy RenderableSprite3D SimpleSkinnedMeshSprite3D Index Constructors constructor Properties _extra _scene _url name tag LIGHTMAP LIGHTMAPSCALEO...

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

307. laya.ui.View [ 60%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames ViewProperties | Methods | Events Packagelaya.uiClasspublic class ViewInheritanceView Box Component Sprite Node EventDispatcher ObjectSubclasses Dialog View 是一个视图类。 Public Properties Hide Inherited Public ...

来源: laya_api 发布时间: 20170929

308. LayaAir中字符串转xml [ 59%]

...有通过一个类的名字(字符串)来获取该类的方法?类似get class by name 老项目类库升级到 LayaAir 2.1.0beta报错! 按官网上的文档 使用LayaNative运行LayaAir项目https://ldc.layabox.com/doc/?nav=zh-as-7-0-1。出现了问题 LayaAir 2.0 TS版编译出错GameConfig...

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

309. laya.d3.core.light.SpotLight [ 59%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames SpotLightProperties | Methods | Events | Constants Packagelaya.d3.core.lightClasspublic class SpotLightInheritanceSpotLight LightSprite Sprite3D ComponentNode Node EventDispatcher Object SpotLight 类用于创建聚光...

来源: laya_api 发布时间: 20170929

310. 角色碰撞器(JavaScript-3D基础(JS)-LayaAir3D之物理系统) [ 59%]

...址](https://layaair.ldc.layabox.com/api2/Chinese/index.html?category=Core&class=laya.d3.physics.CharacterController))。 #### (1) 使用代码创建角色碰撞器 **插件目前暂不支持角色碰撞器导出,使用时需要使用代码创建。** 下面这段代码来自官方示例([demo...

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