SetVector2List

SetVector2List(string, IList<Vector2>)

public bool SetVector2List(string name, IList<Vector2> value) ;

Description

It wants to set the value of the Vector2List type.

Parameters

Parameter Name Description
name Name.
value Value.

Returns

The true when there parameters of the specified name.

SetVector2List(int, IList<Vector2>)

public bool SetVector2List(int id, IList<Vector2> value) ;

Description

It wants to set the value of the Vector2List type.

Parameters

Parameter Name Description
id ID.
value Value.

Returns

The true when there parameters of the specified name.