SetVector4List

SetVector4List(string, IList<Vector4>)

public bool SetVector4List(string name, IList<Vector4> value) ;

Description

It wants to set the value of the Vector4List type.

Parameters

Parameter Name Description
name Name.
value Value.

Returns

The true when there parameters of the specified name.

SetVector4List(int, IList<Vector4>)

public bool SetVector4List(int id, IList<Vector4> value) ;

Description

It wants to set the value of the Vector4List type.

Parameters

Parameter Name Description
id ID.
value Value.

Returns

The true when there parameters of the specified name.