Class InPortAttribute
Namespace: InsaneScatterbrain.ScriptGraph
Syntax
public class InPortAttribute : PortAttribute
Constructors
InPortAttribute(String, Type, Boolean)
Declaration
public InPortAttribute(string name, Type type, bool isConnectionRequired = false)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
Type | type | |
System.Boolean | isConnectionRequired |
Properties
IsConnectionRequired
Declaration
public bool IsConnectionRequired { get; }
Property Value
Type | Description |
---|---|
System.Boolean |