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