TryGetVector3Int

TryGetVector3Int(string, out Vector3Int)

public bool TryGetVector3Int(string name, out Vector3Int value) ;

Description

Get the value of the Vector3Int type.

Parameters

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

Returns

The true when there parameters of the specified name.

TryGetVector3Int(int, out Vector3Int)

public bool TryGetVector3Int(int id, out Vector3Int value) ;

Description

Get the value of the Vector3Int type.

Parameters

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

Returns

The true when there parameters of the specified name.