SetRectIntList

SetRectIntList(string, IList<RectInt>)

public bool SetRectIntList(string name, IList<RectInt> value) ;

Description

It wants to set the value of the RectIntList type.

Parameters

Parameter Name Description
name Name.
value Value.

Returns

The true when there parameters of the specified name.

SetRectIntList(int, IList<RectInt>)

public bool SetRectIntList(int id, IList<RectInt> value) ;

Description

It wants to set the value of the RectIntList type.

Parameters

Parameter Name Description
id ID.
value Value.

Returns

The true when there parameters of the specified name.