Class LayerMaskField
Inheritance
LayerMaskField
Implements
Inherited Members
Namespace: UnityEditor.Experimental.UIElements
Assembly: UnityEditor.dll
Syntax
public class LayerMaskField : MaskField, IEventHandler, ITransform, IUIElementDataWatch, IEnumerable<VisualElement>, IEnumerable, IVisualElementScheduler, IStyle, IBindable, INotifyValueChanged<int>
Constructors
| Improve this Doc View SourceLayerMaskField()
Declaration
public LayerMaskField()
LayerMaskField(Int32)
Declaration
public LayerMaskField(int defaultMask)
Parameters
Type | Name | Description |
---|---|---|
Int32 | defaultMask |
Properties
| Improve this Doc View SourceformatListItemCallback
Declaration
public override Func<string, string> formatListItemCallback { get; set; }
Property Value
Type | Description |
---|---|
Func<String, String> |
Overrides
| Improve this Doc View SourceformatSelectedValueCallback
Declaration
public override Func<string, string> formatSelectedValueCallback { get; set; }
Property Value
Type | Description |
---|---|
Func<String, String> |