大约有 12,566 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0237 秒)
Laya_社区(11623) Laya2.0_文档(410) Laya3.0_api(253) Laya3.0_文档(148) laya_api(48) Laya2.0_api(45) Laya_示例(23) Laya2.0_示例(16)
...LayaPlayer运行器。核心引擎LayaAir性能全球领先,支持2D、3D、VR开发,支持AS3、JavaScript、TypeScript三种开发语言、LayaAirIDE让项目开发更高效。let SPACING = 150, X_OFFSET = 200, Y_OFFSET = 200, skins; class UI_RadioGroup { constructor() { const Browser = Laya.B...
来源: Laya2.0_示例 发布时间: 20241125
...Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/math/Bounds" Bounds Class Bounds Bounds 类用于创建包围体。 Hierarchy Bounds Implements IClone Index Constructors constructor Accessors max min Methods calculateBoundsintersection clone cloneTo getBoundBox getCenter...
来源: Laya3.0_api 发布时间: 20231115
...的Shader2.如何自定义Shader2.1 Mesh中常见的属性2.2 规则说明3.uniformMap4.子着色器SubShader4.1 什么是SubShader4.2 什么是Pass5.Shader文件结构详述5.1 Instancing5.2 ReflectionProbe5.3 attributeMap5.4 defines5.5 styles6.GLSL语法简述6.1 常见的变量类型6.2 常见的...
来源: Laya3.0_文档 发布时间: 20241014
...务; 2.负责使用Laya游戏引擎实现模块功能和功能测试; 3.负责编写和整理文档; 4.负责功能整合和发布上线; 5.负责其他岗位对接; 岗位任职条件:1.计算机相关专业,专科学历; 2.2年以上游戏开发工作经验,有至少一种引擎...
来源: Laya_社区 发布时间: 20180831
...求排列好,为你的radio的name命名,item0、item1、item2、item3....然后Ctrl+B打成一个radioGroup进行使用即可! 2017-05-12 0 2 分享 微博 QZONE 微信 layabox 赞同来自: 参考自定义radioGroup组件教程:http://ldc.layabox.com/doc/?nav=ch-as-2-3-12 2017-05-12 0 1 ...
来源: Laya_社区 发布时间: 20170512
...骤:1. 使用ide 2.2.0以上的版本编译实例项目,这里用的2.3版本,在GameControl onEnable中执行如下代码:private _sp = new Laya.Sprite(); private _testMask() { this._sp.graphics.clear(); this._sp.graphics.drawCircle(100, 100, 50, '#ffffff'); Laya.timer.once(3000, this, () =...
来源: Laya_社区 发布时间: 20191215
...Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/particleShuriKen/module/shape/ConeShape" ConeShape Class ConeShape ConeShape 类用于创建锥形粒子形状。 Hierarchy BaseShape ConeShape Implements IClone Index Constructors constructor Properties angle emitType...
来源: Laya3.0_api 发布时间: 20231115
3D旋转如何做tween缓动?目前尝试了localRotationEuler,rotationEuler。 3D旋转如何做tween缓动?目前尝试了localRotationEuler,rotationEuler。 1.rotationEuler只有set方法,没有get方法,没办法做缓动。 2.localRotationEuler有get和set方法,但是有万向...
来源: Laya_社区 发布时间: 20170829
... class Test { public static onClick():void{ alert("123456"); } public static onClick1():void{ } } 原生中代码:ConchJNI.RunJS("Test.onClick()"); 原生中报错:ReferenceError: Test is not defined 附件 : --> TEST.zip 2019-03-13 添加评...
来源: Laya_社区 发布时间: 20190313
... ctx.fillRect(x+args[0],y+args[1],args[2],args[3],null); } if (args[5] !=null){ ctx.strokeStyle=args[5]; ctx.lineWidth=args[6]; ...
来源: Laya_社区 发布时间: 20161210