Version: 2023.2

TileBaseEditor.RenderStaticPreview

切换到手册
public Texture2D RenderStaticPreview (string assetPath, Object[] subAssets, int width, int height);

参数

assetPath 要对其执行操作的资源。
subAssets assetPath 中所有资源的数组。
width 所创建纹理的宽度。
height 所创建纹理的高度。

返回

Texture2D 生成的纹理或 null。

描述

Creates a texture preview for rendering the TileBase asset preview.