TryGetQuaternion

TryGetQuaternion(string, out Quaternion)

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

Description

Get the value of the Quaternion type.

Parameters

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

Returns

The true when there parameters of the specified name.

TryGetQuaternion(int, out Quaternion)

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

Description

Get the value of the Quaternion type.

Parameters

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

Returns

The true when there parameters of the specified name.