GetBounds

public Bounds GetBounds(string name, Bounds defaultValue) ;

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

Get the value of the Bounds type.

Parameter Name Description
name Name.

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

public Bounds GetBounds(int id, Bounds defaultValue) ;

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

Get the value of the Bounds type.

Parameter Name Description
id ID.

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

Obsolete public bool GetBounds(string name, out Bounds value) ;

Get the value of the Bounds type.

Parameter Name Description
name Name.
value The value you get.

The true when there parameters of the specified name.

Obsolete public bool GetBounds(int id, out Bounds value) ;

Get the value of the Bounds type.

Parameter Name Description
id ID.
value The value you get.

The true when there parameters of the specified name.