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

大约有 692 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0059 秒)

591. laya.ui.AutoBitmap_API3.0 [ 48%]

...tring, x?: number, y?: number, width?: number, height?: number, complete?: Function | null): void Inherited from Graphics.loadImage Defined in laya/display/Graphics.ts:443 加载并显示一个图片。 Parameters url: string 图片地址。 Default value x: number = 0 (可选)显示图片的x...

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

592. laya.d3.component.animator.Animator_API3.0 [ 46%]

...ype parameter Constructor Property Method Accessor Object literal Variable Function Type alias Inherited property Inherited method Inherited accessor Enumeration Interface Static property

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

593. laya.d3.core.render.BaseRender_API3.0 [ 46%]

...ype parameter Constructor Property Method Accessor Object literal Variable Function Type alias Inherited property Inherited method Inherited accessor Enumeration Interface Static method

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

594. laya.display.Sprite_API3.0 [ 46%]

...prite_Example { private var sprite:Sprite; private var shape:Sprite public function Sprite_Example() { Laya.init(640, 800);//设置游戏画布宽高、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 onInit(); } private function onInit():void { sprite = new Sprite();/...

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

595. laya.d3.core.material.PBRMaterial_API3.0 [ 46%]

...建 Parameters url: string Returns boolean off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删...

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

596. laya.d3.core.render.posteffect.ColorGradEffect_API3.0 [ 45%]

...ype parameter Constructor Property Method Accessor Object literal Variable Function Type alias Inherited method Inherited accessor Static property Static method Enumeration Interface

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

597. laya.d3.math.CollisionUtils_API3.0 [ 45%]

...sphereContainsSphere sphereContainsTriangle Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Enumeration Interface Static method

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

598. laya.html.dom.HTMLIframeElement_API3.0 [ 45%]

...Node.ts:218 Parameters node: Node Returns Node callLater callLater(method: Function, args?: any[]): void Inherited from Node.callLater Defined in laya/display/Node.ts:611 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 see #runCallLater() Pa...

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

599. 如何使用vscode编译laya项目 [ 45%]

...l.publish) { prevTasks = ["loadConfig"]; } gulp.task("compile", prevTasks, function () { // 发布时调用编译功能,判断是否点击了编译选项 if (global.publish && !global.config.compile) { return; } else if (global.publish && global.config.compile) { // 发布时调用...

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

600. laya.html.dom.HTMLDivElement_API3.0 [ 45%]

...Node.ts:218 Parameters node: Node Returns Node callLater callLater(method: Function, args?: any[]): void Inherited from Node.callLater Defined in laya/display/Node.ts:611 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 see #runCallLater() Pa...

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