GetBoundsInt

public BoundsInt GetBoundsInt(BoundsInt defaultValue) ;

Get the value of the BoundsInt type.

Parameter Name Description
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() ;

Get the value of the BoundsInt type.

The value of the parameter. If there is no parameter, it returns BoundsInt(0, 0, 0, 0).