Version: 2021.1
Experimental: this API is experimental and might be changed or removed in the future.

PaintContext.GetClippedPixelRectInRenderTexturePixels

切换到手册
public RectInt GetClippedPixelRectInRenderTexturePixels (int terrainIndex);

参数

terrainIndex 地形的索引。

返回

RectInt 返回已裁剪像素矩形。

描述

相对于 PaintContext 渲染纹理,检索地形的已裁剪像素矩形。

跨边框进行绘制时,PaintContext 可以引用多个地形瓦片。 GetClippedPixelRectInTerrainPixels 以 PaintContext.sourceRenderTexturePaintContext.destinationRenderTexture 的像素坐标返回根据指定地形裁剪的 PaintContext.pixelRect。 terrainIndex 必须在 0 到 PaintContext.terrainCount - 1 之间。 另请参阅:PaintContext.GetTerrain