GetRectInt

public RectInt GetRectInt(string name, RectInt defaultValue) ;

Get the value of the RectInt 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 RectInt GetRectInt(string name) ;

Get the value of the RectInt type.

Parameter Name Description
name Name.

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

public RectInt GetRectInt(int id, RectInt defaultValue) ;

Get the value of the RectInt 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 RectInt GetRectInt(int id) ;

Get the value of the RectInt type.

Parameter Name Description
id ID.

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