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

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

891. rigidBody.applyForce 物体不会移动 [ 55%]

...式去移动,但是角色在地上一动也不动的 ​ export default class GameUI { //宣告場景 private scene: Laya.Scene3D; private camera: Laya.Camera; private directionlight: Laya.DirectionLight; private character: Laya.Sprite3D; private monster_character: Laya.Sprite3D; private translate...

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

892. 求问:西文字体下半部分被遮挡,怎么处理? [ 55%]

...请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: class TextRender getFontSizeInfo 函数,最后部分    var xoff:int = Math.max( orix - pixelBBX[0], 0);    var yoff:int = Math.max( oriy - pixelBBX[1], 0);    var bbxw:int = pixelBBX[2] - pixelBBX[0];    var bbxh:int ...

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

893. Tab属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 55%]

...绍请参考 [http://layaair.ldc.layabox.com/api/index.html?category=Core&class=laya.ui.Tab](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.Tab) ## 2、通过LayaAirIDE创建Tab组件 ### 2.1 创建Tab ​ 点击选择`资源管理器`...

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

894. Tab属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 55%]

...绍请参考 [http://layaair.ldc.layabox.com/api/index.html?category=Core&class=laya.ui.Tab](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.Tab) ## 2、通过LayaAirIDE创建Tab组件 ### 2.1 创建Tab ​ 点击选择`资源管理器`...

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

895. laya.d3.core.material.BlinnPhongMaterial_API3.0 [ 55%]

...Menu Globals "laya/d3/core/material/BlinnPhongMaterial" BlinnPhongMaterial Class BlinnPhongMaterial BlinnPhongMaterial 类用于实现Blinn-Phong材质。 Hierarchy Material BlinnPhongMaterial Implements IClone Index Constructors constructor Properties _id destroyedImmediately lock name renderQueue ...

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

896. UI-RefreshList [ 55%]

...ya.Text; Point = Laya.Point; Tween = Laya.Tween; TextArea = Laya.TextArea; class UI_RefreshList { constructor() { this.baseBox = null; this.refreshLoading = null; this.loadingAni = null; this.loadingLabel = null; this.refreshList = null; /** 消息生成的当前最大id值 */ this.msgIdNow=1; /** ...

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

897. laya.ani.AnimationPlayer [ 55%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames AnimationPlayerProperties | Methods | Events Packagelaya.aniClasspublic class AnimationPlayerInheritanceAnimationPlayer EventDispatcher ObjectImplements laya.resource.IDestroy AnimationPlayer 类用于动画播放器。...

来源: Laya2.0_api 发布时间: 20190513

898. Tab属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 55%]

...绍请参考 [http://layaair.ldc.layabox.com/api/index.html?category=Core&class=laya.ui.Tab](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.Tab) ## 2、通过LayaAirIDE创建Tab组件 ### 2.1 创建Tab ​ 点击选择`资源管理器`...

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

899. timeline播放完成Bug [ 55%]

timeline播放完成Bug class Sprite_DisplayImage { constructor() { const Browser = Laya.Browser, WebGL = Laya.WebGL, Stage = Laya.Stage; // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH ...

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

900. 鼠标交互-Hold [ 55%]

...GGER_TIME = 1000, apePath = "res/apes/monkey2.png"; let isApeHold = false; class Interaction_Hold { constructor() { const Browser = Laya.Browser, WebGL = Laya.WebGL, Stage = Laya.Stage, Stat = Laya.Stat, Handler = Laya.Handler; // 不支持WebGL时自动切换至Canvas Laya.init(550, 400, WebGL); La...

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