TryGetBoundsInt

public bool TryGetBoundsInt(string name, out BoundsInt value) ;

Get the value of the BoundsInt type.

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

The true when there parameters of the specified name.

public bool TryGetBoundsInt(int id, out BoundsInt value) ;

Get the value of the BoundsInt type.

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

The true when there parameters of the specified name.