Show / Hide Table of Contents

Class Attacher

Inheritance
Object
Attacher
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor.Experimental.UIElements.GraphView
Assembly: UnityEditor.dll
Syntax
public class Attacher

Constructors

| Improve this Doc View Source

Attacher(VisualElement, VisualElement, SpriteAlignment)

Declaration
public Attacher(VisualElement anchored, VisualElement target, SpriteAlignment alignment)
Parameters
Type Name Description
VisualElement anchored
VisualElement target
SpriteAlignment alignment

Properties

| Improve this Doc View Source

alignment

Declaration
public SpriteAlignment alignment { get; set; }
Property Value
Type Description
SpriteAlignment
| Improve this Doc View Source

distance

Declaration
public float distance { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

element

Declaration
public VisualElement element { get; }
Property Value
Type Description
VisualElement
| Improve this Doc View Source

offset

Declaration
public Vector2 offset { get; set; }
Property Value
Type Description
Vector2
| Improve this Doc View Source

target

Declaration
public VisualElement target { get; }
Property Value
Type Description
VisualElement

Methods

| Improve this Doc View Source

Detach()

Declaration
public void Detach()
| Improve this Doc View Source

Reattach()

Declaration
public void Reattach()

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX