GetBoundsInt

public BoundsInt GetBoundsInt(string name, BoundsInt defaultValue) ;

Get the value of the BoundsInt type.

Parameter Name Description
name Name.
defaultValue Default value. It is returned when there is no parameter.

The value of the parameter. If there is no parameter, it returns defaultValue.

public BoundsInt GetBoundsInt(string name) ;

Get the value of the BoundsInt type.

Parameter Name Description
name Name.

The value of the parameter. If there is no parameter, it returns BoundsInt.zero.

public BoundsInt GetBoundsInt(int id, BoundsInt defaultValue) ;

Get the value of the BoundsInt type.

Parameter Name Description
id ID.
defaultValue Default value. It is returned when there is no parameter.

The value of the parameter. If there is no parameter, it returns defaultValue.

public BoundsInt GetBoundsInt(int id) ;

Get the value of the BoundsInt type.

Parameter Name Description
id ID.

The value of the parameter. If there is no parameter, it returns BoundsInt.zero.