FromBrushUV(Vector2)
Applies the transform to convert a Brush UV coordinate to the target XY space.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEngine.TerrainTools
- Assembly: UnityEngine.TerrainModule
public Vector2 FromBrushUV(Vector2 brushUV)
Parameters
Brush UV coordinate to transform.
Returns
Type | Description |
|---|---|
| Vector2 | Target XY coordinate. |