Class Solver2DMenuAttribute
Attribute to add a menu item in IKManager2D to create the Solver.
Inherited Members
Namespace: UnityEngine .U2D.IK
Assembly: Unity.2D.IK.Runtime.dll
Syntax
[MovedFrom("UnityEngine.Experimental.U2D.IK")]
[AttributeUsage(AttributeTargets.Class)]
public sealed class Solver2DMenuAttribute : Attribute
Constructors
Solver2DMenuAttribute(string)
Constructor
Declaration
public Solver2DMenuAttribute(string _menuPath)
Parameters
Type | Name | Description |
---|---|---|
string | _menuPath | Menu item path. |
Properties
menuPath
Menu path.
Declaration
public string menuPath { get; }
Property Value
Type | Description |
---|---|
string |