SetVector3List

SetVector3List(string, IList<Vector3>)

public bool SetVector3List(string name, IList<Vector3> value) ;

Description

It wants to set the value of the Vector3List type.

Parameters

Parameter Name Description
name Name.
value Value.

Returns

The true when there parameters of the specified name.

SetVector3List(int, IList<Vector3>)

public bool SetVector3List(int id, IList<Vector3> value) ;

Description

It wants to set the value of the Vector3List type.

Parameters

Parameter Name Description
id ID.
value Value.

Returns

The true when there parameters of the specified name.