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

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

251. 网络和格式-ProtocolBuffer [ 79%]

...ir性能全球领先,支持2D、3D、VR开发,支持AS3、JavaScript、TypeScript三种开发语言、LayaAirIDE让项目开发更高效。(function() { var Loader = Laya.Loader; var Browser = Laya.Browser; var Handler = Laya.Handler; var ProtoBuf = Browser.window.protobuf; Laya.init(550, 400); ...

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

252. 网络和格式-ProtocolBuffer [ 79%]

...ir性能全球领先,支持2D、3D、VR开发,支持AS3、JavaScript、TypeScript三种开发语言、LayaAirIDE让项目开发更高效。(function() { var Loader = Laya.Loader; var Browser = Laya.Browser; var Handler = Laya.Handler; var ProtoBuf = Browser.window.protobuf; Laya.init(550, 400); ...

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

253. laya.ui.TextArea_API3.0 [ 79%]

...t promptColor restrict right rotation scaleX scaleY scene scrollRect scrollType scrollX scrollY sizeGrid skewX skewY skin stage staticCache stroke strokeColor templateVars text textField texture timer toolTip top transform type ubb underline underlineColor url vScrollBar vScrollBarSkin valign viewpo...

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

254. 2.0里面的组件(Laya.Script)的prop其中几个类型应该怎么设置 [ 79%]

... export default class TestScript extends Laya.Script { /** @prop {name:intType, tips:"整数类型示例", type:Int, default:1000}*/ public intType: number = 1000; /** @prop {name:numType, tips:"数字类型示例", type:Number, default:1000}*/ public numType: number = 1000; /** @prop {name:strType,...

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

255. Node类中getChildByName没有null容错 [ 79%]

...中。 Cannot read property 'displayObject' of null 关于@prop {name:Tab,type:Node} 我觉得好麻烦啊 ,请问一下有别的方法吗 有封装好的ByteArray.ts文件吗?官方的Byte类中没有readBytes、writeBytes方法啊 IDE打开某个场景时弹处弹框报错:对[Dialog]的text...

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

256. IDE报错,不知道什么鬼问题 [ 78%]

...复 Laya_Aaron 赞同来自: https://stackoverflow.com/questions/38420846/typescript-cannot-find-name-iterableiterator   tsc 找不到tsconfig.json 检查一下项目文件把他补上 2019-07-23 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发...

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

257. laya.d3.component.volume.Volume_API3.0 [ 78%]

...oundsMax boundsMin destroyed enabled hideFlags id importance probePosition type Methods _VolumeChange _addRenderNode _initialize _motionInVolume _reCaculateBoundBox _removeRenderNode _setOwner destroy hasHideFlag onAdded onAwake onDestroy onDisable onEnable onLateUpdate onPostRender onPreRender onRe...

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

258. laya.ui.Button_API3.0 [ 78%]

...域的属性为:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/height。 default false 不可穿透,此对象的鼠标响应区域由width、height、hitArea属性决定。 name name: string = "" Implementation of ISelect.name Inherited ...

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

259. laya.events.TouchInfo_API3.0 [ 78%]

...ain _rollOverChain _tempPoint _tempRect clickTrack Legend Class Class with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface

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

260. 新创建2D空项目工程(TS) 编译出错 [ 77%]

...\Laya\Test5\.laya\compile.js [15:26:11] Starting 'compile'...  出错了: TypeScript error: ../node_modules/@types/node/index.d.ts(37,22): Error TS6053: File '../node_modules/@types/node/inspector.d.ts' not found.  这是新创建的项目 没有任何代码和修改!   进一步提示:关闭...

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