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

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

1. Clip属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 100%]

...ip(clipSkin, 10, 1); //自动播放 counter.autoPlay = true; //播放间隔时间1秒 counter.interval = 1000; //计数器切片位置 counter.x = (Laya.stage.width - counter.width) / 2 - 35; counter.y = (Laya.stage.height - counter.height) / 2 - 40; //加载到舞台 Laya.stage.addChild(counter); }...

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