GetVector3List

GetVector3List(int)

public IList<Vector3> GetVector3List(int id) ;

Description

Get the value of the Vector3List type.

Parameters

Parameter Name Description
id ID.

Returns

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

GetVector3List(string)

public IList<Vector3> GetVector3List(string name) ;

Description

Get the value of the Vector3List type.

Parameters

Parameter Name Description
name Name.

Returns

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