TryGetBoundsIntList
TryGetBoundsIntList(string, out IList<BoundsInt>)
public bool TryGetBoundsIntList(string name, out IList<BoundsInt> value) ;
Description
Get the value of the BoundsIntList type.
Parameters
| Parameter Name | Description |
|---|---|
| name | Name. |
| value | Value. |
Returns
The true when there parameters of the specified name.
TryGetBoundsIntList(int, out IList<BoundsInt>)
public bool TryGetBoundsIntList(int id, out IList<BoundsInt> value) ;
Description
Get the value of the BoundsIntList type.
Parameters
| Parameter Name | Description |
|---|---|
| id | ID. |
| value | Value. |
Returns
The true when there parameters of the specified name.