Editar

Share via


BaseDataProviderServiceInspector.RenderDataProviderList Method

Definition

Render list of data provider configuration profiles in inspector. Use provided add and remove content labels for the insert/remove buttons Returns true if any property has changed in this render pass, false otherwise

protected bool RenderDataProviderList (UnityEngine.GUIContent addContentLabel, UnityEngine.GUIContent removeContentLabel, string errorMsg, Type dataProviderProfileType = default);
member this.RenderDataProviderList : UnityEngine.GUIContent * UnityEngine.GUIContent * string * Type -> bool
Protected Function RenderDataProviderList (addContentLabel As GUIContent, removeContentLabel As GUIContent, errorMsg As String, Optional dataProviderProfileType As Type = Nothing) As Boolean

Parameters

addContentLabel
UnityEngine.GUIContent
removeContentLabel
UnityEngine.GUIContent
errorMsg
String
dataProviderProfileType
Type

Returns

Applies to