Class ExperimentalNodeAttribute
Attribute that may be added to experimental Node implementations to render a experimental node warning box on the graph node gui.
Namespace: Holoride.ElasticSDK.Graph
Assembly: Holoride.ElasticSDK.Runtime.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
[BaseTypeRequired(typeof(IPipelineNode))]
public class ExperimentalNodeAttribute : Attribute