Class Node.OutputAttribute
Overrides XNode.Node.OutputAttribute with custom default values.
Namespace: Holoride.ElasticSDK.Graph
Assembly: Holoride.ElasticSDK.Runtime.dll
Syntax
[AttributeUsage(AttributeTargets.Field)]
public class Node.OutputAttribute : Node.OutputAttribute
Constructors
OutputAttribute(ShowBackingValue, ConnectionType, TypeConstraint, bool)
Declaration
public OutputAttribute(Node.ShowBackingValue backingValue = ShowBackingValue.Never, Node.ConnectionType connectionType = ConnectionType.Multiple, Node.TypeConstraint typeConstraint = TypeConstraint.None, bool dynamicPortList = false)
Parameters
Type | Name | Description |
---|---|---|
XNode.Node.XNode.Node.ShowBackingValue | backingValue | |
XNode.Node.XNode.Node.ConnectionType | connectionType | |
XNode.Node.XNode.Node.TypeConstraint | typeConstraint | |
bool | dynamicPortList |