 | InspectorTypeTableHasType Method |
Whether the specified type is accessible to the user in the inspector.
Namespace: Slash.ECS.Inspector.DataAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic bool HasType(
Type type
)
Public Function HasType (
type As Type
) As Boolean
public:
bool HasType(
Type^ type
)
member HasType :
type : Type -> bool
Parameters
- type
- Type: SystemType
Type to check.
Return Value
Type:
Booleantrue, if the specified type is accessible to the user in the inspector, and
false, otherwise.
See Also