Class DefaultResourceProvider
Class DefaultResourceProvider. This class cannot be inherited.
Namespace: UnityEngine.Industrial.Configuring.RuntimeUI
Syntax
public sealed class DefaultResourceProvider : IResourceProvider
Constructors
DefaultResourceProvider()
Initializes a new instance of the DefaultResourceProvider class.
Declaration
public DefaultResourceProvider()
Methods
GetContextOptionField()
Gets the context option field.
Declaration
public IContextOptionField GetContextOptionField()
Returns
Type | Description |
---|---|
IContextOptionField | IContextOptionField. |
Implements
GetFeatureButton()
Gets the feature button.
Declaration
public IFeatureButton GetFeatureButton()
Returns
Type | Description |
---|---|
IFeatureButton | IFeatureButton. |
Implements
GetFeatureSetDropdown()
Gets the feature set dropdown.
Declaration
public IFeatureSetDropdown GetFeatureSetDropdown()
Returns
Type | Description |
---|---|
IFeatureSetDropdown | IFeatureSetDropdown. |
Implements
GetProductCanvas()
Gets the product canvas.
Declaration
public IProductCanvas GetProductCanvas()
Returns
Type | Description |
---|---|
IProductCanvas | IProductCanvas. |
Implements
GetProductInfoPanel()
Gets the product information panel.
Declaration
public IProductInfoPanel GetProductInfoPanel()
Returns
Type | Description |
---|---|
IProductInfoPanel | IProductInfoPanel. |
Implements
GetProductSetupPanel()
Gets the product setup panel.
Declaration
public IProductSetupPanel GetProductSetupPanel()
Returns
Type | Description |
---|---|
IProductSetupPanel | IProductSetupPanel. |
Implements
GetStagingPanel()
Gets the staging panel.
Declaration
public IStagingPanel GetStagingPanel()
Returns
Type | Description |
---|---|
IStagingPanel | IStagingPanel. |