SetQuaternion

SetQuaternion(string, Quaternion)

public bool SetQuaternion(string name, Quaternion value) ;

Description

It wants to set the value of the Quaternion type.

Parameters

Parameter Name Description
name Name.
value Value.

Returns

The true when there parameters of the specified name.

SetQuaternion(int, Quaternion)

public bool SetQuaternion(int id, Quaternion value) ;

Description

It wants to set the value of the Quaternion type.

Parameters

Parameter Name Description
id ID.
value Value.

Returns

The true when there parameters of the specified name.