SetVector2IntList

SetVector2IntList(string, IList<Vector2Int>)

public bool SetVector2IntList(string name, IList<Vector2Int> value) ;

Description

It wants to set the value of the Vector2IntList type.

Parameters

Parameter Name Description
name Name.
value Value.

Returns

The true when there parameters of the specified name.

SetVector2IntList(int, IList<Vector2Int>)

public bool SetVector2IntList(int id, IList<Vector2Int> value) ;

Description

It wants to set the value of the Vector2IntList type.

Parameters

Parameter Name Description
id ID.
value Value.

Returns

The true when there parameters of the specified name.