TryGetBounds

TryGetBounds(string, out Bounds)

public bool TryGetBounds(string name, out Bounds value) ;

Description

Get the value of the Bounds type.

Parameters

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

Returns

The true when there parameters of the specified name.

TryGetBounds(int, out Bounds)

public bool TryGetBounds(int id, out Bounds value) ;

Description

Get the value of the Bounds type.

Parameters

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

Returns

The true when there parameters of the specified name.