Click or drag to resize
EditorGUIUtilsLogicInspectorPropertyField Method (InspectorPropertyAttribute, Object, InspectorTypeTable, IBlueprintManager)
Draws an inspector for the specified logic property.

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 Object LogicInspectorPropertyField(
	InspectorPropertyAttribute inspectorProperty,
	Object currentValue,
	InspectorTypeTable inspectorTypeTable,
	IBlueprintManager blueprintManager
)

Parameters

inspectorProperty
Type: Slash.ECS.Inspector.AttributesInspectorPropertyAttribute
Logic property to draw the inspector for.
currentValue
Type: SystemObject
Current logic property value.
inspectorTypeTable
Type: Slash.ECS.Inspector.DataInspectorTypeTable

[Missing <param name="inspectorTypeTable"/> documentation for "M:Slash.Unity.Editor.Common.Inspectors.Utils.EditorGUIUtils.LogicInspectorPropertyField(Slash.ECS.Inspector.Attributes.InspectorPropertyAttribute,System.Object,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.LogicInspectorPropertyField(Slash.ECS.Inspector.Attributes.InspectorPropertyAttribute,System.Object,Slash.ECS.Inspector.Data.InspectorTypeTable,Slash.ECS.Blueprints.IBlueprintManager)"]

Return Value

Type: Object
New logic property value.
See Also