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

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

761. 关于zOrder层级问题 [ 47%]

...加一个力,参数x,y,应该描述成力的方向   附件 : --> test_02.zip 2020-03-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 昵称syy的是猪 赞同来自: 176*****795 看了下代码,是合理...

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

762. VSCode高效开发工作流配置指南(TypeScript-IDE篇(TS)-代码模式基础) [ 47%]

...layaair2-cmd命令后,如果出现“……禁止运行脚本……about_ Execution_Policies”类似的报错。如下图所示。 ![图](img/28.png) 在系统管理员权限打开VScode的前提下,在shell终端命令行中,通过输入 `Set-ExecutionPolicy RemoteSigned` 来解决,如要...

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

763. 如何实现3d遮罩效果? [ 46%]

....utils.Stat; import threeDimen.common.CameraMoveScript; public class D3Base_TargetTexture { private var skinMesh:MeshSprite3D; private var skinAni:SkinAnimations; private var mesh0:MeshSprite3D; private var mesh1:MeshSprite3D; private var camera2:Camera; private var x:Number = 0; private var y:Numbe...

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

764. laya.d3.math.Matrix4x4_API3.0 [ 46%]

...eRotationZ createScaling createTranslate multiply translation DEFAULTARRAY _tempMatrix4x4 _tempVector0 _tempVector1 _tempVector2 _tempVector3 Legend Class Class with type parameter Constructor Property Method Object literal Variable Function Type alias Static property Static method Enumeration Inter...

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

765. 如何能监听到TouchStart和TouchEnd事件 [ 46%]

... 2 个回复 189*****192 赞同来自: Sean8023 Laya.stage.on(Event.MOUSE_UP, this, onApeRelease); Laya.stage.on(Event.MOUSE_DOWN, this, onApeRelease); 通过 Event  类型 监听动作  class Event {         /** 一个空的 Event 对象。用于事件派发中转使用。*/        ...

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

766. List属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 46%]

...el 组件,到编辑区的界面里,设置 Label 属性 name 的值为 m_label。另外再设置一下 Label 的显示相关属性使它更好看一些。 ​ **b.**选中 Label 对象,使用快捷键 Ctrl +B 或选择 **菜单栏->编辑->转换为容器** 选项,打开转换为容器设置...

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

767. laya.display.Animation [ 46%]

... Sprite wrapMode : int = 0 播放顺序类型:AnimationPlayerBase.WRAP_POSITIVE为正序播放,AnimationPlayerBase.WRAP_REVERSE为倒序播放,AnimationPlayerBase.WRAP_PINGPONG为pingpong播放(当按指定顺序播放完结尾后,如果继续播发,则会改变播放顺序)。 默认为...

来源: laya_api 发布时间: 20170929

768. laya.display.Animation [ 46%]

...宽度。 Sprite wrapMode : int = 0播放顺序类型:AnimationBase.WRAP_POSITIVE为正序播放(默认值),AnimationBase.WRAP_REVERSE为倒序播放,AnimationBase.WRAP_PINGPONG为pingpong播放(当按指定顺序播放完结尾后,如果继续播发,则会改变播放顺序)。AnimationB...

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

769. LayaAir功能介绍(TypeScript-简介篇(TS)-LayaAir引擎简介) [ 43%]

...看Layabox的微信公众号文章:https://mp.weixin.qq.com/s/lHI3tCozcFd_8fZ1PFJ8Xg 如果在开发过程中存在引擎与工具的BUG问题或者建议请访问社区进行提交:http://ask.layabox.com

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

770. 列表组件 · LayaAir3.0文档 · LAYABOX [ 43%]

...调整好Box的大小。然后在Box下添加一个Label组件,命名为m_label,并设置一下Label的显示效果,使它更好看一些。 (图1-2) 再将创建好的Box节点拖入到List的Item Template属性中,如图1-3所示,这样就指定List的列表项为子节点Box了。 ...

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