Class UnityUiBackgroundComponentFactory
Factory responsible for wiring a prefab-based background UI GameObject
to a FoundationUiComponent/IUiComponent implementation.
Inheritance
UnityUiBackgroundComponentFactory
Assembly: Serenity.UnityUi.Infrastructure.dll
Syntax
public class UnityUiBackgroundComponentFactory : IUiComponentFactory
Constructors
UnityUiBackgroundComponentFactory()
Declaration
public UnityUiBackgroundComponentFactory()
Methods
CreateUiComponent<Element, Parameters, Actions>(Parameters, Actions, IFoundationViewElement, ILogService)
Creates and initializes a UI component from the given template.
Signature and generic constraints MUST match IUiComponentFactory.
Declaration
public Element CreateUiComponent<Element, Parameters, Actions>(Parameters parameters, Actions actions, IFoundationViewElement template, ILogService logService) where Element : IFoundationViewElement where Parameters : IUiComponentParameters where Actions : IUiComponentActions
Parameters
Returns
Type Parameters
| Name |
Description |
| Element |
|
| Parameters |
|
| Actions |
|
Implements