Vector2Int

クラス名 説明
Vector2Int.Add Vector2Intを加算する。
Vector2Int.CeilToInt Vector2の各値にCeilToIntを行ってVector2Intへ変換する。
Vector2Int.Clamp Vector2Intをminとmaxで指定された境界にクランプします。
Vector2Int.Compose Vector2Intを作成する。
Vector2Int.Decompose Vector2Intを分解する。
Vector2Int.Distance AとBの間の距離を計算する。
Vector2Int.Div Vector2Intをintで除算する。
Vector2Int.Equals 2つのベクトルが等しい場合にtrueを返す。
Vector2Int.FloorToInt Vector2の各値にFloorToIntを行ってVector2Intへ変換する。
Vector2Int.GetIndexer インデクサを使用してVector2Intの成分を出力する。
Vector2Int.GetX Vector2IntのX成分を出力する。
Vector2Int.GetY Vector2IntのY成分を出力する。
Vector2Int.Magnitude ベクトルの長さ
Vector2Int.Max 2つのベクトルで各成分の一番大きな値を使用してベクトルを作成する。
Vector2Int.Min 2つのベクトルで各成分の一番小さな値を使用してベクトルを作成する。
Vector2Int.Mul Vector2Intをintで乗算する。
Vector2Int.Negative Vector2Intの符号を反転する。
Vector2Int.NotEquals 2つのベクトルが等しくない場合にtrueを返す。
Vector2Int.RoundToInt Vector2の各値にRoundToIntを行ってVector2Intへ変換する。
Vector2Int.Scale 2つのベクトルの各成分を乗算する。
Vector2Int.SetIndexer インデクサを使用してVector2Intの成分を設定する。
Vector2Int.SetX Vector2IntのX成分を設定する。
Vector2Int.SetY Vector2IntのY成分を設定する。
Vector2Int.SqrMagnitude ベクトルの2乗の長さを計算する。
Vector2Int.Sub Vector2Intを減算する。
Vector2Int.ToString Vector2Intをフォーマットした文字列を返す。
Vector2Int.ToVector2 Vector2IntをVector2に変換する。
Vector2Int.ToVector3Int Vector2IntをVector3Intに変換する。