This version of Unity is unsupported.

BrushTransform Constructor

Declaration

public BrushTransform(Vector2 brushOrigin, Vector2 brushU, Vector2 brushV);

Parameters

brushOrigin Origin of the brush, in target XY space.
brushU Brush U vector, in target XY space.
brushV Brush V vector, in target XY space.

Description

Creates a BrushTransform.