Table of Contents

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

description string

Properties

Description

public string Description { get; }

Property Value

string