Interface IResourceProvider
Interface IResourceProvider
Namespace: UnityEngine.Industrial.Configuring.RuntimeUI
Syntax
public interface IResourceProvider
Methods
GetContextOptionField()
Gets the context option field.
Declaration
IContextOptionField GetContextOptionField()
Returns
Type | Description |
---|---|
IContextOptionField | IContextOptionField. |
GetFeatureButton()
Gets the feature button.
Declaration
IFeatureButton GetFeatureButton()
Returns
Type | Description |
---|---|
IFeatureButton | IFeatureButton. |
GetFeatureSetDropdown()
Gets the feature set dropdown.
Declaration
IFeatureSetDropdown GetFeatureSetDropdown()
Returns
Type | Description |
---|---|
IFeatureSetDropdown | IFeatureSetDropdown. |
GetProductCanvas()
Gets the product canvas.
Declaration
IProductCanvas GetProductCanvas()
Returns
Type | Description |
---|---|
IProductCanvas | IProductCanvas. |
GetProductInfoPanel()
Gets the product information panel.
Declaration
IProductInfoPanel GetProductInfoPanel()
Returns
Type | Description |
---|---|
IProductInfoPanel | IProductInfoPanel. |
GetProductSetupPanel()
Gets the product setup panel.
Declaration
IProductSetupPanel GetProductSetupPanel()
Returns
Type | Description |
---|---|
IProductSetupPanel | IProductSetupPanel. |
GetStagingPanel()
Gets the staging panel.
Declaration
IStagingPanel GetStagingPanel()
Returns
Type | Description |
---|---|
IStagingPanel | IStagingPanel. |