Class SpaceElement
Used to add a space between two UI Elements
Implements
IPointerEnterHandler
IEventSystemHandler
Inherited Members
Namespace: WeaverCore.Settings.Elements
Assembly: WeaverCore.dll
Syntax
public class SpaceElement : UIElement, IPointerEnterHandler, IEventSystemHandler
Properties
| Edit this page View SourceSpacing
Declaration
public float Spacing { get; set; }
Property Value
Type | Description |
---|---|
float |
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
Implements
UnityEngine.EventSystems.IPointerEnterHandler
UnityEngine.EventSystems.IEventSystemHandler