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

TerrainPaintUtility.BuildTransformPaintContextUVToPaintContextUV

マニュアルに切り替える
public static void BuildTransformPaintContextUVToPaintContextUV (Experimental.TerrainAPI.PaintContext src, Experimental.TerrainAPI.PaintContext dst, out Vector4 scaleOffset);

パラメーター

srcSource PaintContext.
dstDestination PaintContext.
scaleOffsetScaleOffset transform.

説明

Builds a Scale & Offset transform to convert between one PaintContext's UV space and another PaintContext's UV space.

This method provides functionality that you can use when you must perform tasks such as rendering to one PaintContext when reading a texture from another PaintContext. You can apply the returned transform to convert the UVs from one PaintContext to another.

The returned scaleOffset vector is in the same format as used by the TEX_TRANSFORM macro:
dstUV.uv = srcUV.uv * scaleOffset.xy + scaleOffset.zw