Interface IOutlineGenerator
Namespace: UnityEditor.Experimental.U2D.Animation
Syntax
public interface IOutlineGenerator
Methods
GenerateOutline(Texture2D, Rect, Single, Byte, Boolean, out Vector2[][])
Declaration
void GenerateOutline(Texture2D texture, Rect rect, float detail, byte alphaTolerance, bool holeDetection, out Vector2[][] paths)
Parameters
| Type | Name | Description |
|---|---|---|
| Texture2D | texture | |
| Rect | rect | |
| System.Single | detail | |
| System.Byte | alphaTolerance | |
| System.Boolean | holeDetection | |
| Vector2[][] | paths |