大约有 2,985 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0063 秒)
Laya_社区(1072) Laya3.0_api(672) Laya2.0_api(368) laya_api(298) Laya2.0_文档(233) Laya_示例(146) Laya2.0_示例(118) Laya3.0_文档(78)
...r.window.conch.setFontFaceFromBuffer is not a function Uncaught TypeError: Class constructor Component cannot be invoked without 'new' 关于graphics.drawTexture方法设置纹理报错TypeError: texture.getIsReady is not a function 升级到2.2.0Beta报错Uncaught TypeError: Class constructor Sprit...
来源: Laya_社区 发布时间: 20190523
...aya/d3/RenderObjs/NativeOBJ/NativeRenderElementOBJ" NativeRenderElementOBJ Class NativeRenderElementOBJ Hierarchy NativeRenderElementOBJ NativeInstanceRenderElementOBJ NativeSkinRenderElementOBJ Implements IRenderElement Index Constructors constructor Properties _nativeObj _owner _shaderInstances Ac...
来源: Laya3.0_api 发布时间: 20231115
API DocumentationAll Packages | All Classes | Index | Frames No Frames SocketProperties | Methods | Events | Constants Packagelaya.netClasspublic class SocketInheritanceSocket EventDispatcher Object Socket 封装了 HTML5 WebSocket ,允许服务器端与客户端进行全双工(full-d...
来源: Laya2.0_api 发布时间: 20190513
...n1111 赞同来自: https://layaair.ldc.layabox.com/api/?category=Core&class=laya.d3.core.Sprite3D 看一下也是getcomponentby 类型什么的。 2018-07-20 0 2 分享 微博 QZONE 微信 158*****553 赞同来自: 兄弟后来怎么解决的 2019-01-09 0 0 分享 微博 QZONE 微信 为什...
来源: Laya_社区 发布时间: 20180720
laya2.0 编辑器不显示父类变量 举个粒子 class Parent extends Laya.Script{ /** @prop {name:name, type:string}*/ public name; } class Child extends Parent{} 在编辑器中给对象挂child脚本,并没有显示父类的name对象。 2018-12-13 添加评论 免费帖 --> 分享 微博 Q...
来源: Laya_社区 发布时间: 20181213
...发语言、LayaAirIDE让项目开发更高效。const ROTATE = "rotate"; class Interaction_CustomEvent { constructor() { const Browser = Laya.Browser, WebGL = Laya.WebGL, Stage = Laya.Stage, Stat = Laya.Stat, Handler = Laya.Handler; // 不支持WebGL时自动切换至Canvas Laya.init(Browser.client...
来源: Laya2.0_示例 发布时间: 20241119
...dule laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; export class SmartScale_Scale_NOSCALE { private rect: Sprite; constructor() { Laya.init(550, 400); Laya.stage.scaleMode = Stage.SCALE_NOSCALE; Laya.stage.bgColor = "#232628"; this.createCantralRect(); } private createCantralRect(): ...
来源: Laya_示例 发布时间: 20241119
...dule laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; export class SmartScale_Scale_NOBORDER { private rect: Sprite; constructor() { Laya.init(550, 400); Laya.stage.scaleMode = Stage.SCALE_NOBORDER; Laya.stage.bgColor = "#232628"; this.createCantralRect(); } private createCantralRect()...
来源: Laya_示例 发布时间: 20241119
API DocumentationAll Packages | All Classes | Index | Frames No Frames CapsuleColliderShapeProperties | Methods Packagelaya.d3.physics.shapeClasspublic class CapsuleColliderShapeInheritanceCapsuleColliderShape ColliderShape Object CapsuleColliderShape 类用于创建胶囊形状碰撞器。...
来源: Laya2.0_api 发布时间: 20190513
...ript、TypeScript三种开发语言、LayaAirIDE让项目开发更高效。class Text_Restrict { constructor() { const Browser = Laya.Browser, WebGL = Laya.WebGL, Stage = Laya.Stage, Stat = Laya.Stat; // 不支持WebGL时自动切换至Canvas Laya.init(550, 300, WebGL); Laya.stage.alignV = Stage.ALI...
来源: Laya2.0_示例 发布时间: 20241119