SetBoundsList

SetBoundsList(string, IList<Bounds>)

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

Description

It wants to set the value of the BoundsList type.

Parameters

Parameter Name Description
name Name.
value Value.

Returns

The true when there parameters of the specified name.

SetBoundsList(int, IList<Bounds>)

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

Description

It wants to set the value of the BoundsList type.

Parameters

Parameter Name Description
id ID.
value Value.

Returns

The true when there parameters of the specified name.