CreateChildPropertiesExcluding(VisualElement, SerializedProperty, params string[])
Creates a field for each visible attribute of the UXML serialized data, excluding the specified attributes.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: Unity.UIToolkit.Editor
- Assembly: UnityEditor
CreateChildPropertiesExcluding(VisualElement, SerializedProperty, string[])
protected void CreateChildPropertiesExcluding(VisualElement container, SerializedProperty property, params string[] excludedPropertyNames)
Parameters
The parent element to add the fields to.
The serialized property that represents the UXML serialized data instance.
The UXML names of the properties to exclude.