Interface IManipulator
Interface for Manipulator objects.
Namespace: UnityEngine.UIElements
Syntax
public interface IManipulator
Properties
target
VisualElement being manipulated.
Declaration
VisualElement target { get; set; }
Property Value
Type | Description |
---|---|
VisualElement |