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

TerrainPaintUtility.CalculateBrushTransform

매뉴얼로 전환
public static Experimental.TerrainAPI.BrushTransform CalculateBrushTransform (Terrain terrain, Vector2 brushCenterTerrainUV, float brushSize, float brushRotationDegrees);

파라미터

terrainReference terrain, defines terrain UV and object space.
brushCenterTerrainUVCenter point of the brush, in terrain UV space (0-1 across the terrain tile).
brushSizeSize of the brush, in terrain space.
brushRotationDegreesBrush rotation in degrees (clockwise).

반환

BrushTransform Transform from terrain space to Brush UVs.

설명

Creates a BrushTransform from the input parameters.