Class FormaAdapter
Forma Adapter
Namespace: Unity.Industrial.Forma.Editor.Adapters
Syntax
public class FormaAdapter : ScriptableObject
Fields
Engines
A grouping of all Forma customizable engines
Declaration
public FormaEngines Engines
Field Value
Type | Description |
---|---|
FormaEngines |
Importer
Import adapter
Declaration
public ImportAdapter Importer
Field Value
Type | Description |
---|---|
ImportAdapter |
Label
Adapter label
Declaration
public string Label
Field Value
Type | Description |
---|---|
String |
Methods
Import(IImportSource)
Import a source and return an import output
Declaration
public async Task<IImportOutput> Import(IImportSource source)
Parameters
Type | Name | Description |
---|---|---|
IImportSource | source |
Returns
Type | Description |
---|---|
Task<IImportOutput> | Null if import source type is not handled by this adapter. |