このページを含むバージョン:
このページを含まないバージョン:
すべての要素をゼロに設定した行列を返します。 (Read Only)
using UnityEngine;public class ExampleScript : MonoBehaviour { // Constructs a Matrix4x4 with all elements set to 0 Matrix4x4 matrix = Matrix4x4.zero; void Start() { Debug.Log(matrix); } }
関連項目: identity 変数