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

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

761. 骨骼动画-换装 [ 59%]

...rowser = Laya.Browser; import Stat = Laya.Stat; import WebGL = Laya.WebGL; export class ChangeSkin { private mAniPath:string; private mStartX:number = 400; private mStartY:number = 500; private mFactory:Templet; private mActionIndex:number = 0; private mCurrIndex:number = 0; private mArmature:Skelet...

来源: Laya_示例 发布时间: 20241119

762. textinput移除后再添加会将之前的内容全部赋值给全部input [ 59%]

...2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 我用list.array=Array;数据全部插进去数组里了,但是list中没有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出...

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

763. laya.d3.webxr.core.ButtonGamepad_API3.0 [ 59%]

...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/WebXR/core/WebXRGamepad" ButtonGamepad Class ButtonGamepad 类用来描述gamepad Button Hierarchy EventDispatcher ButtonGamepad Index Constructors constructor Properties handness index EVENT_PR...

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

764. laya.gltf.glTFUtils_API3.0 [ 59%]

...ilable ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/gltf/glTFUtils" glTFUtils Class glTFUtils glTFUtils 用于解析 glTF 2.0 对象 Hierarchy glTFUtils Index Properties Extensions Extras Methods RegisterExtra UnRegisterExtra _createMesh _createMesh...

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

765. swf播放有问题,遮罩动画不能用吗 [ 59%]

...rowser = Laya.Browser; import WebGL = Laya.WebGL; import Stat = Laya.Stat; export class Animation_SWF{ private SWFPath:string = "h5/res/Map11.swf"; private MCWidth:number = 760; private MCHeight:number = 650; constructor(){ // 不支持WebGL时自动切换至Canvas Laya.init(760,650, WebGL...

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

766. spine动画放大后,遮罩显示不正常 [ 59%]

...遮罩 详细设置见下图代码和附件DEMO中的TestScene.scene文件 export default class GameUI extends Laya.Scene { constructor() { super(); //设置单例的引用方式,方便其他类引用 GameUI.instance = this; //关闭多点触控,否则就无敌了 Laya.MouseManager.multiTouchEna...

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

767. 提示错误在laya.core.js里 [ 59%]

...代码再次导入就出问题了。是要把unity场景导入到laya2.6. export default class SceneLoad extends Laya.Script{     constructor(){         super();     }     onAwake(){         Laya.Scene3D.load("res/LayaScene_demo/Android/demo.ls",Laya.Handler.create(t...

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

768. import laya.display.Text出错 [ 59%]

...2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 项目分包后, 运行出错 as3 ,LayaAir下调试matter.js物理引擎出错。 播放声音出错,求指教 微信小游戏中访问带空格的文件出错 spine动画转换失败,加载错误:导出二进...

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

769. 请问laya有没有类似翻页容器(pageView)的组件? [ 59%]

...onfigInfo from "../data/ConfigInfo"; import { ui } from "../ui/layaMaxUI"; export default class RuleDialog extends ui.scene.RuleDialogUI { private m_index: number = -1; private m_downValue: number = -1; constructor() { super(); this.list_rule.hScrollBarSkin = ""; this.list_rule.renderHandler = new L...

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

770. Sprite-绘制各种形状 [ 59%]

...prite = Laya.Sprite; import Stage = Laya.Stage; import WebGL = Laya.WebGL; export class Sprite_DrawShapes { private sp: Sprite; constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(740, 400, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.s...

来源: Laya_示例 发布时间: 20241119