Click or drag to resize
InspectorUtilsCollectInspectorProperties Method
Returns inspector data for all inspectable properties of the specified type.

Namespace: Slash.ECS.Inspector.Utils
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
public static List<InspectorPropertyAttribute> CollectInspectorProperties(
	Type inspectorType,
	ref Dictionary<InspectorPropertyAttribute, InspectorConditionalPropertyAttribute> conditionalInspectors
)

Parameters

inspectorType
Type: SystemType
Type to get inspector data for.
conditionalInspectors
Type: System.Collections.GenericDictionaryInspectorPropertyAttribute, InspectorConditionalPropertyAttribute
Dictionary to be filled with conditions for inspectors to be shown.

Return Value

Type: ListInspectorPropertyAttribute
Inspector data for all inspectable properties of the specified type.
See Also