RemoveManipulator(VisualElement, IManipulator)
Remove a manipulator associated to a VisualElement.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public static void RemoveManipulator(this VisualElement ele, IManipulator manipulator)
Parameters
VisualElement associated to the manipulator.
Manipulator to be removed from the VisualElement.