Class PropertyField
Implements
Inherited Members
Namespace: UnityEditor.Experimental.UIElements
Assembly: UnityEditor.dll
Syntax
public class PropertyField : VisualElement, IEventHandler, ITransform, IUIElementDataWatch, IEnumerable<VisualElement>, IEnumerable, IVisualElementScheduler, IStyle, IBindableConstructors
| Improve this Doc View SourcePropertyField()
Declaration
public PropertyField()PropertyField(SerializedProperty)
Declaration
public PropertyField(SerializedProperty property)Parameters
| Type | Name | Description | 
|---|---|---|
| SerializedProperty | property | 
PropertyField(SerializedProperty, String)
Declaration
public PropertyField(SerializedProperty property, string label)Parameters
| Type | Name | Description | 
|---|---|---|
| SerializedProperty | property | |
| String | label | 
Properties
| Improve this Doc View Sourcebinding
Declaration
public IBinding binding { get; set; }Property Value
| Type | Description | 
|---|---|
| IBinding | 
bindingPath
Declaration
public string bindingPath { get; set; }Property Value
| Type | Description | 
|---|---|
| String | 
label
Declaration
public string label { get; set; }Property Value
| Type | Description | 
|---|---|
| String | 
Methods
| Improve this Doc View SourceExecuteDefaultActionAtTarget(EventBase)
Declaration
protected override void ExecuteDefaultActionAtTarget(EventBase evt)Parameters
| Type | Name | Description | 
|---|---|---|
| EventBase | evt |