Click or drag to resize
InspectorTypeTableHasType Method
Whether the specified type is accessible to the user in the inspector.

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

Parameters

type
Type: SystemType
Type to check.

Return Value

Type: Boolean
true, if the specified type is accessible to the user in the inspector, and false, otherwise.
See Also