TryGetVector3List

TryGetVector3List(string, out IList<Vector3>)

public bool TryGetVector3List(string name, out IList<Vector3> value) ;

Description

Get the value of the Vector3List type.

Parameters

Parameter Name Description
name Name.
value Value.

Returns

The true when there parameters of the specified name.

TryGetVector3List(int, out IList<Vector3>)

public bool TryGetVector3List(int id, out IList<Vector3> value) ;

Description

Get the value of the Vector3List type.

Parameters

Parameter Name Description
id ID.
value Value.

Returns

The true when there parameters of the specified name.