Show
Overloads
| Name | Description |
|---|---|
| Show(Section section, bool visible) | Show |
| Show(Section section, bool visibleOthers, bool visible) | Show |
Show(Section section, bool visible)
public void Show(Section section, bool visible)
Show
Parameters
| Name | Type | Description |
|---|---|---|
| section | Section | Section |
| visible | bool | Visible/Hidden |
Show(Section section, bool visibleOthers, bool visible)
public bool Show(Section section, bool visibleOthers, bool visible)
Show
Parameters
| Name | Type | Description |
|---|---|---|
| section | Section | Section |
| visibleOthers | bool | Others Section Visible/Hidden |
| visible | bool | Visible/Hidden |
Returns
| Type | Description |
|---|---|
| bool | 적용 결과 |