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