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