Class StringElement
A UI Element where the user can input any string value into it
Implements
IPointerEnterHandler
IEventSystemHandler
Inherited Members
Namespace: WeaverCore.Settings.Elements
Assembly: WeaverCore.dll
Syntax
public class StringElement : UIElement, IPointerEnterHandler, IEventSystemHandler
Methods
| Edit this page View SourceCanWorkWithAccessor(IAccessor)
Whether or not this UI Element can work with the specified accessor
Declaration
public override bool CanWorkWithAccessor(IAccessor accessor)
Parameters
Type | Name | Description |
---|---|---|
IAccessor | accessor | The accessor to check against |
Returns
Type | Description |
---|---|
bool |
Overrides
| Edit this page View SourceOnAccessorChanged(IAccessor)
Called whenever the accessor gets changed
Declaration
protected override void OnAccessorChanged(IAccessor accessor)
Parameters
Type | Name | Description |
---|---|---|
IAccessor | accessor | The new accessor |
Overrides
Implements
UnityEngine.EventSystems.IPointerEnterHandler
UnityEngine.EventSystems.IEventSystemHandler