| InteractivePlotPointpointerExited Event | 
 [Missing <summary> documentation for "E:BrydenWoodUnity.UIElements.InteractivePlotPoint.pointerExited"]
 
    Namespace: 
   BrydenWoodUnity.UIElements
    Assembly:
   Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
 Syntax
Syntaxpublic event InteractivePlotPointOnPointInteracted pointerExited
Public Event pointerExited As InteractivePlotPointOnPointInteracted
public:
 event InteractivePlotPointOnPointInteracted^ pointerExited {
	void add (InteractivePlotPointOnPointInteracted^ value);
	void remove (InteractivePlotPointOnPointInteracted^ value);
}member pointerExited : IEvent<InteractivePlotPointOnPointInteracted,
    EventArgs>
Value
Type: 
BrydenWoodUnity.UIElementsInteractivePlotPointOnPointInteracted See Also
See Also