TryGetVector2IntList

TryGetVector2IntList(string, out IList<Vector2Int>)

public bool TryGetVector2IntList(string name, out IList<Vector2Int> value) ;

Description

Get the value of the Vector2IntList type.

Parameters

Parameter Name Description
name Name.
value Value.

Returns

The true when there parameters of the specified name.

TryGetVector2IntList(int, out IList<Vector2Int>)

public bool TryGetVector2IntList(int id, out IList<Vector2Int> value) ;

Description

Get the value of the Vector2IntList type.

Parameters

Parameter Name Description
id ID.
value Value.

Returns

The true when there parameters of the specified name.