大约有 573 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0039 秒)
Laya_社区(339) Laya3.0_api(158) Laya2.0_文档(35) Laya3.0_文档(19) Laya2.0_示例(7) laya_api(7) Laya_示例(6) Laya2.0_api(2)
...: string, defValue?: boolean): boolean Defined in laya/html/HtmlElement.ts:60 Parameters attrName: string Optional defValue: boolean Returns boolean getAttrFloat getAttrFloat(attrName: string, defValue?: number): number Defined in laya/html/HtmlElement.ts:56 Parameters attrName: string Optional defV...
来源: Laya3.0_api 发布时间: 20231115
...ount += getIsStrokeWithAngel(30.0);\r\nstrokeCount += getIsStrokeWithAngel(60.0);\r\nstrokeCount += getIsStrokeWithAngel(90.0);\r\nstrokeCount += getIsStrokeWithAngel(120.0);\r\nstrokeCount += getIsStrokeWithAngel(150.0);\r\nstrokeCount += getIsStrokeWithAngel(180.0);\r\nstrokeCount += getIsStrokeWi...
来源: Laya_社区 发布时间: 20190528
.../127.0.0.1:63435/game/op ... 214:10) at http://127.0.0.1:63435/game/op ... 60:25 at http://127.0.0.1:63435/game/op ... 82:47 at http://127.0.0.1:63435/game/op ... 86:40 2018-05-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...
来源: Laya_社区 发布时间: 20180507
...; import flash.events.Event; import login.LoginView; [SWF(width=800,height=600,backgroundColor="0xffffff",frameRate=60)] public class Main extends Sprite { public function Main():void { IFlash.setSize(800, 600);//2D项目中设置场景尺寸 IFlash.setOrientationEx(1); //是否为横屏模式 IFlas...
来源: Laya_社区 发布时间: 20151225
...创建了1个animation,这个速度很快。 但是我把程序改为每60帧(1s)或者每10帧创建一个wheel,就能正常为每个wheel添加一个animation。 引擎某个地方有问题吧,因为只有animation有问题,而animaton又使用了缓存池。 2019-03-13 0 1 分享 微...
来源: Laya_社区 发布时间: 20190312
...该方法以帧率为单位循环执行。项目运行默认的frameRate是60帧,Timer下如果delta值为1,就表示每一帧执行一次,依次类推,delta值越大,执行的频率越慢。 第二个问题: 两次时针直接的时间间隔:可以理解为第一次执行与第二...
来源: Laya_社区 发布时间: 20160825
...c class HelloWorld{ public function HelloWorld(){ //创建舞台 Laya.init(600, 300);//舞台默认背景色是黑色的 var txt:Text = new Text(); txt.text = "Hello, World!"; //设置文本颜色 txt.color = '#FF0000'; //设置文本字体大小,单位是像素 txt.fontSize = 66; //设置字体...
来源: Laya_社区 发布时间: 20180914
...心里阴影很大的说。。嘿嘿) GameTime 游戏时间 游戏总共60秒 Cloud 云朵 (玩家就得靠踩着玩意才能跳上去) CloudAnim 云朵简单动画 (云朵被踩之后有个小动画) MapCloud 云朵地图(用来控制和监听所有云朵的状态) Player 玩家...
来源: Laya_社区 发布时间: 20160805
...建舞台,默认背景色是黑色的 Laya.init(600, 300); var txt:Text = new Text(); //设置文本内容 txt.text = "Hello Layabox"; ...
来源: Laya2.0_文档 发布时间: 20210715
...算是有问题的,面数和帧率挂钩,我去设置帧率为30或者60计算出来的数据都不一样。 木易楊 • 2024-06-28 11:18 应该是Laya.Stat[Laya.Stat.TriangleFace.value]/3 木易楊 • 2024-06-28 10:37 没有相关接口函数,也可能是更新了最新版导致LayaAir 3.2...
来源: Laya_社区 发布时间: 20240624