RemoveManipulator(VisualElement, IManipulator)
Remove a manipulator associated to a VisualElement.
Read time 1 minuteLast updated 6 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.
Remarks
For more information, refer to Manipulators in the User Manual.