Class DotElement
Inheritance
System.Object
DotElement
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: UnityEditor.Dot
Syntax
public abstract class DotElement
Fields
attributes
Declaration
public Dictionary<string, string> attributes
Field Value
Type | Description |
---|---|
Dictionary<System.String, System.String> |
Properties
Label
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Declaration
public abstract string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
HasAttributes()
Declaration
public bool HasAttributes()
Returns
Type | Description |
---|---|
System.Boolean |