Class FlowStateWidget.EventLine
Inheritance
FlowStateWidget.EventLine
Assembly: Unity.VisualScripting.State.Editor.dll
public class FlowStateWidget.EventLine
Constructors
Declaration
public EventLine(Type eventType)
Parameters
Type |
Name |
Description |
Type |
eventType |
|
Properties
content
Declaration
public GUIContent content { get; }
Property Value
Methods
Declaration
public void Draw(Rect position)
Parameters
Type |
Name |
Description |
Rect |
position |
|
Declaration
public float GetHeight(float width)
Parameters
Type |
Name |
Description |
float |
width |
|
Returns
Extension Methods