Method ShowMixedValue
ShowMixedValue(SerializedProperty, List<AddressableAssetGroupSchema>, Type, string)
Display mixed values for the specified property found in a list of schemas.
선언
protected void ShowMixedValue(SerializedProperty property, List<AddressableAssetGroupSchema> otherSchemas, Type type, string propertyName)
파라미터
타입 | 이름 | 설명 |
---|---|---|
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. |