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

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

631. laya.ui.FontClip_API3.0 [ 14%]

...ne _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加载相关的皮肤,但放在不同域,这里可以设置 Optional _url _url: string Inherit...

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

632. laya.ui.Dialog_API3.0 [ 14%]

...e var dialog:Dialog_Instance; public function Dialog_Example() { Laya.init(640, 800);//设置游戏画布宽高、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load("resource/ui/btn_close.png", Handler.create(this, onLoadComplete));//加载资源。 } pr...

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

633. laya.ui.List_API3.0 [ 13%]

...er; public class List_Example { public function List_Example() { Laya.init(640, 800, "false");//设置游戏画布宽高、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/vscroll.png", "resource/ui/vscroll$bar.png", "resource/ui/vscroll$...

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

634. laya.ui.UIGroup_API3.0 [ 13%]

...ne _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加载相关的皮肤,但放在不同域,这里可以设置 Optional _url _url: string Inherit...

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

635. laya.display.Input [ 13%]

...生的canvas对象 trace(canvas.toDataURL("image/png"));//打印图片base64信息,可以发给服务器或者保存为图片 Sprite event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher frameLoop(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = ...

来源: laya_api 发布时间: 20170929

636. laya.ui.TextInput_API3.0 [ 13%]

... class TextInput_Example { public function TextInput_Example() { Laya.init(640, 800);//设置游戏画布宽高、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/input.png"], Handler.create(this, onLoadComplete));//加载资源。 } priv...

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

637. laya.ui.TextArea_API3.0 [ 13%]

...ic class TextArea_Example { public function TextArea_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/input.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function on...

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

638. laya.d3.core.scene.Scene3D_API3.0 [ 13%]

...ne _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _sceneUniformData _sceneUniformData: UnifromBufferData Defined in laya/d3/core/scene/Scene3D.ts:399 interanl _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果...

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

639. laya.display.Text [ 13%]

...生的canvas对象 trace(canvas.toDataURL("image/png"));//打印图片base64信息,可以发给服务器或者保存为图片 Sprite event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher frameLoop(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = ...

来源: laya_api 发布时间: 20170929

640. laya.ui.Tree_API3.0 [ 13%]

...er; public class Tree_Example { public function Tree_Example() { Laya.init(640, 800); Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/vscroll.png", "resource/ui/vscroll$bar.png", "resource/ui/vscroll$down.png", "resource/ui/vscroll$up.png", "resource/ui...

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