Class UnitDescription
Namespace: Unity.VisualScripting
Syntax
public sealed class UnitDescription : GraphElementDescription, IGraphElementDescription, IDescription
Properties
icons
Declaration
public EditorTexture[] icons { get; set; }
Property Value
Type | Description |
---|---|
EditorTexture[] |
shortTitle
Declaration
public string shortTitle { get; set; }
Property Value
Type | Description |
---|---|
String |
subtitle
Declaration
public string subtitle { get; set; }
Property Value
Type | Description |
---|---|
String |
surtitle
Declaration
public string surtitle { get; set; }
Property Value
Type | Description |
---|---|
String |