| InputFieldTextObserverGetValue Method |
Derived classes should return the current value to set if this method is called.
The target is already checked for null reference.
Namespace:
Slash.Unity.DataBind.UI.Unity.Observers
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax protected override string GetValue(
InputField target
)
Protected Overrides Function GetValue (
target As InputField
) As String
protected:
virtual String^ GetValue(
InputField^ target
) override
abstract GetValue :
target : InputField -> string
override GetValue :
target : InputField -> string
Parameters
- target
- Type: UnityEngine.UIInputField
Target to get value from.
Return Value
Type:
StringCurrent value to set.
See Also