TryGetRectIntList

TryGetRectIntList(string, out IList<RectInt>)

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

Description

Get the value of the RectIntList type.

Parameters

Parameter Name Description
name Name.
value Value.

Returns

The true when there parameters of the specified name.

TryGetRectIntList(int, out IList<RectInt>)

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

Description

Get the value of the RectIntList type.

Parameters

Parameter Name Description
id ID.
value Value.

Returns

The true when there parameters of the specified name.