Class XUnit
Namespace: Unity.VisualScripting
Syntax
public static class XUnit
Methods
CompatibleValueInput(IUnit, Type)
Declaration
public static ValueInput CompatibleValueInput(this IUnit unit, Type outputType)
Parameters
| Type | Name | Description |
|---|---|---|
| IUnit | unit | |
| Type | outputType |
Returns
| Type | Description |
|---|---|
| ValueInput |
CompatibleValueOutput(IUnit, Type)
Declaration
public static ValueOutput CompatibleValueOutput(this IUnit unit, Type inputType)
Parameters
| Type | Name | Description |
|---|---|---|
| IUnit | unit | |
| Type | inputType |
Returns
| Type | Description |
|---|---|
| ValueOutput |