Class UniqueIDSerializedParamController
The controller for handling and displaying the UniqueIDSerializedParam to the user
Inheritance
UniqueIDSerializedParamController
Implements
Inherited Members
Namespace: LemonEdge.Client.Core.Support
Assembly: LemonEdge.ClientCore.dll
Syntax
public class UniqueIDSerializedParamController : ParamViewerController<UniqueIDSerializedParam>, IPopupWindowController<UniqueIDSerializedParam>, IParamViewerController, IPopupWindowController, IController
Constructors
UniqueIDSerializedParamController(IParamViewer<UniqueIDSerializedParam>, UniqueIDSerializedParam)
Creates a new controller for the specified client ui implementation of the param viewer
Declaration
public UniqueIDSerializedParamController(IParamViewer<UniqueIDSerializedParam> window, UniqueIDSerializedParam param)
Parameters
Type | Name | Description |
---|---|---|
IParamViewer<UniqueIDSerializedParam> | window | The window instance that implements the param viewer for the specified param |
UniqueIDSerializedParam | param | The initial instance of the param to display |