Version: 2022.2
言語: 日本語
public static TerrainTools.BrushTransform CalculateBrushTransform (Terrain terrain, Vector2 brushCenterTerrainUV, float brushSize, float brushRotationDegrees);

パラメーター

terrain Reference terrain, defines terrain UV and object space.
brushCenterTerrainUV Center point of the brush, in terrain UV space (0-1 across the terrain tile).
brushSize Size of the brush, in terrain space.
brushRotationDegrees Brush rotation in degrees (clockwise).

戻り値

BrushTransform Transform from terrain space to Brush UVs.

説明

Creates a BrushTransform from the input parameters.