大约有 779 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0073 秒)
...ture = Laya.loader.getRes(cg_url); if(tur)img_cg.graphics.drawImage(tur) }),null,Laya.Loader.IMAGE); 这段代码, 当 cg_url等于“”的时候,底层判断会走到这个接口下面 this.onLoaded(null) load(url, type = null, cache = t...
来源: Laya_社区 发布时间: 20201130
...击`动画`后,将弹出时间轴动画创建面板。在面板内选择GraphicAnimation类型,输入`动画名称`,点击`确定`,如图2所示。 ![2](img/2.png)(图2) *Tips: 面板中的各栏目说明,请参考文档《UI页面、粒子、动画、脚本新增面板详解》* 点击确...
来源: Laya2.0_文档 发布时间: 20210715
...</span>"; Laya.stage.addChild(html3); var sp:Sprite=new Sprite(); sp.graphics.drawRect(0,0,300,30,null,"#999999"); Laya.stage.addChild(sp);4、实现超链接 示例如下:public function HtmlDemo() { var div:HTMLDivElement=new HTMLDivElement(); div.innerHTML="<span href='http://ask.layab...
来源: Laya_社区 发布时间: 20161027
...停止或清除,比如要瞬移角色的时候停止。伤脑壳~~!! graphics alpha 问题 unity 粒子特效 laya插件有问题? 请问如何让textinput组件输入密码的时候显示*号? Laya 鼠标Cursor怪异问题,有demo 问题状态 最新活动: 2019-11-22 17:16 浏览: 1282...
来源: Laya_社区 发布时间: 20191122
...的需求适当调整,如果内容不变可以不用设置成true sprite.graphics.drawTexture(texture, 0, 0, texture.width, texture.height); Laya.stage.addChild(sprite); }); } }开发数据域:public class LayaUISample { public function LayaUISample() { //微信小游戏适配库初始化 MiniAd...
来源: Laya_社区 发布时间: 20180525
...击`动画`后,将弹出时间轴动画创建面板。在面板内选择GraphicAnimation类型,输入`动画名称`,点击`确定`,如图2所示。 ![2](img/2.png)(图2) *Tips: 面板中的各栏目说明,请参考文档《UI页面、粒子、动画、脚本新增面板详解》* 点击确...
来源: Laya2.0_文档 发布时间: 20210715
...击`动画`后,将弹出时间轴动画创建面板。在面板内选择GraphicAnimation类型,输入`动画名称`,点击`确定`,如图2所示。 ![图2](img/2.png) (图2) *Tips: 面板中的各栏目说明,请参考文档《UI页面、粒子、动画、脚本新增面板详解》* ...
来源: Laya2.0_文档 发布时间: 20210715
...gin extends IEditorEnv.AssetPreview { constructor() { super(); this.sprite.graphics.drawCircle(100, 100, 50, "#ffff00"); this.sprite.size(100, 100); } async setAsset(asset: IEditorEnv.IAssetInfo): Promise<any> { this.renderTarget = this.sprite; } } 显示效果如下: 二十、自定义资...
来源: Laya3.0_文档 发布时间: 20241014
...,也包括我(!嘻嘻) var a: Laya.Sprite = new Laya.Sprite(); a.graphics.drawCircle(0, 0, 50, "#ff0000"); Laya.stage.addChild(a); a.size(100, 100); a.pos(200, 200); a.mouseEnabled = true; a.mouseThrough = true; a.on(Laya.Event.MOUSE_DOWN, null, function (e: Laya.Event): void { console...
来源: Laya_社区 发布时间: 20161109