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

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

261. 请教date选择器的问题 [ 68%]

...版本如何实现 <input type="date" min="2017-09-04" max="2017-10-03" class="Field__date" placeholder="选择日期"> 类型的时间选择器? 2017-10-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 L...

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

262. Panel使用文档(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 68%]

...动图5所示: ![5](img\5.gif)(图5) **示例代码:** ```typescript class PanelTest { constructor() { //初始化引擎 Laya.init(800, 600); //预加载所需资源 Laya.loader.load("res/atlas/comp.atlas", Laya.Handler.create(this, this.onLoaded)); } private onLoaded(): void { //实例化Panel...

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

263. 新手学js做开发,写了一个按钮,点击没有反应 [ 68%]

...on LoginView(){         LoginView.super(this);     }     Laya.class(LoginView,"LoginView",_super);     return LoginView; })(ui.LoginUI);   2018-01-30 0 0 分享 微博 QZONE 微信 sky_summer 赞同来自: 我是根据视频上学的(如下截图),我对照了一下,他这...

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

264. RadioGroup属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 67%]

...绍请参考 [ http://layaair.ldc.layabox.com/api/index.html?category=Core&class=laya.ui.RadioGroup](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.RadioGroup)。 ## 2、通过LayaAirIDE创建RadioGroup组件 ### 2.1 创建RadioGroup ​...

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

265. 输入文本组件 · LayaAir3.0文档 · LAYABOX [ 67%]

...下面给出一个示例代码,实现脚本控制TextInput: const { regClass, property } = Laya; @regClass() export class TextInputControl extends Laya.Script { //declare owner : Laya.Sprite3D; @property( { type : Laya.TextInput } ) public txtin: Laya.TextInput; constructor() { super(); } /** * ...

来源: Laya3.0_文档 发布时间: 20241014

266. typeScript Java互调问题 [ 67%]

...—————————————————————— public class MainActivity extends Activity{          private IPlugin mPlugin = null;     private IPluginRuntimeProxy mProxy = null;     boolean isLoad=false;     boolean isExit=false;     private WebView webView = null; ...

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

267. RopeJoint代码动态创建 无法设置otherbody [ 67%]

...g * @ email:0110110110@qq.com * @ data: 2022-04-09 15:53 */ export default class fruit extends Laya.Script {     static Fru:fruit;     public rope:Laya.RopeJoint     constructor() {         super();        fruit.Fru=this;             }      onAwake() {         let rig:Laya...

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

268. 位图字体的制作与使用(TypeScript-LayaAir基础篇(TS)-文本) [ 67%]

...i } from "./ui/layaMaxUI"; //继承BitmapFont的ui场景类 export default class AllText extends ui.examples.text.BitmapFontUI { //给自己注册的字体起个名 private fontName: string = "diyFont"; constructor() {super();} onAwake(): void { //加载位位图字体 this.loadBitmapFont(); } /** *...

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

269. UI-RadioGroup [ 67%]

....ui.RadioGroup; import laya.utils.Handler; import laya.webgl.WebGL; public class UI_RadioGroup { private const SPACING:int = 150; private const X_OFFSET:int = 200; private const Y_OFFSET:int = 200; private var skins:Array; public function UI_RadioGroup() { // 不支持WebGL时自动切换至Canvas L...

来源: Laya_示例 发布时间: 20241118

270. 自定义UI导致编辑器无显示 [ 67%]

...;& (clipY=1); this._clipX=clipX; this._clipY=clipY; this.skin=url; } __class(LabelAtlas,'laya.customUI.LabelAtlas',_super); var __proto=LabelAtlas.prototype; return LabelAtlas; })(Clip) xml如下: <?xml version="1.0" encoding="utf-8"?> <uiComp> <!-- drag:0-...

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