GetVector2Int

GetVector2Int(Vector2Int)

public Vector2Int GetVector2Int(Vector2Int defaultValue) ;

説明

Vector2Int型の値を取得する。

パラメーター

パラメーター名 説明
defaultValue デフォルトの値。パラメータがない場合に返される。

戻り値

パラメータの値。パラメータがない場合はdefaultValueを返す。

GetVector2Int()

public Vector2Int GetVector2Int() ;

説明

Vector2Int型の値を取得する。

戻り値

パラメータの値。パラメータがない場合はVector2Int.zeroを返す。