Click or drag to resize
InspectorTypeTableTryGetInspectorType Method
Tries to get 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 bool TryGetInspectorType(
	Type type,
	out InspectorType inspectorType
)

Parameters

type
Type: SystemType
Type to get the inspector type for.
inspectorType
Type: Slash.ECS.Inspector.DataInspectorType
Inspector type for the specified type.

Return Value

Type: Boolean
True if inspector type for type was found; otherwise, false.
See Also