TryGetQuaternion

public bool TryGetQuaternion(string name, out Quaternion value) ;

Get the value of the Quaternion type.

Parameter Name Description
name Name.
value The value you get.

The true when there parameters of the specified name.

public bool TryGetQuaternion(int id, out Quaternion value) ;

Get the value of the Quaternion type.

Parameter Name Description
id ID.
value The value you get.

The true when there parameters of the specified name.