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

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

161. laya.ui.HBox_API3.0 [ 83%]

...类。 Hierarchy LayoutBox HBox Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag BOTTOM MIDDLE NONE TOP drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy align alpha anchorX anchorY bgColor blen...

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

162. 物体随着鼠标滑动旋转脚本 [ 83%]

...Laya.Script);  //这是什么意思有什么作用 ObjectRotate.prototype._initialize = function (owner) {     var _this = this;     ObjectRotate.__super.prototype._initialize.call(this,owner);       //在this(调取本函数的的对象)作用域内,侦听mousedown(鼠标按下...

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

163. laya.ui.Tab_API3.0 [ 83%]

... package { import laya.ui.Tab; import laya.utils.Handler; public class Tab_Example { public function Tab_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/tab.png"], Handler.create(this, onLoad...

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

164. 类似古文显示方式脚本,文字垂直显示,可以控制显示速度出现打字效果等 [ 83%]

...; i < this.text.length; i++) { const element = this.text.charAt(i); var _x = xAction(j); var _y = yAction(printNumber); this.sprite.graphics.fillText(element, _x, _y, fonts, this.color, "left"); if (yAction(printNumber + 1) > h) { j++; printNumber = 0; } else { printNumber++; } } } drawTextByS...

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

165. 3d物理 刚体旋转bug 2.17到2.12都有 [ 83%]

...,就跑到另一个刚体那里 附件 : --> bugDemoUnity.rar bugDemo2.12_.rar 2021-11-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 Laya_z 赞同来自: 最终解决方案:替换我下面的物理库,...

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

166. laya.ui.ScaleBox_API3.0 [ 83%]

...比缩放 Hierarchy Box ScaleBox Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY bgColor blendMode bottom cacheAs centerX...

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

167. 如何使用3D场景2D人物进行混合开发(ActionScript-3D基础(AS3)-LayaAir3D之高级应用) [ 83%]

...d&group=Advance&name=Secne3DPlayer2D)) ```typescript //变换位置 this._position.x = Math.sin(this.scaleDelta += 0.01) * 2; this._position.z = Math.cos(this.scaleDelta += 0.01) * 2; //修改球的位置 this.sphere.transform.position = this._position; //计算位置 this._camera.viewport.project...

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

168. laya.ui.Box_API3.0 [ 83%]

... UIGroup ScaleBox Tree ViewStack Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY bgColor blendMode bottom cacheAs centerX...

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

169. laya.media.SoundNode_API3.0 [ 83%]

...点 Hierarchy Sprite SoundNode Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY autoPlay blendMode cacheAs components cust...

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

170. laya.filters.BlurFilter_API3.0 [ 83%]

...lter Index Constructors constructor Properties renderFunc strength strength_sig2_2sig2_gauss1 strength_sig2_native Methods getStrenth_sig2_2sig2_native _filter Constructors constructor new BlurFilter(strength?: number): BlurFilter Overrides Filter.constructor Defined in laya/filters/BlurFilter.ts:13...

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