Version: 2020.1
언어: 한국어
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);

파라미터

src Source PaintContext.
dst Destination PaintContext.
scaleOffset ScaleOffset 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

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961