Method FetchUIBlock
FetchUIBlock<T>()
Fetch the first ui block of type T in the current list of material blocks
Declaration
public T FetchUIBlock<T>() where T : MaterialUIBlock
Returns
| Type | Description |
|---|---|
| T |
Type Parameters
| Name | Description |
|---|---|
| T | MaterialUIBlock type |