Method GetIsShown
GetIsShown(Type)
Determine if a RunStep type should be displayed in the inspector and searcher menu.
Declaration
public static bool GetIsShown(Type type)
Parameters
| Type | Name | Description | 
|---|---|---|
| Type | type | The RunStep type.  | 
    
Returns
| Type | Description | 
|---|---|
| bool | 
GetIsShown<T>()
Determine if a RunStep type should be displayed in the inspector and searcher menu.
Declaration
public static bool GetIsShown<T>() where T : RunStep
Returns
| Type | Description | 
|---|---|
| bool | 
Type Parameters
| Name | Description | 
|---|---|
| T | The RunStep type.  |