TryGetVector4List

TryGetVector4List(string, out IList<Vector4>)

public bool TryGetVector4List(string name, out IList<Vector4> value) ;

Description

Get the value of the Vector4List type.

Parameters

Parameter Name Description
name Name.
value Value.

Returns

The true when there parameters of the specified name.

TryGetVector4List(int, out IList<Vector4>)

public bool TryGetVector4List(int id, out IList<Vector4> value) ;

Description

Get the value of the Vector4List type.

Parameters

Parameter Name Description
id ID.
value Value.

Returns

The true when there parameters of the specified name.