大约有 6,598 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0144 秒)
Laya_社区(5247) Laya3.0_api(482) Laya2.0_文档(363) Laya_示例(154) Laya2.0_示例(116) Laya3.0_文档(105) Laya2.0_api(67) laya_api(64)
...800 layabox[3608:626785] assetsid old:1a83b8efdde906ce0537a5949c98f85e new:1a83b8efdde906ce0537a5949c98f85e 2020-04-22 18:21:19.450960+0800 layabox[3608:626785] xhr.GET url=http://nativetest.layabox.com/layaplayer/index.js 2020-04-22 18:21:19.462824+0800 layabox[3608:626768] Download [ ]:htt...
来源: Laya_社区 发布时间: 20200422
...tConstraintEnabled setOverrideNumSolverIterations Constructors constructor new ConfigurableConstraint(): ConfigurableConstraint Overrides ConstraintComponent.constructor Defined in laya/d3/physics/constraints/ConfigurableConstraint.ts:80 创建一个ConfigurableConstraint实例 可设置的约束组...
来源: Laya3.0_api 发布时间: 20231115
...wToCanvas(100, 100, 0, 0);//把精灵绘制到canvas上面 var sp:Sprite = new Sprite();//创建精灵 sp.graphics.drawTexture(htmlCanvas.getTexture());//把截图绘制到精灵上 Laya.stage.addChild(sp);//把精灵显示到舞台 也可以获取原始图片数据,分享到网上,从而实现...
来源: Laya2.0_api 发布时间: 20190513
...Data setSubPixelsData destroyUnusedResources load Constructors constructor new Texture2D(width: number, height: number, format: TextureFormat, mipmap?: boolean, canRead: boolean, sRGB?: boolean, premultiplyAlpha?: boolean): Texture2D Overrides BaseTexture.constructor Defined in laya/resource/Texture...
来源: Laya3.0_api 发布时间: 20231115
...wToCanvas(100, 100, 0, 0);//把精灵绘制到canvas上面 var sp:Sprite = new Sprite();//创建精灵 sp.graphics.drawTexture(htmlCanvas.getTexture());//把截图绘制到精灵上 Laya.stage.addChild(sp);//把精灵显示到舞台 也可以获取原始图片数据,分享到网上,从而实现...
来源: Laya2.0_api 发布时间: 20190513
...toDir toLocalNormal translate Properties Static tmpVec3 tmpVec3: Vector3 = new Vector3() Defined in laya/d3/core/Transform3D.ts:882 Accessors localMatrix get localMatrix(): Matrix4x4 set localMatrix(value: Matrix4x4): void Defined in laya/d3/core/Transform3D.ts:370 局部矩阵。 Returns Matrix4x4 ...
来源: Laya3.0_api 发布时间: 20231115
...ave scale setState strokeText transform translate Constructors constructor new AutoBitmap(): AutoBitmap Inherited from Graphics.constructor Defined in laya/display/Graphics.ts:54 Returns AutoBitmap Properties _color _color: string = "#ffffff" Defined in laya/ui/AutoBitmap.ts:31 uv uv: number[] = nul...
来源: Laya3.0_api 发布时间: 20231115
...容如下: const { regClass, property } = Laya; @regClass() export class NewScript extends Laya.Script { //declare owner : Laya.Sprite3D; constructor() { super(); } /** * 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 */ onAwake(): void { let op...
来源: Laya3.0_文档 发布时间: 20251010
...wToCanvas(100, 100, 0, 0);//把精灵绘制到canvas上面 var sp:Sprite = new Sprite();//创建精灵 sp.graphics.drawTexture(htmlCanvas.getTexture());//把截图绘制到精灵上 Laya.stage.addChild(sp);//把精灵显示到舞台 也可以获取原始图片数据,分享到网上,从而实现...
来源: Laya2.0_api 发布时间: 20190513
...eateFromPool destroyUnusedResources recoverToPool Constructors constructor new RenderTexture(width: number, height: number, colorFormat: RenderTargetFormat, depthFormat: RenderTargetFormat, generateMipmap?: boolean, multiSamples?: number, generateDepthTexture?: boolean, sRGB?: boolean): RenderTextur...
来源: Laya3.0_api 发布时间: 20231102