IsTypeHidden
Summary
public bool IsTypeHidden(Type type)
Gets whether entities that inherit type is visible or not. Example:```csharp
IsTypeHidden(typeof (IMyCubeGrid))
## Returns
[bool](https://docs.microsoft.com/en-us/dotnet/api/System.Boolean?view=netframework-4.6)
## Parameters
* [Type](https://docs.microsoft.com/en-us/dotnet/api/System.Type?view=netframework-4.6) type