Class OnInputFieldEndEdit
Called when the user finishes editing the text content either by submitting or by clicking somewhere that removes the focus from the input field.
Inheritance
OnInputFieldEndEdit
Implements
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Flow.dll
Syntax
[UnitCategory("Events/GUI")]
[TypeIcon(typeof(InputField))]
[UnitOrder(3)]
public sealed class OnInputFieldEndEdit : GameObjectEventUnit<string>, IGraphElementWithData, IGraphEventHandler<string>, IGameObjectEventUnit, IEventUnit, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable, IAnalyticsIdentifiable, IGraphEventListener
Properties
MessageListenerType
Declaration
public override Type MessageListenerType { get; }
Property Value
Type | Description |
---|---|
Type |
Overrides
hookName
Declaration
protected override string hookName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
value
The new text content of the input field.
Declaration
[DoNotSerialize]
public ValueOutput value { get; }
Property Value
Type | Description |
---|---|
ValueOutput |
Methods
AssignArguments(Flow, string)
Declaration
protected override void AssignArguments(Flow flow, string value)
Parameters
Type | Name | Description |
---|---|---|
Flow | flow | |
string | value |
Overrides
Definition()
Declaration
protected override void Definition()