Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Attacher

Helper object that attaches a visual element next to its target, regarless of their respective location in the visual tree hierarchy.
Read time 1 minuteLast updated 7 days ago

Definition

public class Attacher

Remarks

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

Constructors

Constructor

Description

Attacher(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.VisualElement,UnityEngine.SpriteAlignment)Attaches a visual element next to its target, regarless of their respective locations in the visual tree hierarchy.

Properties

Property

Description

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.

Methods

Method

Description

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