大约有 2,282 项符合查询结果, 库内数据总量为 30,897 项。 (搜索耗时: 0.0070 秒)
Laya_社区(1682) Laya3.0_api(144) Laya2.0_文档(127) Laya2.0_api(103) laya_api(77) Laya3.0_文档(59) Laya_示例(48) Laya2.0_示例(42)
...】:如果注释掉“turnUp”, 在动画执行完成后, 图片的x,y坐标变成了起始坐标 报错信息: .max.js:12479 Uncaught TypeError: Cannot read property 'length' of null at TimeLine.__proto._update (HMain.max.js:12479) at TimerHandler.__proto.run (HMain.max.js:9196) at Ti...
来源: Laya_社区 发布时间: 20170327
Search Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/math/Native/ConchQuaternion" ConchQuaternion Class ConchQuaternion Quaternion 类用于创建四元数。 Hierarchy ConchQuaternion I...
来源: Laya3.0_api 发布时间: 20231102
...杆,比较粗糙,没做优化 function ModeKey() { //大圆 this.moveMax = null; //小圆点 this.moveKey = null; //当前的舞台 this.layer = null; //是否按下 this.isDown = false; //是否弹起 this.isUp = false; //是否移动 this.isMove = false; } tip:其实是否按下,是否弹起...
来源: Laya_社区 发布时间: 20171030
API DocumentationAll Packages | All Classes | Index | Frames No Frames RenderTextureProperties | Methods | Constants Packagelaya.d3.resourceClasspublic class RenderTextureInheritanceRenderTexture BaseTexture laya.resource.Bitmap //RenderTexture 类用于创建渲染目标。 Public Propert...
来源: Laya2.0_api 发布时间: 20190513
...ponent(ModelViewer); modelViewer.AroundPos = plane.transform.position; */ export default class ModelViewer extends Laya.Script { // Text m_debugTip; public canRotation_X: boolean = true; public canRotation_Y: boolean = true; public canScale: boolean = true; /// <summary> /// Around center. ///...
来源: Laya_社区 发布时间: 20190224
Layabox是免费开源的HTML5引擎解决方案,产品家族中包括LayaAir引擎、LayaFlash引擎、LayaOpen开放平台、LayaMarket SDK、LayaStore嵌入式游戏商店、LayaPlayer运行器。核心引擎LayaAir性能全球领先,支持2D、3D、VR开发,支持AS3、JavaScript、TypeScr...
来源: Laya_示例 发布时间: 20250219
Layabox是免费开源的HTML5引擎解决方案,产品家族中包括LayaAir引擎、LayaFlash引擎、LayaOpen开放平台、LayaMarket SDK、LayaStore嵌入式游戏商店、LayaPlayer运行器。核心引擎LayaAir性能全球领先,支持2D、3D、VR开发,支持AS3、JavaScript、TypeScr...
来源: Laya2.0_示例 发布时间: 20250219
...e; import laya.utils.Handler; import ui.TestViewUI; public class TestView extends TestViewUI { private var PATH_LEN:Number = 120.0; private var speed:Number = 15; private var _path:Sprite = new Sprite(); private var arr:Array = []; public function TestView() { super(); _path.pivot(0,0); _path.pos(a....
来源: Laya_社区 发布时间: 20171113
laya2.x 图集的资源版本管理问题 laya版本:2.1.0beta1 文件资源全是放在腾讯云上面的 Main.ts (line 23) 代码读取图集的时候加了版本路径读取 Main.ts(line27 line32) 与 UIManager.ts(line 37) 打包的配置如图 为打包方便,并未选择压缩js和压缩js...
来源: Laya_社区 发布时间: 20190613
HTMLElement能否提供偏移量的接口 HTMLElement虽然有对html的x,y做解析,但是是无效的,我看了一下逻辑代码,显示对象的xy,是根据前一个显示对象位置和宽高来重新计算的,没有加上xy设置的值 curLine.elements.push(oneLayout); curLine.h = ...
来源: Laya_社区 发布时间: 20200714