Class PathEditorToolExtensions
Inherited Members
Namespace: UnityEditor.U2D.Path
Assembly: Unity.2D.Path.Editor.dll
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 |