Class fsVersionManager
Namespace: Unity.VisualScripting.FullSerializer.Internal
Syntax
public static class fsVersionManager
Methods
GetVersionedType(Type)
Declaration
public static fsOption<fsVersionedType> GetVersionedType(Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | type |
Returns
| Type | Description |
|---|---|
| fsOption<fsVersionedType> |
GetVersionImportPath(String, fsVersionedType, out List<fsVersionedType>)
Declaration
public static fsResult GetVersionImportPath(string currentVersion, fsVersionedType targetVersion, out List<fsVersionedType> path)
Parameters
| Type | Name | Description |
|---|---|---|
| String | currentVersion | |
| fsVersionedType | targetVersion | |
| List<fsVersionedType> | path |
Returns
| Type | Description |
|---|---|
| fsResult |