Class fsOption
Inherited Members
Namespace: Unity.VisualScripting.FullSerializer.Internal
Assembly: Unity.VisualScripting.Core.dll
Syntax
public static class fsOption
Methods
Just<T>(T)
Declaration
public static fsOption<T> Just<T>(T value)
Parameters
| Type | Name | Description |
|---|---|---|
| T | value |
Returns
| Type | Description |
|---|---|
| fsOption<T> |
Type Parameters
| Name | Description |
|---|---|
| T |