Class Attacher
Assembly: UnityEditor.dll
Syntax
Constructors
|
Improve this Doc
View Source
Attacher(VisualElement, VisualElement, SpriteAlignment)
Declaration
public Attacher(VisualElement anchored, VisualElement target, SpriteAlignment alignment)
Parameters
Properties
|
Improve this Doc
View Source
alignment
Declaration
public SpriteAlignment alignment { get; set; }
Property Value
|
Improve this Doc
View Source
distance
Declaration
public float distance { get; set; }
Property Value
|
Improve this Doc
View Source
element
Declaration
public VisualElement element { get; }
Property Value
|
Improve this Doc
View Source
offset
Declaration
public Vector2 offset { get; set; }
Property Value
|
Improve this Doc
View Source
target
Declaration
public VisualElement target { get; }
Property Value
Methods
|
Improve this Doc
View Source
Detach()
Declaration
|
Improve this Doc
View Source
Reattach()
Declaration
Extension Methods