API ReferenceFacepunch.ActionGraphs

INodeAttributeclass

Used to define ActionGraph nodes using static methods, properties, or constructors.

objectINodeAttribute
Namespace
Facepunch.ActionGraphs
Assembly
Facepunch.ActionGraphs
Declaration
public abstract interface Facepunch.ActionGraphs.INodeAttribute

Properties1

Showing 1 properties

public virtual string Facepunch.ActionGraphs.INodeAttribute.Identifier { get; set; }PUBLICVIRTUALGETSET

A unique name to identify this node type.

Returns:string

On this page