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

大约有 2,831 项符合查询结果, 库内数据总量为 31,629 项。 (搜索耗时: 0.0067 秒)

2641. 2D物理-仿生机器人 [ 44%]

...ir性能全球领先,支持2D、3D、VR开发,支持AS3、JavaScript、TypeScript三种开发语言、LayaAirIDE让项目开发更高效。class Physics_Physics_Strandbeests { constructor() { this.scale = 2.5; this.pos = [500, 400]; this.m_offset = [0, -80 * this.scale]; this.pivot = [0, 8 * thi...

来源: Laya2.0_示例 发布时间: 20251223

2642. 屏幕方向:自动横屏与自动竖屏的设置详解(ActionScript-LayaAir基础篇(AS3)-屏幕适配) [ 44%]

...ttps://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=Core&category=display&class=laya.display.Stage),找到screenMode属性。如图1所示。 ![图1](img/1-1.png) (图1) #### 1.1 默认值none或者不设置screenMode属性 默认值none或者不设置screenMode属性...

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

2643. laya.d3.component.animator.Animator_API3.0 [ 44%]

...ol setParamsNumber setParamsTrigger AnimatorParams Legend Class Class with type parameter Constructor Property Method Accessor Object literal Variable Function Type alias Inherited property Inherited method Inherited accessor Enumeration Interface Static property

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

2644. LayaAir下TTF字体的使用方式? [ 44%]

...呢?比如position或者scale 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏如何使用ttf字体? 微信小游戏:HTMLDivElement的使用 LayaAirIDE下如何使用mask? 问题状态 最新活动: 2018-05-08 18:27 浏览: 21566 关注: 29 人 ca...

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

2645. webgl 下当对象子显示对象存在panel且panel有子集时,旋转此显示对象会导致此显示对象的同级对象消失!(1.7.10beta) [ 44%]

...nH = Laya.Stage.ALIGN_CENTER; Laya.loader.load([{url:"res/atlas/comp.json",type:Laya.Loader.ATLAS}],Laya.Handler.create(this,this.loadComp)); } private loadComp():void{ var parent:ui.ParentViewUI = new ui.ParentViewUI(); Laya.stage.addChild(parent); //当注释掉设置rotaion的代码则没有问...

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

2646. 单选框组件 · LayaAir3.3 · 引擎文档 · LAYABOX [ 44%]

...Laya; @regClass() export class NewScript extends Laya.Script { @property({ type: Laya.Radio }) public radio: Laya.Radio; //组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 onAwake(): void { this.radio.skin = "atlas/comp/radio.png"; //皮肤 this.rad...

来源: Laya3.0_文档 发布时间: 20251010

2647. [LayaAir2]在使用videoDom创建视频元素后iPad跟iPhone中位置不一样 [ 44%]

...小游戏如何使用ttf字体? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. LayaAirIDE下如何使用mask? 微信小游戏:HTMLDivElement的使用 有什么容器能够实现当子元素达到显示上限后自动滚屏,使得新添加的元素始终保持...

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

2648. LayaAir和原生DOM交互(ActionScript-2D进阶篇(AS3)-扩展模块) [ 44%]

...ow.webkitURL || window; var img = new Image(); var svg = new Blob([data], {type: 'image/svg+xml'}); var url = DOMURL.createObjectURL(svg); img.src = url; img.style.position ="absolute"; img.style.zIndex = 99999 document.body.appendChild(img); ``` 怎么运行呢?打开谷歌浏览器,随便打...

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

2649. layaAir1.3.0版本swf组件的使用 [ 44%]

...配LayaAir版本的PureMVC框架 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 分享:打地鼠 AS、JS、TS版本 Demo! LayaAirIDE下如何使用mask? 动画混合无效(版本2.6) 求助关于TiledMap的版本问题 版本不匹配! 全局 tsc (2.2.2) != V...

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

2650. 缓动动画(ActionScript-LayaAir基础篇(AS3)-动画基础) [ 44%]

...ttps://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=Core&category=Utils&class=laya.utils.Tween) `Ease`类的API中对缓动函数进行了基础的介绍,点击链接可直接查看API:[https://layaair.ldc.layabox.com/api/?category=Core&class=laya.utils.Ease](https://...

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