Class Solver2DMenuAttribute
Attribute to add a menu item in IKManager2D to create the Solver.
Inherited Members
Namespace: UnityEngine.U2D.IK
Syntax
[MovedFrom("UnityEngine.Experimental.U2D.IK")]
[AttributeUsage(AttributeTargets.Class)]
public sealed class Solver2DMenuAttribute : Attribute, _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 |