Click or drag to resize
EditorGUIUtilsBlueprintIdSelection Method

[Missing <summary> documentation for "M:Slash.Unity.Editor.Common.Inspectors.Utils.EditorGUIUtils.BlueprintIdSelection(UnityEngine.GUIContent,System.String,Slash.ECS.Inspector.Data.InspectorTypeTable,Slash.ECS.Blueprints.IBlueprintManager)"]

Namespace: Slash.Unity.Editor.Common.Inspectors.Utils
Assembly: Slash.Unity.Editor.Common (in Slash.Unity.Editor.Common.dll) Version: 0.0.0.0
Syntax
public static string BlueprintIdSelection(
	GUIContent label,
	string selectedBlueprintId,
	InspectorTypeTable inspectorComponentTypes,
	IBlueprintManager blueprintManager
)

Parameters

label
Type: GUIContent

[Missing <param name="label"/> documentation for "M:Slash.Unity.Editor.Common.Inspectors.Utils.EditorGUIUtils.BlueprintIdSelection(UnityEngine.GUIContent,System.String,Slash.ECS.Inspector.Data.InspectorTypeTable,Slash.ECS.Blueprints.IBlueprintManager)"]

selectedBlueprintId
Type: SystemString

[Missing <param name="selectedBlueprintId"/> documentation for "M:Slash.Unity.Editor.Common.Inspectors.Utils.EditorGUIUtils.BlueprintIdSelection(UnityEngine.GUIContent,System.String,Slash.ECS.Inspector.Data.InspectorTypeTable,Slash.ECS.Blueprints.IBlueprintManager)"]

inspectorComponentTypes
Type: Slash.ECS.Inspector.DataInspectorTypeTable

[Missing <param name="inspectorComponentTypes"/> documentation for "M:Slash.Unity.Editor.Common.Inspectors.Utils.EditorGUIUtils.BlueprintIdSelection(UnityEngine.GUIContent,System.String,Slash.ECS.Inspector.Data.InspectorTypeTable,Slash.ECS.Blueprints.IBlueprintManager)"]

blueprintManager
Type: Slash.ECS.BlueprintsIBlueprintManager

[Missing <param name="blueprintManager"/> documentation for "M:Slash.Unity.Editor.Common.Inspectors.Utils.EditorGUIUtils.BlueprintIdSelection(UnityEngine.GUIContent,System.String,Slash.ECS.Inspector.Data.InspectorTypeTable,Slash.ECS.Blueprints.IBlueprintManager)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Slash.Unity.Editor.Common.Inspectors.Utils.EditorGUIUtils.BlueprintIdSelection(UnityEngine.GUIContent,System.String,Slash.ECS.Inspector.Data.InspectorTypeTable,Slash.ECS.Blueprints.IBlueprintManager)"]

See Also