Click or drag to resize
InspectorTypeTableFindInspectorTypes Method
Finds all types accessible to the user in the inspector via reflection.

Namespace: Slash.ECS.Inspector.Data
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
public static InspectorTypeTable FindInspectorTypes(
	Type baseType
)

Parameters

baseType
Type: SystemType
Base type of types to search for. Null if all inspector types should be found.

Return Value

Type: InspectorTypeTable
Inspector type table containing all available inspector types.
See Also