Experimental: this API is experimental and might be changed or removed in the future.

Attacher

class in UnityEditor.Experimental.UIElements.GraphView

매뉴얼로 전환

설명

Helper object that attaches a visual element next to its target, regarless of their respective location in the visual tree hierarchy.

The Attacher will monitor the position of the target and move the attached element accordingly.

변수

alignmentRelative alignment between the attached element and the target.
distanceThe distance between the attached element and the target.
elementThe element that is attached to the target element.
offsetAn absolute offset added to the element position after placement.
targetThe target element.

생성자

AttacherAttaches a visual element next to its target, regarless of their respective locations in the visual tree hierarchy.

Public 함수

DetachStop monitoring the target element and postioning the attached element.
ReattachStarts monitoring target element position changes and places the attached element accordingly.