Class BoundsIntField
Inheritance
BoundsIntField
Implements
Inherited Members
Namespace: UnityEditor.Experimental.UIElements
Assembly: UnityEditor.dll
Syntax
public class BoundsIntField : BaseField<BoundsInt>, IEventHandler, ITransform, IUIElementDataWatch, IEnumerable<VisualElement>, IEnumerable, IVisualElementScheduler, IStyle, IBindable, INotifyValueChanged<BoundsInt>
Constructors
| Improve this Doc View SourceBoundsIntField()
Declaration
public BoundsIntField()
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(BoundsInt)
Declaration
public override void SetValueWithoutNotify(BoundsInt newValue)
Parameters
Type | Name | Description |
---|---|---|
BoundsInt | newValue |
Overrides
UnityEngine.Experimental.UIElements.BaseField<UnityEngine.BoundsInt>.SetValueWithoutNotify(UnityEngine.BoundsInt)