 | InspectorTypeTableGetInspectorType Method |
Gets the inspector type for the specified type.
Namespace: Slash.ECS.Inspector.DataAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic InspectorType GetInspectorType(
Type type
)
Public Function GetInspectorType (
type As Type
) As InspectorType
public:
InspectorType^ GetInspectorType(
Type^ type
)
member GetInspectorType :
type : Type -> InspectorType
Parameters
- type
- Type: SystemType
Type to get the inspector type for.
Return Value
Type:
InspectorTypeInspector type for the specified type.
See Also