 | EditorGUIUtilsLogicInspectorPropertyField Method (InspectorPropertyAttribute, Object, InspectorTypeTable, IBlueprintManager) |
Draws an inspector for the specified logic property.
Namespace: Slash.Unity.Editor.Common.Inspectors.UtilsAssembly: Slash.Unity.Editor.Common (in Slash.Unity.Editor.Common.dll) Version: 0.0.0.0
Syntaxpublic static Object LogicInspectorPropertyField(
InspectorPropertyAttribute inspectorProperty,
Object currentValue,
InspectorTypeTable inspectorTypeTable,
IBlueprintManager blueprintManager
)
Public Shared Function LogicInspectorPropertyField (
inspectorProperty As InspectorPropertyAttribute,
currentValue As Object,
inspectorTypeTable As InspectorTypeTable,
blueprintManager As IBlueprintManager
) As Object
public:
static Object^ LogicInspectorPropertyField(
InspectorPropertyAttribute^ inspectorProperty,
Object^ currentValue,
InspectorTypeTable^ inspectorTypeTable,
IBlueprintManager^ blueprintManager
)
static member LogicInspectorPropertyField :
inspectorProperty : InspectorPropertyAttribute *
currentValue : Object *
inspectorTypeTable : InspectorTypeTable *
blueprintManager : IBlueprintManager -> Object
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:
ObjectNew logic property value.
See Also