Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

CreateChildPropertiesExcluding(VisualElement, SerializedProperty, string[])

protected void CreateChildPropertiesExcluding(VisualElement container, SerializedProperty property, params string[] excludedPropertyNames)

Parameters

container

The parent element to add the fields to.

The serialized property that represents the UXML serialized data instance.

excludedPropertyNames

The UXML names of the properties to exclude.