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

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

111. 混合模式-Lighter [ 82%]

... b.length == 2 ? b : "0" + b; return "#" + r + g + b; } })();module laya { import Animation = Laya.Animation; import Stage = Laya.Stage; import Browser = Laya.Browser; import Handler = Laya.Handler; import Tween = Laya.Tween; import WebGL = Laya.WebGL; export class BlendMode_Lighter { // 一只凤...

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

112. 混合模式-Lighter [ 82%]

..."0" + b; return "#" + r + g + b; } } new BlendMode_Lighter();module laya { import Animation = Laya.Animation; import Stage = Laya.Stage; import Browser = Laya.Browser; import Handler = Laya.Handler; import Tween = Laya.Tween; import WebGL = Laya.WebGL; export class BlendMode_Lighter { // 一只凤...

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

113. 怎么获取手机相册内容 [ 82%]

...容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: package { import laya.display.Sprite; import laya.ui.Button; import laya.utils.Browser; import laya.utils.Handler; public class Main { public function Main() { //初始化引擎 Laya.init(500,500);//初始化引擎 var skins:Array = [ "r...

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

114. 鼠标交互-拖动 [ 82%]

...滑动效果) ape.startDrag(dragRegion, true, 100); } })();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Event = Laya.Event; import Rectangle = Laya.Rectangle; import Texture = Laya.Texture; import Browser = Laya.Browser; import Handler = Laya.Handler; import WebGL = L...

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

115. Sprite-遮罩-放大镜 [ 82%]

....y = Laya.stage.mouseY; }); } } new Sprite_MagnifyingGlass();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Browser = Laya.Browser; import Handler = Laya.Handler; import WebGL = Laya.WebGL; export class Sprite_MagnifyingGlass { private maskSp:Sprite; private bg2:Sprite;...

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

116. LayaAir项目发布Flash版本 报错 [ 82%]

...误 请问2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 求高人分享使用protobuff框架的游戏demo(TS版本或AS版本的) 动画混合无效(版本2.6) 问题状态 最新活动: 2017-04-11 16:39 浏览: 977 关注: 2 人

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

117. import 什么用,需要注意哪些 [ 82%]

import 什么用,需要注意哪些 什么import什么用啊,每次都重要打Laya !!!! 附件 : --> 2017-02-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 asdf131 赞同来自: import test = ui.t...

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

118. 鼠标交互-拖动 [ 82%]

...startDrag(dragRegion, true, 100); } } new Interaction_Drag();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Event = Laya.Event; import Rectangle = Laya.Rectangle; import Texture = Laya.Texture; import Browser = Laya.Browser; import Handler = Laya.Handler; import WebGL =...

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

119. 骨骼动画-换装 [ 81%]

...ature.play(mCurrIndex, false); } } new Skeleton_ChangeSkin();module laya { import Skeleton = Laya.Skeleton; import Templet = Laya.Templet; import Event = Laya.Event; import Browser = Laya.Browser; import Stat = Laya.Stat; import WebGL = Laya.WebGL; export class ChangeSkin { private mAniPath:string; ...

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

120. ToolTip鼠标悬停的使用 [ 81%]

...现鼠标悬停的提示功能 以下提供了三种鼠标提示package { import laya.net.Loader; import laya.ui.Button; import laya.ui.TipManager; import laya.utils.Browser; import laya.utils.Handler; import ui.TestTipsUI; public class ToolTipDemo { private var _testTip:TestTipsUI;//ui弹框(IDE...

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