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

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

711. 输入设备-指南针 [ 86%]

...ad(this.compassImgPath, Handler.create(this, this.init)); } private init():void { // 创建罗盘 this.createCompass(); // 创建方位指示器 this.createDirectionIndicator(); // 画出其他UI this.drawUI(); // 创建显示角度的文本 this.createDegreesText(); Gyroscope.instance.on(Event.CHAN...

来源: Laya2.0_示例 发布时间: 20241119

712. 计时器-延迟执行 [ 86%]

..._SHOWALL; Laya.stage.bgColor = "#232628"; this.setup(); } private setup(): void { var vGap: number = 100; this.button1 = this.createButton("点我3秒之后 alpha - 0.5"); this.button1.x = (Laya.stage.width - this.button1.width) / 2; this.button1.y = (Laya.stage.height - this.button1.height - vGap) ...

来源: Laya_示例 发布时间: 20241119

713. laya.ui.Label [ 86%]

...ode 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node addComponent(type:Class):* 添加组件。 Node addComponentIntance(comp:Component):* 添加组件实例。 Node addInputChild(node:Node):NodeNode callLater(method:Function, args:Array = nu...

来源: Laya2.0_api 发布时间: 20190513

714. laya.d3.core.material.TerrainMaterial [ 86%]

...fined By  TerrainMaterial()TerrainMaterial _addReference(count:int = 1):void[override] BaseMaterial _parse(data:*, propertyParams:Object = null, constructParams:Array = null):BaseMaterial[static] BaseMaterial _removeReference(count:int = 1):void[override] BaseMaterial clone():* 克隆。 BaseM...

来源: Laya2.0_api 发布时间: 20190513

715. UI-Slider [ 86%]

...s, Handler.create(this, this.onLoadComplete)); } private onLoadComplete(): void { this.placeHSlider(); this.placeVSlider(); } private placeHSlider(): void { var hs: HSlider = new HSlider(); hs.skin = "res/ui/hslider.png"; hs.width = 300; hs.pos(50, 170); hs.min = 0; hs.max = 100; hs.value = 50; hs.t...

来源: Laya2.0_示例 发布时间: 20241119

716. laya.ui.Button [ 86%]

...ode 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node addComponent(type:Class):* 添加组件。 Node addComponentIntance(comp:Component):* 添加组件实例。 Node addInputChild(node:Node):NodeNode callLater(method:Function, args:Array = nu...

来源: Laya2.0_api 发布时间: 20190513

717. 加载-错误处理和进度 [ 86%]

...ent.ERROR, this, this.onError); } private onAssetLoaded(texture: Texture): void { // 使用texture console.log("加载结束"); } // 加载进度侦听器 private onLoading(progress: number): void { console.log("加载进度: " + progress); } private onError(err: String): void { console.log("加载...

来源: Laya2.0_示例 发布时间: 20241119

718. laya.ui.Button [ 86%]

...ode 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Component clearTimer(caller:*, me...

来源: laya_api 发布时间: 20170929

719. laya.ani.bone.Templet [ 86%]

...示 TempletPublic Methods  MethodDefined By  _setCreateURL(url:String):void[override] Templet  buildArmature(aniMode:int = 0):Skeleton 创建动画 0,使用模板缓冲的数据,模板缓冲的数据,不允许修改 (内存开销小,计算开销小,不支持换装) 1,使用动画自...

来源: Laya2.0_api 发布时间: 20190513

720. laya.utils.Mouse [ 86%]

...标样式 MousePublic Methods  MethodDefined By  Mouse()Mouse  hide():void[static] 隐藏鼠标 Mouse  show():void[static] 显示鼠标 MouseProperty Detailcursorpropertycursor:String 设置鼠标样式 Implementation     public static function get cursor():String    public static fun...

来源: laya_api 发布时间: 20170929