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

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

121. 截屏drawToCanvas的疑问 [ 50%]

...     * var texture:Texture = new Texture(htmlCanvas);//使用htmlCanvas创建Texture          * var sp:Sprite = new Sprite().pos(0, 200);//创建精灵并把它放倒200位置          * sp.graphics.drawTexture(texture);//把截图绘制到精灵上          * Laya.stage....

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

122. laya.d3.core.light.Light_API3.0 [ 50%]

... Globals "laya/d3/core/light/Light" Light Class Light LightSprite 用于创建灯光的父。 Hierarchy Component Light SpotLightCom DirectionLightCom PointLightCom AreaLightCom Index Constructors constructor Properties _extra _singleton color owner runInEditor scriptPath Accessors awaked dest...

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

123. laya.components.Script_API3.0 [ 50%]

... Menu Globals "laya/components/Script" Script Class Script Script 用于创建脚本的父,该为抽象,不允许实例。 Hierarchy Component Script Index Constructors constructor Properties _extra _singleton owner runInEditor scriptPath Accessors awaked destroyed enabled hideFlags ...

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

124. 【简单跑酷--JS版】---Lv.2 之间的引用以及背景滚动实现 [ 50%]

...以 JavaScript 语言为版本,其他语言同理。 如何用LayaAirIDE创建项目及环境配置,大家可以参考官网的说明,这里就不再絮讲。不了解的同学建议先看一下。   上一篇教程有提到我们游戏的包含哪些模块,从简到难,我们先从显示...

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

125. Laya.Browser.window.wx 找不到这个对象 [ 50%]

...er.window.wx); 是未定义的 lock_neo • 2018-06-03 12:06 我又在JS下创建了微信小游戏示例,确定了文件的引入,还是没有Laya.Browser.window.wx这个对象

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

126. 希望能介绍下编译as的大致过程 [ 50%]

...方可以增加stencil功能 Adobe Flash Builder 4.7无法编译Laya2.6.1创建的3D示例项目 在线急等,发现你们这个编译器一个bug,不能实现负负得正 微信小游戏编译报错 问题状态 最新活动: 2017-08-23 15:35 浏览: 1315 关注: 3 人 nalley • 2017-08-23 15:...

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

127. AS3与JS混合编码(ActionScript-2D进阶篇(AS3)-扩展模块) [ 50%]

...3与JS混合编码。 ### 1. 初识AS3与浏览器交互   假设我们创建了一个名为JSDemo.as的启动文件,在AS3代码中实现JS的原生alert弹窗效果。示例代码如下: **方式一:** ```java package { import laya.utils.Browser; public class JSDemo { public function ...

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

128. laya.d3.physics.PhysicsComponent_API3.0 [ 50%]

...mponent" PhysicsComponent Class PhysicsComponent PhysicsComponent 用于创建物理组件的父。 Hierarchy Component PhysicsComponent PhysicsTriggerComponent CharacterController Index Constructors constructor Properties _extra _singleton canScaleShape owner runInEditor scriptPath Accessors ...

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

129. 请教各位前辈们,AS的一些API好像layabox没有,求解决方法或者思路,比如 Point 的interpolate方法 具体问题内详 [ 49%]

...Point.interpolate在layaAir下如何实现?   解答:在AS3中,Point创建的是一个对象,封装了很对方法供公开发者使用。LayaAir下,为了性能考虑,Point不再是一个对象,而是一个包含X,Y值的坐标,似interpolate方法我们没有直接提供接口...

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

130. laya.d3.component.LODGroup_API3.0 [ 49%]

...mponent.ts:275 组件被激活后执行,此时所有节点和组件均已创建完毕,次方法只执行一次 Returns void onDisable onDisable(): void Inherited from Component.onDisable Defined in laya/components/Component.ts:312 组件被禁用时执行,比如从节点从舞台移除后 Retu...

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