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

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

71. 获取不到父物体 节点 [ 82%]

...库 2.2.0beta 新手小白 不明白为什么都是null 的export default class startScene extends Laya.Scene { private sp: Sprite; public constructor() { super(); console.log("startScene"); console.log(Laya.stage.name); console.log(Laya.stage.numChildren); console.log(this.numChildren); console.log...

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

72. laya.sprite精灵无缝拼接地图,会出现黑线跟白线,使用laya的2.0.1beta版本 [ 81%]

...位是没错,而且都是整数的移动地图的。   export default class MapSprite extends Laya.Image{ isShow:boolean = false; name:string = ""; constructor() { super(); }  loadImageAndPos(name:string,posX:number,posY:number):void { this.name = name; this.anchorX = 0; this.anchorY = 0; this.x...

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

73. 请问LayaAirUnityPlugin 1.1.0.unitypackage导出的.lsani文件怎么使用? [ 81%]

...age资源 以下为加载代码,请问这样使用是否正确:     class ShuiPao extends Sprite3D {         constructor() {             super();             let mesh = Sprite3D.load('resources/shuipao.lh');             this.addChild(mesh);       ...

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

74. laya.d3.shader.Shader3D [ 81%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames Shader3DProperties | Methods | Constants Packagelaya.d3.shaderClasspublic class Shader3DInheritanceShader3D Object Shader3D 类用于创建Shader3D。 Public Properties PropertyDefined By  debugMode : Boolean = false...

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

75. laya.d3.resource.models.MorphTargetData_API3.0 [ 81%]

...ted Menu Globals "laya/d3/resource/models/MorphTargetData" MorphTargetData Class MorphTargetData Hierarchy MorphTargetData Index Constructors constructor Properties bounds elementCount vertexCount vertexDec Accessors channelCount Methods addMorphChannel clone destroy getMorphChannel getMorphChannelb...

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

76. List属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 80%]

....layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.List)。 ### 1.1 创建 List 组件 #### 1.编辑列表项。 ​ 列表项可以是 Box 对象或 View(页面) 或其它自定义页面对象。此处以Box 对象为例。 ​ **a.**从资源面板里选...

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

77. Laya2.4版本,场景为内嵌时layaMaxUI类中没有声明场景中的Button等控件? [ 80%]

...类中没有声明场景中的Button等控件? export module ui { export class GameSceneuiUI extends Laya.Scene { public static uiView:any ={"type":"Scene","props":{"width":720,"height":1280},"compId":2,"child":[{"type":"Button","props":{"y":616,"x":296,"skin":"comp/button.png","name":"butStart","...

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

78. ViewStack属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 80%]

...用请参考 [http://layaair.ldc.layabox.com/api/index.html?category=Core&class=laya.ui.ViewStack](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.ViewStack)。 ## 2、通过LayaAirIDE创建ViewStack组件 ### 2.1 创建ViewStack页面 ##...

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

79. Laya2.4版本,场景为内嵌时layaMaxUI类中没有声明场景中的Button等控件? [ 80%]

...声明场景中的Button等控件? export module ui {     export class GameSceneuiUI extends Laya.Scene {         public static  uiView:any ={"type":"Scene","props":{"width":720,"height":1280},"compId":2,"child":[{"type":"Button","props":{"y":616,"x":296,"skin":"comp/button...

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

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

...制显示速度出现打字效果等  /**古文脚本 */ export default class TextAncient extends Laya.Script { /** @prop {name:text, tips:"显示文本", type:String, default:"hello world"}*/ public text: string = "hello world"; /** @prop {name:color, tips:"字符串类型示例", type:String, def...

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