Class Description
Namespace: Unity.VisualScripting
Syntax
public class Description : IDescription
Properties
icon
Declaration
public virtual EditorTexture icon { get; set; }
Property Value
Type | Description |
---|---|
EditorTexture |
Implements
summary
Declaration
public virtual string summary { get; set; }
Property Value
Type | Description |
---|---|
String |
Implements
title
Declaration
public virtual string title { get; set; }
Property Value
Type | Description |
---|---|
String |