Click or drag to resize
EditorGUIUtilsBlueprintComponentsField Method

[Missing <summary> documentation for "M:Slash.Unity.Editor.Common.Inspectors.Utils.EditorGUIUtils.BlueprintComponentsField(Slash.ECS.Blueprints.Blueprint,Slash.Collections.AttributeTables.IAttributeTable,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 void BlueprintComponentsField(
	Blueprint blueprint,
	IAttributeTable configuration,
	InspectorTypeTable inspectorTypeTable,
	IBlueprintManager blueprintManager
)

Parameters

blueprint
Type: Slash.ECS.BlueprintsBlueprint

[Missing <param name="blueprint"/> documentation for "M:Slash.Unity.Editor.Common.Inspectors.Utils.EditorGUIUtils.BlueprintComponentsField(Slash.ECS.Blueprints.Blueprint,Slash.Collections.AttributeTables.IAttributeTable,Slash.ECS.Inspector.Data.InspectorTypeTable,Slash.ECS.Blueprints.IBlueprintManager)"]

configuration
Type: Slash.Collections.AttributeTablesIAttributeTable

[Missing <param name="configuration"/> documentation for "M:Slash.Unity.Editor.Common.Inspectors.Utils.EditorGUIUtils.BlueprintComponentsField(Slash.ECS.Blueprints.Blueprint,Slash.Collections.AttributeTables.IAttributeTable,Slash.ECS.Inspector.Data.InspectorTypeTable,Slash.ECS.Blueprints.IBlueprintManager)"]

inspectorTypeTable
Type: Slash.ECS.Inspector.DataInspectorTypeTable

[Missing <param name="inspectorTypeTable"/> documentation for "M:Slash.Unity.Editor.Common.Inspectors.Utils.EditorGUIUtils.BlueprintComponentsField(Slash.ECS.Blueprints.Blueprint,Slash.Collections.AttributeTables.IAttributeTable,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.BlueprintComponentsField(Slash.ECS.Blueprints.Blueprint,Slash.Collections.AttributeTables.IAttributeTable,Slash.ECS.Inspector.Data.InspectorTypeTable,Slash.ECS.Blueprints.IBlueprintManager)"]

See Also