docs.unity3d.com
Version: 

    Class Matrix4

    Inheritance
    object
    Matrix4
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.Pixyz.Geom
    Syntax
    [Serializable]
    public class Matrix4

    Constructors

    Matrix4()

    Declaration
    public Matrix4()

    Matrix4(Array4[])

    Declaration
    public Matrix4(Array4[] t)
    Parameters
    Type Name Description
    Array4[] t

    Fields

    tab

    Declaration
    public Array4[] tab
    Field Value
    Type Description
    Array4[]

    Properties

    this[int]

    Declaration
    public Array4 this[int index] { get; set; }
    Parameters
    Type Name Description
    int index
    Property Value
    Type Description
    Array4

    Operators

    implicit operator Array4[](Matrix4)

    Declaration
    public static implicit operator Array4[](Matrix4 o)
    Parameters
    Type Name Description
    Matrix4 o
    Returns
    Type Description
    Array4[]
    Version 2024.3.0.10
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX.