Class DotElement
Namespace: UnityEditor.Dot
Syntax
public abstract class DotElement
Fields
attributes
Declaration
public Dictionary<string, string> attributes
Field Value
| Type | Description |
|---|---|
| Dictionary<String, String> |
Properties
Label
Declaration
public string Label { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Name
Declaration
public abstract string Name { get; }
Property Value
| Type | Description |
|---|---|
| String |
Methods
HasAttributes()
Declaration
public bool HasAttributes()
Returns
| Type | Description |
|---|---|
| Boolean |