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

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

51. 骨骼动画-Spine事件 [ 82%]

...。let mFactory, mArmature, mStartX = 400, mStartY = 500, mCurrIndex = 0, mLabelSprite; class Skeleton_SpineEvent { constructor() { const Browser = Laya.Browser, WebGL = Laya.WebGL, Stage = Laya.Stage, Stat = Laya.Stat, Sprite = Laya.Sprite; // 不支持WebGL时自动切换至Canvas Laya.init(Browse...

来源: Laya2.0_示例 发布时间: 20240929

52. 骨骼动画-Spine事件 [ 82%]

...mCurrIndex = 0; var mArmature; var mCurrSkinIndex = 0; var mFactory2; var mLabelSprite; (function(){ Laya.init(Browser.width, Browser.height,WebGL); Laya.stage.bgColor = "#ffffff"; Stat.show(); mLabelSprite = new Sprite(); startFun(); })(); function startFun() { mAniPath = "../../res/spine/spineRes6...

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

53. laya.ui.TextArea [ 81%]

...nts Packagelaya.uiClasspublic class TextAreaInheritanceTextArea TextInput Label Component Sprite Node EventDispatcher Object TextArea 类用于创建显示对象以显示和输入文本。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By align...

来源: laya_api 发布时间: 20170929

54. laya.ui.TextArea [ 81%]

...nts Packagelaya.uiClasspublic class TextAreaInheritanceTextArea TextInput Label UIComponent Sprite Node EventDispatcher Object TextArea 类用于创建显示对象以显示和输入文本。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By act...

来源: Laya2.0_api 发布时间: 20190513

55. timeline 类动作节点回调 [ 81%]

...;group=Tween&name=TimeLine   function createTimerLine() { timeLine.addLabel("turnRight",0).to(target,{x:450, y:100, scaleX:0.5, scaleY:0.5},2000,null,0) .addLabel("turnDown",0).to(target,{x:450, y:300, scaleX:0.2, scaleY:1, alpha:1},2000,null,0) .addLabel("turnLeft",0).to(target,{x:100, y:300, ...

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

56. laya.ui.Tree_API3.0 [ 81%]

...于存储树结构数据。 xmlString = "<root><item label='box1'><abc label='child1'/><abc label='child2'/><abc label='child3'/><abc label='child4'/><abc label='child5'/></item><it...

来源: Laya3.0_api 发布时间: 20231115

57. laya.display.AnimationPlayerBase [ 80%]

...置。 Node addChildren(... args):void 批量增加子节点 Node  addLabel(label:String, index:int):void 增加一个帧标签到指定索引的帧上。当动画播放到此索引的帧时会派发Event.LABEL事件,派发事件是在完成当前帧画面更新之后。 AnimationPlayerBase  ...

来源: laya_api 发布时间: 20170929

58. TimeLine 时间线缓动的LABEL事件无法响应到第一个标签 [ 80%]

TimeLine 时间线缓动的LABEL事件无法响应到第一个标签 正常应该是从标签 r1 r2 r3 r4 可偏偏只要r2 r3 r4 响应了事件,r1 标签的事件没有 响应   附件 : --> 2018-10-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...

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

59. textArea滚动条异常问题 [ 79%]

...高,滚动条就出现了。初步确定是键盘输入文字无法改变label的textHeight,还是说别的什么情况?有没有什么处理方式? 2017-08-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回...

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

60. list点击label保留一种状态 [ 79%]

list点击label保留一种状态 var record_slide_list = this.record_slide_list; data = []; for(var i = 0;i < 10;i++){ data.push({ bgColor:{color:'#f3d9b4'}, type:false }) } record_slide_list.array = data; record_slide_list.selectEnable=true; record_slide_list.selectHandler = new Handler(this, ...

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