Class BlinkingCursor
A manipulator that makes the cursor of a TextField blink.
Implements
Inherited Members
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
public class BlinkingCursor : Manipulator, IManipulator
Properties
interval
The interval in milliseconds between cursor blinks.
Declaration
public int interval { get; set; }
Property Value
Type | Description |
---|---|
int |
Methods
RegisterCallbacksOnTarget()
Called to register event callbacks on the target element.
Declaration
protected override void RegisterCallbacksOnTarget()
Overrides
UnregisterCallbacksFromTarget()
Called to unregister event callbacks from the target element.
Declaration
protected override void UnregisterCallbacksFromTarget()