大约有 221 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0043 秒)
Laya3.0_api(69) Laya3.0_文档(46) Laya2.0_api(43) laya_api(33) Laya_社区(25) Laya2.0_文档(3) Laya2.0_示例(1) Laya_示例(1)
...ar.png", "atlas/comp/vscroll$down.png", "atlas/comp/vscroll$up.png"); Laya.loader.load(skins).then(() => { // 创建滚动条 var vs: Laya.VScrollBar = new Laya.VScrollBar(); vs.skin = "atlas/comp/vscroll.png"; vs.height = 300; vs.pos(300, 300); vs.min = 0; vs.max = 100; vs.changeHandler = new La...
来源: Laya3.0_文档 发布时间: 20251010
...纹理 Templet getTotalkeyframesLength(aniIndex:int):intAnimationTemplet load(url:String):AnimationTemplet[static] 加载动画模板。 AnimationTemplet loadAni(url:String):voidTemplet onAsynLoaded(url:String, data:*, params:Array):void[override] private AnimationTemplet parseData(texture:...
来源: laya_api 发布时间: 20170929
...you may not be using this functionality currently, it has the potential to load private frameworks, private methods, and enable future feature changes. This includes any code which passes arbitrary parameters to dynamic methods such as dlopen(), dlsym(), respondsToSelector:, performSelector:, method...
来源: Laya_社区 发布时间: 20171221
...lightType : int[override] [read-only] 获取点光的类型。 PointLight loaded : Boolean[read-only] 获取是否已加载完成。 Sprite3D name : String节点名称。Node numChildren : int[read-only] 子对象数量。 Node parent : Node父节点。Node range : Number 获取点光的范...
来源: laya_api 发布时间: 20170929
...lf replaceChild runCallLater setChildIndex timerLoop timerOnce instantiate load Constructors constructor new LightSprite(): LightSprite Overrides Sprite3D.constructor Defined in laya/d3/core/light/LightSprite.ts:135 创建一个 LightSprite 实例。 Returns LightSprite Properties Optional _extra _e...
来源: Laya3.0_api 发布时间: 20231115
...tType : int[override] [read-only] 获取灯光的类型。 DirectionLight loaded : Boolean[read-only] 获取是否已加载完成。 Sprite3D name : String节点名称。Node numChildren : int[read-only] 子对象数量。 Node parent : Node父节点。Node scene : Scene[read-only] 获得所属...
来源: laya_api 发布时间: 20170929
...lightType : int[override] [read-only] 获取聚光的类型。 SpotLight loaded : Boolean[read-only] 获取是否已加载完成。 Sprite3D name : String节点名称。Node numChildren : int[read-only] 子对象数量。 Node parent : Node父节点。Node range : Number 获取聚光的范围...
来源: laya_api 发布时间: 20170929
...get", "res/atlas/comp.png", true); xhr.responseType = "arraybuffer"; xhr.onload = function () { if (this.status == 200) { var blob = new Blob([this.response], { type: "image/png" }); var img = document.createElement("img"); img.onload = function (e) { window.URL.revokeObjectURL(img.src); // 清除...
来源: Laya3.0_文档 发布时间: 20230303
...系列的静态处理。Sprite3D layer : Layer 获取蒙版。 Sprite3D loaded : Boolean[read-only] 获取是否已加载完成。 Sprite3D name : String节点名称。Node numChildren : int[read-only] 子对象数量。 Node parent : Node父节点。Node scene : Scene[read-only] 获得所属...
来源: laya_api 发布时间: 20170929
...lf replaceChild runCallLater setChildIndex timerLoop timerOnce instantiate load Constructors constructor new PointLight(): PointLight Overrides LightSprite.constructor Defined in laya/d3/core/light/PointLight.ts:24 创建一个 PointLight 实例。 Returns PointLight Properties Optional _extra _extr...
来源: Laya3.0_api 发布时间: 20231115