Class StringValue
A ValueItem
which can hold a DataString which can be used in place of a regular String.
Implements
Inherited Members
Namespace: ScriptableFramework
Assembly: cs.temp.dll.dll
Syntax
public class StringValue : ValueItem<DataString>, IValueContainer
Methods
UpdateValue(String)
Included for ValueItem
s to be set via UI events. This overload will make this object compatible with
dynamic values from input fields.
Declaration
public void UpdateValue(string newValue)
Parameters
Type | Name | Description |
---|---|---|
System.String | newValue | The new value passed from the UI event. |