大约有 262 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0046 秒)
Laya_社区(103) Laya3.0_api(67) Laya2.0_文档(25) laya_api(24) Laya2.0_api(22) Laya3.0_文档(20) Laya2.0_示例(1)
... * 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
... 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
... 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
...以 JavaScript 语言为版本,其他语言同理。 如何用LayaAirIDE创建项目及环境配置,大家可以参考官网的说明,这里就不再絮讲。不了解的同学建议先看一下。 上一篇教程有提到我们游戏的包含哪些模块,从简到难,我们先从显示...
来源: Laya_社区 发布时间: 20160722
...er.window.wx); 是未定义的 lock_neo • 2018-06-03 12:06 我又在JS下创建了微信小游戏示例,确定了文件的引入,还是没有Laya.Browser.window.wx这个对象
来源: Laya_社区 发布时间: 20180602
...方可以增加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
...3与JS混合编码。 ### 1. 初识AS3与浏览器交互 假设我们创建了一个名为JSDemo.as的启动类文件,在AS3代码中实现JS的原生alert弹窗效果。示例代码如下: **方式一:** ```java package { import laya.utils.Browser; public class JSDemo { public function ...
来源: Laya2.0_文档 发布时间: 20210715
...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
...Point.interpolate在layaAir下如何实现? 解答:在AS3中,Point创建的是一个对象,封装了很对方法供公开发者使用。LayaAir下,为了性能考虑,Point不再是一个对象,而是一个包含X,Y值的坐标,类似interpolate方法我们没有直接提供接口...
来源: Laya_社区 发布时间: 20160627
...mponent.ts:275 组件被激活后执行,此时所有节点和组件均已创建完毕,次方法只执行一次 Returns void onDisable onDisable(): void Inherited from Component.onDisable Defined in laya/components/Component.ts:312 组件被禁用时执行,比如从节点从舞台移除后 Retu...
来源: Laya3.0_api 发布时间: 20231115