Click or drag to resize
InspectorTypeTableGetInspectorType Method
Gets the inspector type for the specified type.

Namespace: Slash.ECS.Inspector.Data
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
public InspectorType GetInspectorType(
	Type type
)

Parameters

type
Type: SystemType
Type to get the inspector type for.

Return Value

Type: InspectorType
Inspector type for the specified type.
See Also