Method ShowMixedValue
ShowMixedValue(SerializedProperty, List<AddressableAssetGroupSchema>, Type, String)
Display mixed values for the specified property found in a list of schemas.
Declaration
protected void ShowMixedValue(SerializedProperty property, List<AddressableAssetGroupSchema> otherSchemas, Type type, string propertyName)
Parameters
Type | Name | Description |
---|---|---|
SerializedProperty | property | The property. |
List<AddressableAssetGroupSchema> | otherSchemas | The list of schemas that may contain the property. |
Type | type | The property type. |
String | propertyName | The property name. |