Struct ExclusiveOrNode
Namespace: Unity.VisualScripting.Interpreter
Syntax
[NodeDescription(typeof(ExclusiveOr))]
public struct ExclusiveOrNode : IDataNode, IFoldableNode, INode
Fields
A
Declaration
public InputDataPort A
Field Value
| Type | Description |
|---|---|
| InputDataPort |
B
Declaration
public InputDataPort B
Field Value
| Type | Description |
|---|---|
| InputDataPort |
Result
Declaration
public OutputDataPort Result
Field Value
| Type | Description |
|---|---|
| OutputDataPort |
Methods
Execute<TCtx>(TCtx)
Declaration
public void Execute<TCtx>(TCtx ctx)
where TCtx : IGraphInstance
Parameters
| Type | Name | Description |
|---|---|---|
| TCtx | ctx |
Type Parameters
| Name | Description |
|---|---|
| TCtx |