大约有 226 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0071 秒)
...回复问题请先登录 发起人 浪货界扛把子 相关问题 image loadimage 加载网络图片BUG Image和Sprite在应用上的区别 EffectAnimation 可以将对象指定到Image,并用程式控制播放吗? 请问一下new 一个Image和ui界面里组件的Image有什么区别?急!...
来源: Laya_社区 发布时间: 20180416
... get_width globalToLocal hasHideFlag hasListener hitTestPoint isAncestorOf loadImage localToGlobal off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once parentRepaint pivot pos reCache removeChild removeChildAt removeChildByName removeChildren removeSelf repaint rep...
来源: Laya3.0_api 发布时间: 20231115
...width globalToLocal hasHideFlag hasListener hide hitTestPoint isAncestorOf loadImage localToGlobal off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once parentRepaint pivot pos reCache removeChild removeChildAt removeChildByName removeChildren removeSelf render repa...
来源: Laya3.0_api 发布时间: 20231115
...E; let ape: Laya.Sprite = new Laya.Sprite(); Laya.stage.addChild(ape); ape.loadImage("../laya/assets/fish_bg.png"); //开启统计信息 Laya.Stat.show(); //添加3D场景 let scene: Laya.Scene = Laya.stage.addChild(new Laya.Scene()) as Laya.Scene; //添加照相机 let camera: Laya.Camera = (scene....
来源: Laya_社区 发布时间: 20180302
...width globalToLocal hasHideFlag hasListener hitTestPoint isAncestorOf load loadImage localToGlobal off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once parentRepaint pause pivot play pos reCache reload removeChild removeChildAt removeChildByName removeChildren remo...
来源: Laya3.0_api 发布时间: 20231102
... data.face 是微信头像地址 this.uFace 是 laya.ui.Image this.uFace.loadImage(data.face, 0, 0, 50, 50, Handler.create(this, graphicsImg)) function graphicsImg() { //创建遮罩对象 var cMask = new Laya.Sprite(); //画一个圆形的遮罩区域 cMask.graphics.drawCircle(25, 25, 25, "#ff0000...
来源: Laya_社区 发布时间: 20181214
... get_width globalToLocal hasHideFlag hasListener hitTestPoint isAncestorOf loadImage localToGlobal off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once parentRepaint pivot play pos reCache removeChild removeChildAt removeChildByName removeChildren removeSelf render...
来源: Laya3.0_api 发布时间: 20231115
...balToLocal hasHideFlag hasListener hide hitTestPoint initData isAncestorOf loadImage localToGlobal off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once parentRepaint pivot pos reCache removeChild removeChildAt removeChildByName removeChildren removeSelf render repa...
来源: Laya3.0_api 发布时间: 20231115
...width globalToLocal hasHideFlag hasListener hitTestPoint init isAncestorOf loadImage localToGlobal off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once parentRepaint pivot play pos reCache removeChild removeChildAt removeChildByName removeChildren removeSelf render...
来源: Laya3.0_api 发布时间: 20231115
...oolean 检测指定事件类型是否是鼠标事件。 EventDispatcher loadImage(url:String, complete:Handler = null):Sprite 加载并显示一个图片。相当于加载图片后,设置texture属性 注意:2.0改动:多次调用,只会显示一个图片(1.0会显示多个图片),x,y...
来源: Laya2.0_api 发布时间: 20190513