Class NodeInfoAttribute
- Namespace
- Ceres.Annotations
- Assembly
- Ceres.Graph.dll
Describe node description in the editor
[AttributeUsage(AttributeTargets.Class, Inherited = true)]
public sealed class NodeInfoAttribute : Attribute
- Inheritance
-
NodeInfoAttribute
- Inherited Members
Constructors
NodeInfoAttribute(string)
public NodeInfoAttribute(string description)
Parameters
descriptionstring
Properties
Description
public string Description { get; }