SetQuaternionList

SetQuaternionList(string, IList<Quaternion>)

public bool SetQuaternionList(string name, IList<Quaternion> value) ;

Description

It wants to set the value of the QuaternionList type.

Parameters

Parameter Name Description
name Name.
value Value.

Returns

The true when there parameters of the specified name.

SetQuaternionList(int, IList<Quaternion>)

public bool SetQuaternionList(int id, IList<Quaternion> value) ;

Description

It wants to set the value of the QuaternionList type.

Parameters

Parameter Name Description
id ID.
value Value.

Returns

The true when there parameters of the specified name.