GetVector2List

GetVector2List(int)

public IList<Vector2> GetVector2List(int id) ;

Description

Get the value of the Vector2List type.

Parameters

Parameter Name Description
id ID.

Returns

The value of the parameter. If there is no parameter, it returns null.

GetVector2List(string)

public IList<Vector2> GetVector2List(string name) ;

Description

Get the value of the Vector2List type.

Parameters

Parameter Name Description
name Name.

Returns

The value of the parameter. If there is no parameter, it returns null.