大约有 165 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0033 秒)
...nderObjs/NativeOBJ/NativeRenderElementOBJ.ts:83 _skinnedData _skinnedData: Float32Array[] Defined in laya/d3/RenderObjs/NativeOBJ/NativeSkinRenderElementOBJ.ts:7 Accessors _geometry get _geometry(): IRenderGeometryElement set _geometry(data: IRenderGeometryElement): void Inherited from NativeRenderE...
来源: Laya3.0_api 发布时间: 20231115
...两个二维向量的点积。 Vector2 forNativeElement(nativeElements:Float32Array = null):voidVector2 fromArray(array:Array, offset:int = 0):void 从Array数组拷贝值。 Vector2 normalize(s:Vector2, out:Vector2):void[static] 归一化二维向量。 Vector2 rewriteNumProperty(proto:...
来源: Laya2.0_api 发布时间: 20190513
...gle: boolean Returns NativeUniformBufferObject Properties _buffer _buffer: Float32Array | Uint16Array | Uint8Array | Uint32Array Inherited from Buffer._buffer Defined in laya/RenderEngine/Buffer.ts:8 _bufferType _bufferType: number Inherited from Buffer._bufferType Defined in laya/RenderEngine/Buffe...
来源: Laya3.0_api 发布时间: 20231115
...n laya/filters/BlurFilter.ts:11 strength_sig2_native strength_sig2_native: Float32Array Defined in laya/filters/BlurFilter.ts:12 Methods getStrenth_sig2_2sig2_native getStrenth_sig2_2sig2_native(): Float32Array Defined in laya/filters/BlurFilter.ts:34 Returns Float32Array Static _filter _filter(this...
来源: Laya3.0_api 发布时间: 20231115
...es Show Inherited Public Properties PropertyDefined By curBonesDatas : Float32Array[read-only] 获取骨骼数据。 SkinAnimations currentAnimationClipIndex : int[read-only] 获取播放器的动画索引。 KeyframeAnimations currentFrameIndex : int[read-only] 获取播放器帧数。 Keyfra...
来源: laya_api 发布时间: 20170929
...tAnimationDataWithCache(key:*, cacheDatas:*, aniIndex:int, frameIndex:int):Float32ArrayAnimationTemplet getAniNameByIndex(index:int):String 通过索引得动画名称 Templet getNodeCount(aniIndex:int):intAnimationTemplet getNodeIndexWithName(aniIndex:int, name:String):intAnimationTemplet get...
来源: laya_api 发布时间: 20170929
...neTo(destObject:*):void 克隆。 Color forNativeElement(nativeElements:Float32Array = null):voidColor toGamma(out:Color):void 线性空间转换到Gamma空间。 Color toLinear(out:Color):void Gamma空间转换到线性空间。 ColorPublic Constants ConstantDefined By BLACK : Color[st...
来源: Laya2.0_api 发布时间: 20190513
...te(); Laya.stage.addChild(sp); sp.graphics.drawTriangles( tex, 100, 0, new Float32Array([0,0,1,0,1,1,0,1]), new Float32Array([0,0,1,0,1,1,0,1]), new Uint16Array([0,1,2,2,3,0]) ); sp.graphics.drawImage(tex, 100, 0); })); } } new Sprite_DisplayImage(); 贴入官方引擎示例重现 附件 : --> 2019-...
来源: Laya_社区 发布时间: 20190829
...ned By Vector3(x:Number = 0, y:Number = 0, z:Number = 0, nativeElements:Float32Array = null) 创建一个 Vector3 实例。 Vector3 add(a:Vector3, b:Vector3, out:Vector3):void[static] 求两个三维向量的和。 Vector3 Clamp(value:Vector3, min:Vector3, max:Vector3, out:Vector3):void[sta...
来源: Laya2.0_api 发布时间: 20190513
...2d的getPixels()返回结构 texture2d的getPixels()返回结构Uint8Array|Float32Array 如何转换为Float32Array格式 2020-01-07 添加评论 已悬赏10元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠? 0 个...
来源: Laya_社区 发布时间: 20200107