 | InspectorTypeTableFindInspectorTypes Method |
Finds all types accessible to the user in the inspector via reflection.
Namespace: Slash.ECS.Inspector.DataAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic static InspectorTypeTable FindInspectorTypes(
Type baseType
)
Public Shared Function FindInspectorTypes (
baseType As Type
) As InspectorTypeTable
public:
static InspectorTypeTable^ FindInspectorTypes(
Type^ baseType
)
static member FindInspectorTypes :
baseType : Type -> InspectorTypeTable
Parameters
- baseType
- Type: SystemType
Base type of types to search for. Null if all inspector types should be found.
Return Value
Type:
InspectorTypeTableInspector type table containing all available inspector types.
See Also