以下の内容はhttps://baba-s.hatenablog.com/entry/2021/01/29/090000より取得しました。


【Unity】Unity 2020.2 新機能 - Vector3Int.forward と Vector3Int.back が追加された

概要

using UnityEngine;

public class Example : MonoBehaviour
{
    private void Update()
    {
        Debug.Log( Vector3Int.forward ); // (0, 0, 1)
        Debug.Log( Vector3Int.back );    // (0, 0, -1)
    }
}



以上の内容はhttps://baba-s.hatenablog.com/entry/2021/01/29/090000より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14