大约有 198 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0100 秒)
...的图层,在图层的自定义属性栏,添加一个名为`layer`的`string`类型属性。操作如图14-1所示。 ![图14-1](img/14-1.png) (图14-1) 点击OK,添加完成后,将所有添加了自定义属性layer的图层。设置分组名称。 例如,我们将块层2与块层3的...
来源: Laya2.0_文档 发布时间: 20210715
...的图层,在图层的自定义属性栏,添加一个名为`layer`的`string`类型属性。操作如图14-1所示。 ![图14-1](img/14-1.png) (图14-1) 点击OK,添加完成后,将所有添加了自定义属性layer的图层。设置分组名称。 例如,我们将块层2与块层3的...
来源: Laya2.0_文档 发布时间: 20210714
...化引擎 Laya.init(600, 400); Laya.stage.bgColor = "#ffcccc"; var data: string = "data:image/svg+xml," + '' + '' + '' + 'I like ' + '' + 'cheese' + '' + '' + ''; var sp: Laya.Sprite = new Laya.Sprite(); sp.loadImage(data, 0, 0, 200, 200); Laya.stage.addChild(sp); } } new LayaUISample; ``` 通过dat...
来源: Laya2.0_文档 发布时间: 20210715
...始化引擎 Laya.init(600, 400); Laya.stage.bgColor ="#cccccc"; var data:String= "data:image/svg+xml,"+'' + '' + '' + 'I like ' + '' + 'cheese' + '' + '' + ''; var sp:Sprite = new Sprite(); sp.loadImage(data,0,0,200,200); Laya.stage.addChild(sp); } } } ``` 通过data来当做url传递给loadImage...
来源: Laya2.0_文档 发布时间: 20210715
...显示这个img。我们新建个项目。代码如下所示: var data: string = "data:image/svg+xml," + '<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200">' + '<foreignObject width="100%" height="100%">' + '<div xmlns="http://www.w3.org/1999/xhtml" style="font-size:4...
来源: Laya3.0_文档 发布时间: 20241014
...esh: Mesh, texture: Texture2D, minHeight: number, maxHeight: number, name: string = null): MeshTerrainSprite3D { var meshTerrainSprite3D: MeshTerrainSprite3D = new MeshTerrainSprite3D(mesh, null, name); meshTerrainSprite3D._initCreateFromMeshHeightMap(texture, minHeight, maxHeight); return meshTerra...
来源: Laya3.0_文档 发布时间: 20230303
... * @param normalizedTime 归一化的播放起始时间。 */ play(name: string | null = null, layerIndex: number = 0, normalizedTime: number = Number.NEGATIVE_INFINITY) 这是动画状态机里最基本的播放动画方式,通过下面的代码: //动画状态机,直接播放Run动画状态 ...
来源: Laya3.0_文档 发布时间: 20241014
...av/h suim:1 s.237} 08-14 10:57:51.382 3194-3563/? E/Parcel: Reading a NULL string not supported here. Reading a NULL string not supported here. 08-14 10:57:51.390 3526-5095/? W/WindowState: Failed to report 'resized' to the client of Window{58e6240 u0 SurfaceView}, removing this window. 08-14 ...
来源: Laya_社区 发布时间: 20180814