Class BoundsField
Inheritance
BoundsField
Implements
Inherited Members
Namespace: UnityEditor.Experimental.UIElements
Assembly: UnityEditor.dll
Syntax
public class BoundsField : BaseField<Bounds>, IEventHandler, ITransform, IUIElementDataWatch, IEnumerable<VisualElement>, IEnumerable, IVisualElementScheduler, IStyle, IBindable, INotifyValueChanged<Bounds>
Constructors
| Improve this Doc View SourceBoundsField()
Declaration
public BoundsField()
Methods
| Improve this Doc View SourceExecuteDefaultAction(EventBase)
Declaration
protected override void ExecuteDefaultAction(EventBase evt)
Parameters
Type | Name | Description |
---|---|---|
EventBase | evt |
Overrides
| Improve this Doc View SourceSetValueWithoutNotify(Bounds)
Declaration
public override void SetValueWithoutNotify(Bounds newValue)
Parameters
Type | Name | Description |
---|---|---|
Bounds | newValue |
Overrides
UnityEngine.Experimental.UIElements.BaseField<UnityEngine.Bounds>.SetValueWithoutNotify(UnityEngine.Bounds)