Class UnitDescription
Inheritance
UnitDescription
Assembly: Unity.VisualScripting.Flow.Editor.dll
Syntax
public sealed class UnitDescription : GraphElementDescription, IGraphElementDescription, IDescription
Properties
icons
Declaration
public EditorTexture[] icons { get; set; }
Property Value
shortTitle
Declaration
public string shortTitle { get; set; }
Property Value
subtitle
Declaration
public string subtitle { get; set; }
Property Value
surtitle
Declaration
public string surtitle { get; set; }
Property Value
Implements
Extension Methods