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

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

91. laya.ani.bone.canvasmesh.SkinMeshForGraphic_API3.0 [ 68%]

...canvasmesh/MeshData.ts:43 扩展像素,用来去除黑边 indexes indexes: Uint16Array = new Uint16Array([0, 1, 3, 3, 1, 2]) Inherited from MeshData.indexes Defined in laya/ani/bone/canvasmesh/MeshData.ts:28 顶点索引 texture texture: Texture Inherited from MeshData.texture Defined in laya/ani/bo...

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

92. Laya_API3.0 [ 68%]

...nel init _isinit _onInitModuleCallbacks arrayBufferSlice float32ArraySlice uint16ArraySlice uint8ArraySlice Legend Object literal Variable Function Type alias Class Class with type parameter Static property Static method Enumeration Interface

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

93. laya的socket怎么跟flash的socket不一样 [ 68%]

... 2016-12-14 11:49 flash.utils.ByteArray.readBytes(bytes:ByteArray, offset:uint=0, length:uint=0):void 从字节流中读取 length 参数指定的数据字节数。从 offset 指定的位置开始,将字节读入 bytes 参数指定的 ByteArray 对象中,并将字节写入目标 ByteArray 中。...

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

94. laya.d3.core.particleshuriken.module.shape.BoxShape_API3.0 [ 68%]

...irection(position: Vector3, direction: Vector3, rand?: Rand, randomSeeds?: Uint32Array): void Overrides BaseShape.generatePositionAndDirection Defined in laya/d3/core/particleShuriKen/module/shape/BoxShape.ts:67 用于生成粒子初始位置和方向。 override Parameters position: Vector3 粒子...

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

95. 我用laya.websocket通信 二进制数据, 服务器对二进制数据进行解析,解析出来不是预期,请问我哪里写错了? 代码如下 [ 67%]

...2);             var dv = new DataView(b, 0);             dv.setUint16(0, str.length*2, false);             dv.setUint16(2, 0, false);             dv.setUint16(4, 0, false);             dv.setUint16(6, 0, false);             dv.setUint16(8, 123, false);        ...

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

96. laya.d3.core.particleshuriken.module.shape.CircleShape_API3.0 [ 66%]

...irection(position: Vector3, direction: Vector3, rand?: Rand, randomSeeds?: Uint32Array): void Overrides BaseShape.generatePositionAndDirection Defined in laya/d3/core/particleShuriKen/module/shape/CircleShape.ts:78 用于生成粒子初始位置和方向。 override Parameters position: Vector3 粒...

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

97. laya.d3.resource.RenderTexture [ 66%]

... RenderTexture  getData(x:Number, y:Number, width:Number, height:Number):Uint8Array 获得像素数据。 RenderTexture  start():void 开始绑定。 RenderTextureProtected Methods  MethodDefined By  detoryResource():void[override] 销毁资源。 RenderTexture  recreateResource():void[over...

来源: laya_api 发布时间: 20170929

98. 组件装饰器说明 · LayaAir3.0文档 · LAYABOX [ 66%]

...型 "int" 等价于 { type: Number, fractionDigits: 0 } 正整数类型 "uint" 等价于 { type: Number, fractionDigits: 0 , min: 0 } 多行字符串文本类型 "text" 等价于 { type: string, multiline: true } 任意类型 "any" 类型只会被序列化,不能显示和编辑。 类型化数组...

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

99. 【官网代码】加载dom音频报错,怎么回事? [ 66%]

...vate function drawHandler():void{Laya.stage.graphics.clear();var dataArray:Uint8Array = new Uint8Array(analyser.frequencyBinCount);analyser.getByteFrequencyData(dataArray);var step:int = Math.round(dataArray.length / 60);for (var i:int = 0; i < 40; i++) {var energy:int = (dataArray[step * i] / 25...

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

100. laya.d3.core.particleshuriken.module.shape.ConeShape_API3.0 [ 66%]

...irection(position: Vector3, direction: Vector3, rand?: Rand, randomSeeds?: Uint32Array): void Overrides BaseShape.generatePositionAndDirection Defined in laya/d3/core/particleShuriKen/module/shape/ConeShape.ts:89 用于生成粒子初始位置和方向。 override Parameters position: Vector3 粒子...

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