Class FormaEngines
A grouping of all Forma customizable engines
Namespace: Unity.Industrial.Forma.Editor.Adapters
Syntax
public class FormaEngines : object
Fields
AnalyticsEngine
The analytics engine
Declaration
public GameObject AnalyticsEngine
Field Value
Type | Description |
---|---|
GameObject |
PricingEngine
The pricing engine
Declaration
public GameObject PricingEngine
Field Value
Type | Description |
---|---|
GameObject |
RuleEngine
The rule engine
Declaration
public GameObject RuleEngine
Field Value
Type | Description |
---|---|
GameObject |
RuntimeUIDataEngine
The runtime UI data engine
Declaration
public GameObject RuntimeUIDataEngine
Field Value
Type | Description |
---|---|
GameObject |
Methods
SetEngines(Configurator)
Set engines on a configurator
Declaration
public void SetEngines(Configurator configurator)
Parameters
Type | Name | Description |
---|---|---|
Configurator | configurator |