GetVector3Int

GetVector3Int(Vector3Int)

public Vector3Int GetVector3Int(Vector3Int defaultValue) ;

Description

Get the value of the Vector3Int type.

Parameters

Parameter Name Description
defaultValue Default value. It is returned when there is no parameter.

Returns

The value of the parameter. If there is no parameter, it returns defaultValue.

GetVector3Int()

public Vector3Int GetVector3Int() ;

Description

Get the value of the Vector3Int type.

Returns

The value of the parameter. If there is no parameter, it returns Vector3Int.zero.