大约有 6,033 项符合查询结果, 库内数据总量为 30,790 项。 (搜索耗时: 0.0104 秒)
Laya_社区(4595) Laya2.0_文档(406) Laya3.0_api(400) Laya2.0_api(252) laya_api(215) Laya3.0_文档(126) Laya2.0_示例(22) Laya_示例(17)
...保证一个类实现丰富功能的同时,又达到高性能。 example 创建了一个 Sprite 实例。 package { import laya.display.Sprite; import laya.events.Event; public class Sprite_Example { private var sprite:Sprite; private var shape:Sprite public function Sprite_Example() { Laya.init(6...
来源: Laya3.0_api 发布时间: 20231115
... x64 laya + matter.js 项目类型:ts/js 问题描述: 1、layaair创建ts或者js项目,集成matter库(用官方给的matter.js替换,主要差别是将Matter名字空间导入到了window域,参考https://ask.layabox.com/question/14238), 需要在index.html增加matter库...
来源: Laya_社区 发布时间: 20180628
...aderClasspublic class Shader3DInheritanceShader3D Object Shader3D 类用于创建Shader3D。 Public Properties PropertyDefined By debugMode : Boolean = false[static] 是否开启调试模式。 Shader3DPublic Methods MethodDefined By Shader3D(name:String, attributeMap:Object, uniformMap:Obj...
来源: Laya2.0_api 发布时间: 20190513
...or() { this.setup(); } private setup(): void { var gap: number = 10; //创建一个Sprite充当音效播放按钮 var soundButton: Sprite = this.createButton("播放音效"); soundButton.x = (Laya.stage.width - soundButton.width * 2 + gap) / 2; soundButton.y = (Laya.stage.height - soundButton.he...
来源: Laya_社区 发布时间: 20190421
...大神 继续求助 我又定位到了具体的问题 就是在创建3d节点时 创建的camera组件 设置他的大小的时候, 原本是这样设置的: let ratioW = Laya.RenderContext3D.clientWidth / Laya.stage.width let ratioH = Laya.RenderContext3D.clientHeight / Laya.st...
来源: Laya_社区 发布时间: 20200401
...bals "laya/d3/math/Matrix3x3" Matrix3x3 Class Matrix3x3 Matrix3x3 类用于创建3x3矩阵。 Hierarchy Matrix3x3 Implements IClone Index Constructors constructor Properties elements DEFAULT Methods clone cloneTo determinant identity invert rotate scale translate transpose createFromMatrix4x4 create...
来源: Laya3.0_api 发布时间: 20231102
...Monica - 知识达人 赞同来自: 是打开你现有的项目卡死还是创建的UI示例项目也是这样的呢? 2017-10-10 0 0 分享 微博 QZONE 微信 niaoyue 赞同来自: 打开现有的项目卡死,创建不会,还遇到过打开项目转换工具(mornUI转换工具)时,选择目标...
来源: Laya_社区 发布时间: 20171010
...s "laya/d3/math/BoundsImpl" BoundsImpl Class BoundsImpl BoundsImp 类用于创建包围体。 Hierarchy BoundsImpl Implements IClone Index Constructors constructor Properties _boundBox Accessors max min Methods calculateBoundsintersection clone cloneTo getCenter getExtent getMax getMin setCenter set...
来源: Laya3.0_api 发布时间: 20231115
...也可以不要 e.stopPropagation(); //舞台被点击后,使用对象池创建子弹 let flyer: Laya.Sprite = Laya.Pool.getItemByCreateFun("bullet", this.bullet.create, this.bullet); flyer.pos(Laya.stage.mouseX, Laya.stage.mouseY); this._gameBox.addChild(flyer); this._chains.points=&quo...
来源: Laya_社区 发布时间: 20181128
... 分享 微博 QZONE 微信 simon 赞同来自: 1. 版本为1.1.0 2. 直接创建项目的demo中就可以看到,如TestPage.ui为 "type":"View","child":[{"props":{"x":0,"y":0,"skin":"comp/bg.png", .............. 所有内容全部在一行内,如果用diff看文件新旧版本差异,基本没...
来源: Laya_社区 发布时间: 20160823