TryGetQuaternionList

TryGetQuaternionList(string, out IList<Quaternion>)

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

Description

Get the value of the QuaternionList type.

Parameters

Parameter Name Description
name Name.
value Value.

Returns

The true when there parameters of the specified name.

TryGetQuaternionList(int, out IList<Quaternion>)

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

Description

Get the value of the QuaternionList type.

Parameters

Parameter Name Description
id ID.
value Value.

Returns

The true when there parameters of the specified name.