大约有 826 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0049 秒)
Laya3.0_api(263) Laya_社区(252) Laya2.0_api(142) laya_api(119) Laya2.0_文档(28) Laya3.0_文档(17) Laya_示例(3) Laya2.0_示例(2)
...orld按钮弹出一个对话框,对话框里面展示 Hello World!export default class HelloWorld extends Laya.Scene { constructor() { super(); HelloWorld.instance = this; } onBtnShowClick(){ var dialog = new Laya.Dialog(); dialog.width=300; dialog.height=600; //var bg = new Laya.Image('comp/img_b...
来源: Laya_社区 发布时间: 20190117
...e: "MyTestSettingsType", properties: [ { name: "option1", type: "boolean", default: true }, { name: "option2", type: "string", default: "", } ] } ]); Editor.extensionManager.createSettings("MyTestSettings", "project", "MyTestSettingsType"); } createSettings的第一个参数是这个配置的名称...
来源: Laya3.0_文档 发布时间: 20241014
...改总计。 d:Number — 指定运动的持续时间。 s:Number (default = 1.70158) — 指定过冲量,此处数值越大,过冲越大。ReturnsNumber — 指定时间的插补属性的值。 这是api的解释,可是怎么用?没有任何文档说明。你说的那个例子...
来源: Laya_社区 发布时间: 20170105
...Resource._addReference Defined in laya/resource/Resource.ts:203 Parameters Default value count: number = 1 Returns void _clearReference _clearReference(): void Inherited from Resource._clearReference Defined in laya/resource/Resource.ts:218 清除引用 Returns void _removeReference _removeReference...
来源: Laya3.0_api 发布时间: 20231115
...fo from "../data/ConfigInfo"; import { ui } from "../ui/layaMaxUI"; export default class RuleDialog extends ui.scene.RuleDialogUI { private m_index: number = -1; private m_downValue: number = -1; constructor() { super(); this.list_rule.hScrollBarSkin = ""; this.list_rule.renderHandler = new Laya.Han...
来源: Laya_社区 发布时间: 20171202
....Browser; import Handler = Laya.Handler; import WebGL = Laya.WebGL; export default class Test_11_Sound { //声明一个信息文本 private txtInfo: Text; constructor() { this.setup(); } private setup(): void { var gap: number = 10; //创建一个Sprite充当音效播放按钮 var soundButto...
来源: Laya_社区 发布时间: 20190421
...ction _getVertexBuffer(index:int = 0):VertexBuffer3D Parameters index:int (default = 0)ReturnsVertexBuffer3D_prepareRender()method override public function _prepareRender(state:RenderContext3D):Boolean Parameters state:RenderContext3DReturnsBoolean_render()method override public function _render(s...
来源: Laya2.0_api 发布时间: 20190513
...回0。 Parameters str:String — 要被解析的字符串。 radix:int (default = 0) — 表示要解析的数字的基数。默认值为0,表示10进制,其他值介于 2 ~ 36 之间。如果它以 “0x” 或 “0X” 开头,将以 16 为基数。如果该参数不在上述范围内,...
来源: laya_api 发布时间: 20170929
...s._goldLabel.color = "#FFBA00"; var font = GameUI.GetFont("$font.marketdlg.default"); this._goldLabel.font = font.family; this._goldLabel.bold = (parseInt(font.bold | 0) == 0 ? false : true); this._goldLabel.fontSize = parseInt(font.size); this._goldLabel.underline = (parseInt(font.underline | 0) ==...
来源: Laya_社区 发布时间: 20170422
...atch"); gulp.watch('src/**/*.*', { delay: 1000 }, compile); }); gulp.task('default', ['connect', 'watch']); 2020-09-08 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 过简单生活 赞同来自: 这个居然没人...
来源: Laya_社区 发布时间: 20200908