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