大约有 192 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0079 秒)
...em selectedPath skewX skewY source spaceBottom spaceLeft stage staticCache texture timer toolTip top transform url viewport visible width x xml y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains cust...
来源: Laya3.0_api 发布时间: 20231115
... 2021-02-23 0 3 分享 微博 QZONE 微信 斯人独憔悴 赞同来自: Texture Sheet Animation 模块 - Unity 手册 (unity3d.com) 我特意找了unity的文档。这个只是一个 粒子的图形不必是静止图像。此模块允许您将纹理视为可作为动画帧进行播放的一组单...
来源: Laya_社区 发布时间: 20210223
...ectedItem selection skewX skewY spaceX spaceY stage startIndex staticCache texture timer toolTip top transform url vScrollBarSkin viewport visible width x y zOrder Methods _initialize _processActive _setHeight _setWidth addChild addChildAt addChildren addComponent addComponentInstance addItem addIte...
来源: Laya3.0_api 发布时间: 20231115
...x selection skewX skewY skin space stage stateNum staticCache strokeColors texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _processActive _setSkin addChild addChildAt addChildren addComponent addComponentInstance addItem bubbleEvent callLater clearTimer ...
来源: Laya3.0_api 发布时间: 20231115
...kewY skin stage staticCache stroke strokeColor templateVars text textField texture timer toolTip top transform type ubb underline underlineColor url valign viewport visible width wordWrap x y zOrder Methods _initialize _processActive _setHeight _setSkin _setWidth addChild addChildAt addChildren addC...
来源: Laya3.0_api 发布时间: 20231115
...kewY skin stage staticCache stroke strokeColor templateVars text textField texture timer toolTip top transform type ubb underline underlineColor url vScrollBar vScrollBarSkin valign viewport visible width wordWrap x y zOrder Methods _initialize _processActive _setHeight _setSkin _setWidth addChild a...
来源: Laya3.0_api 发布时间: 20231115
...(runGame); var sp = new laya.display.Sprite(); sp.x = 100; sp.y = 100; var texture = Laya.loader.getRes('player/chara_01.png'); sp.graphics.drawTexture(texture, 0, 0, 96, 96); Laya.stage.addChild(sp); console.log(texture); } 这里大家可能有疑问 为什么路径地址是”player/chara_01.png...
来源: Laya_社区 发布时间: 20160801
... var material = new Laya.StandardMaterial(); material.diffuseTexture = Laya.Texture2D.load("Assets/test.png"); material.albedo = new Laya.Vector4(1, 1, 1, 0.95); material.renderMode = Laya.StandardMaterial.RENDERMODE_DEPTHREAD_TRANSPARENTDOUBLEFACE; //渲...
来源: Laya_社区 发布时间: 20180119
...er scrollRect shadowMapFrequency skewX skewY skyRenderer stage staticCache texture timer transform url viewport visible width x y zOrder _updateMark Methods _initialize _processActive _setCullCamera addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer co...
来源: Laya3.0_api 发布时间: 20231115
... 忽略顶点颜色信息,可减小lm文件大小 Texture Setting --- 贴图设置 Original Texture Type --- 需要转换格式的原始纹理类型 Non-PNG|JPG 非png| jpg 格式贴图...
来源: Laya_社区 发布时间: 20170428