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