TryGetBoundsList

TryGetBoundsList(string, out IList<Bounds>)

public bool TryGetBoundsList(string name, out IList<Bounds> value) ;

Description

Get the value of the BoundsList type.

Parameters

Parameter Name Description
name Name.
value Value.

Returns

The true when there parameters of the specified name.

TryGetBoundsList(int, out IList<Bounds>)

public bool TryGetBoundsList(int id, out IList<Bounds> value) ;

Description

Get the value of the BoundsList type.

Parameters

Parameter Name Description
id ID.
value Value.

Returns

The true when there parameters of the specified name.