TryGetBoundsInt

TryGetBoundsInt(string, out BoundsInt)

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

Description

Get the value of the BoundsInt type.

Parameters

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

Returns

The true when there parameters of the specified name.

TryGetBoundsInt(int, out BoundsInt)

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

Description

Get the value of the BoundsInt type.

Parameters

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

Returns

The true when there parameters of the specified name.