大约有 2,831 项符合查询结果, 库内数据总量为 31,629 项。 (搜索耗时: 0.0061 秒)
Laya_社区(1671) Laya3.0_api(668) Laya2.0_文档(133) Laya2.0_api(128) laya_api(122) Laya3.0_文档(82) Laya2.0_示例(16) Laya_示例(11)
...ttps://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=Animation&class=laya.ani.bone.Skeleton) 创建 DragonBonesDemo.js,代码编写如下: ```java //初始化舞台 Laya.init(1334,750); //创建一个Skeleton对象 var skeleton = new Laya.Skeleton(); //添...
来源: Laya2.0_文档 发布时间: 20210715
...使用matter.js库无智能提示 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏如何使用ttf字体? 微信小游戏:HTMLDivElement的使用 LayaAirIDE下如何使用mask? 求高人分享使用protobuff框架的游戏demo(TS版本或AS版本...
来源: Laya_社区 发布时间: 20180511
...: 2 人 Zorana • 2018-07-31 16:34 let button = wx.createUserInfoButton({ type: 'text', text: '获取用户信息', style: { left: 10, top: 76, width: 200, height: 40, lineHeight: 40, backgroundColor: '#ff0000', color: '#ffffff', textAlign: 'center', fontSize: 16, borderRadius: 4 } }) 这种利用...
来源: Laya_社区 发布时间: 20180728
... LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 关于使用matterjs物理引擎鼠标问题 unity中的模型导出后在laya中显示不正常 从unity导出的场景透贴和模型烘焙的灯光不显示,请问有知道是什么...
来源: Laya_社区 发布时间: 20170504
... class GameMain{ constructor() { Laya.init(1280,760); Laya.ResourceVersion.type = Laya.ResourceVersion.FILENAME_VERSION; Laya.ResourceVersion.enable("version.json", Laya.Handler.create(this, this.beginLoad)); } private beginLoad(): void { console.debug("aaaaaaaaaaaaaaaaa"); var img = new Laya.Sprite...
来源: Laya_社区 发布时间: 20180416
...小游戏如何使用ttf字体? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏:HTMLDivElement的使用 LayaAirIDE下如何使用mask? 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined 请问2.0的版本...
来源: Laya_社区 发布时间: 20161219
...(https://layaair.ldc.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=3D&category=BulletPhysics&class=laya.d3.physics.PhysicsSimulation)。射线检测使用的接口有4个,分为两类。`raycastFromTo`,`raycastAllFromTo`一类,`rayCast`,`rayCastAll`一类。我们将前面2个...
来源: Laya2.0_文档 发布时间: 20210715
...sk? LayaBox IDE 支持多开吗 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏:HTMLDivElement的使用 微信小游戏如何使用ttf字体? 使用钢体设置防穿后仍有几率会穿透 问题状态 最新活动: 2016-03-01 19:22 浏览: 1898 ...
来源: Laya_社区 发布时间: 20160229
...ttps://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=Animation&class=laya.ani.bone.Skeleton) 创建 DragonBonesDemo.ts,代码编写如下: ```typescript //初始化舞台 Laya.init(1334,750,Laya.WebGL); //创建一个Skeleton对象 var skeleton:Laya.Skeleto...
来源: Laya2.0_文档 发布时间: 20210715
... }), null, Laya.Loader.JSON); }) 错误信息:TypeError: Failed to execute 'attachShader' on 'WebGL2RenderingContext': parameter 2 is not of type 'WebGLShader' 2019-08-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...
来源: Laya_社区 发布时间: 20190808