Class PathEditorToolExtensions
Inheritance
System.Object
PathEditorToolExtensions
Namespace: UnityEditor.U2D.Path
Syntax
public static class PathEditorToolExtensions
Methods
CycleTangentMode<T>(PathEditorTool<T>)
Declaration
public static void CycleTangentMode<T>(this PathEditorTool<T> pathEditorTool)
    where T : ScriptablePath
Parameters
| Type | Name | Description | 
|---|---|---|
| PathEditorTool<T> | pathEditorTool | 
Type Parameters
| Name | Description | 
|---|---|
| T | 
MirrorTangent<T>(PathEditorTool<T>)
Declaration
public static void MirrorTangent<T>(this PathEditorTool<T> pathEditorTool)
    where T : ScriptablePath
Parameters
| Type | Name | Description | 
|---|---|---|
| PathEditorTool<T> | pathEditorTool | 
Type Parameters
| Name | Description | 
|---|---|
| T |