GetBoundsInt
GetBoundsInt(string, BoundsInt)
public BoundsInt GetBoundsInt(string name, BoundsInt defaultValue) ;
Description
Get the value of the BoundsInt type.
Parameters
Parameter Name | Description |
---|---|
name | Name. |
defaultValue | Default value. It is returned when there is no parameter. |
Returns
The value of the parameter. If there is no parameter, it returns defaultValue.
GetBoundsInt(string)
public BoundsInt GetBoundsInt(string name) ;
Description
Get the value of the BoundsInt type.
Parameters
Parameter Name | Description |
---|---|
name | Name. |
Returns
The value of the parameter. If there is no parameter, it returns BoundsInt.zero.
GetBoundsInt(int, BoundsInt)
public BoundsInt GetBoundsInt(int id, BoundsInt defaultValue) ;
Description
Get the value of the BoundsInt type.
Parameters
Parameter Name | Description |
---|---|
id | ID. |
defaultValue | Default value. It is returned when there is no parameter. |
Returns
The value of the parameter. If there is no parameter, it returns defaultValue.
GetBoundsInt(int)
public BoundsInt GetBoundsInt(int id) ;
Description
Get the value of the BoundsInt type.
Parameters
Parameter Name | Description |
---|---|
id | ID. |
Returns
The value of the parameter. If there is no parameter, it returns BoundsInt.zero.