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

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

31. 寻路系统(ActionScript-3D基础(AS3)-LayaAir3D之高级应用) [ 66%]

...inX:int = terrainSprite.minX; var minZ:int = terrainSprite.minZ; var cellX:Number = terrainSprite.width / aStarMap.width; var cellZ:Number = terrainSprite.depth / aStarMap.height; var gridX:int = Math.floor((x - minX) / cellX); var gridZ:int = Math.floor((z - minZ) / cellZ); var boundWidth:int = aSt...

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

32. 实体组件系统 · LayaAir3.0文档 · LAYABOX [ 65%]

...{ regClass, property } = Laya; @regClass() class Animal { private _weight: number = 0; @property( { type : Number } ) get weight() : number { return this._weight; } set weight(value: number) { this._weight = value; } } 3.2.3 是否序列化保存 通过装饰器定义为组件属性后,默认状...

来源: Laya3.0_文档 发布时间: 20241014

33. 麻烦问一下C#里面的byte[]相当于laya里面的Laya.Byte还是number[] [ 63%]

麻烦问一下C#里面的byte[]相当于laya里面的Laya.Byte还是number[] 2018-04-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 w1114367261 赞同来自: as3的数据类型1.1.1 int:默认0;4字节,...

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

34. WebSocket发送与接收数据(TypeScript-LayaAir基础篇(TS)-数据与通信) [ 54%]

...数据,按照服务器传递过来的数据,按照顺序读取 var a:number = this.byte.getByte(); var b:number = this.byte.getInt16(); var c:number = this.byte.getFloat32(); var d:string = this.byte.getString(); var e:string = this.byte.getUTFString(); } ```

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

35. laya.events.Event [ 53%]

...于活动状态 (true) 还是非活动状态 (false)。 Event  stageX : Number[read-only] 鼠标在 Stage 上的 X 轴坐标Event  stageY : Number[read-only] 鼠标在 Stage 上的 Y 轴坐标Event  target : Sprite 事件目标触发对象。Event  touches : Array[read-only] 触摸点列表...

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

36. laya.events.Event [ 52%]

...于活动状态 (true) 还是非活动状态 (false)。 Event  stageX : Number[read-only] 鼠标在 Stage 上的 X 轴坐标Event  stageY : Number[read-only] 鼠标在 Stage 上的 Y 轴坐标Event  target : Sprite 事件目标触发对象。Event  touches : Array[read-only] 触摸点列表...

来源: laya_api 发布时间: 20170929

37. WebSocket发送与接收数据(ActionScript-LayaAir基础篇(AS3)-数据与通信) [ 51%]

... var a:int = this.byte.getByte(); var b:int = this.byte.getInt16(); var c:Number = this.byte.getFloat32(); var d:String = this.byte.getString(); var e:String = this.byte.getUTFString(); } ```

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

38. laya.ui.UIEvent [ 50%]

...处于活动状态 (true) 还是非活动状态 (false)。 Event stageX : Number[read-only] 鼠标在 Stage 上的 X 轴坐标Event stageY : Number[read-only] 鼠标在 Stage 上的 Y 轴坐标Event target : Sprite 事件目标触发对象。Event touches : Array[read-only] 触摸点列表。 Ev...

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

39. laya.ui.UIEvent [ 49%]

...处于活动状态 (true) 还是非活动状态 (false)。 Event stageX : Number[read-only] 鼠标在 Stage 上的 X 轴坐标Event stageY : Number[read-only] 鼠标在 Stage 上的 Y 轴坐标Event target : Sprite 事件目标触发对象。Event touches : Array[read-only] 触摸点列表。 Ev...

来源: laya_api 发布时间: 20170929

40. laya.resource.NativeContext_API3.0 [ 45%]

...ce/NativeContext.ts:67 Static ENUM_TEXTALIGN_CENTER ENUM_TEXTALIGN_CENTER: number = 1 Defined in laya/resource/NativeContext.ts:80 Static ENUM_TEXTALIGN_DEFAULT ENUM_TEXTALIGN_DEFAULT: number = 0 Defined in laya/resource/NativeContext.ts:79 Static ENUM_TEXTALIGN_RIGHT ENUM_TEXTALIGN_RIGHT: number = ...

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