TryGetVector2Int

TryGetVector2Int(string, out Vector2Int)

public bool TryGetVector2Int(string name, out Vector2Int value) ;

Description

Get the value of the Vector2Int type.

Parameters

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

Returns

The true when there parameters of the specified name.

TryGetVector2Int(int, out Vector2Int)

public bool TryGetVector2Int(int id, out Vector2Int value) ;

Description

Get the value of the Vector2Int type.

Parameters

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

Returns

The true when there parameters of the specified name.