Struct bool4 | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Struct bool4

    Namespace: Unity.Mathematics
    Syntax
    [Serializable]
    public struct bool4 : IEquatable<bool4>

    Constructors

    bool4(Boolean)

    Constructs a bool4 vector from a single bool value by assigning it to every component.

    Declaration
    public bool4(bool v)
    Parameters
    Type Name Description
    System.Boolean v

    bool4(Boolean, Boolean, Boolean, Boolean)

    Constructs a bool4 vector from four bool values.

    Declaration
    public bool4(bool x, bool y, bool z, bool w)
    Parameters
    Type Name Description
    System.Boolean x
    System.Boolean y
    System.Boolean z
    System.Boolean w

    bool4(Boolean, Boolean, bool2)

    Constructs a bool4 vector from two bool values and a bool2 vector.

    Declaration
    public bool4(bool x, bool y, bool2 zw)
    Parameters
    Type Name Description
    System.Boolean x
    System.Boolean y
    bool2 zw

    bool4(Boolean, bool2, Boolean)

    Constructs a bool4 vector from a bool value, a bool2 vector and a bool value.

    Declaration
    public bool4(bool x, bool2 yz, bool w)
    Parameters
    Type Name Description
    System.Boolean x
    bool2 yz
    System.Boolean w

    bool4(Boolean, bool3)

    Constructs a bool4 vector from a bool value and a bool3 vector.

    Declaration
    public bool4(bool x, bool3 yzw)
    Parameters
    Type Name Description
    System.Boolean x
    bool3 yzw

    bool4(bool2, Boolean, Boolean)

    Constructs a bool4 vector from a bool2 vector and two bool values.

    Declaration
    public bool4(bool2 xy, bool z, bool w)
    Parameters
    Type Name Description
    bool2 xy
    System.Boolean z
    System.Boolean w

    bool4(bool2, bool2)

    Constructs a bool4 vector from two bool2 vectors.

    Declaration
    public bool4(bool2 xy, bool2 zw)
    Parameters
    Type Name Description
    bool2 xy
    bool2 zw

    bool4(bool3, Boolean)

    Constructs a bool4 vector from a bool3 vector and a bool value.

    Declaration
    public bool4(bool3 xyz, bool w)
    Parameters
    Type Name Description
    bool3 xyz
    System.Boolean w

    bool4(bool4)

    Constructs a bool4 vector from a bool4 vector.

    Declaration
    public bool4(bool4 xyzw)
    Parameters
    Type Name Description
    bool4 xyzw

    Fields

    w

    Declaration
    public bool w
    Field Value
    Type Description
    System.Boolean

    x

    Declaration
    public bool x
    Field Value
    Type Description
    System.Boolean

    y

    Declaration
    public bool y
    Field Value
    Type Description
    System.Boolean

    z

    Declaration
    public bool z
    Field Value
    Type Description
    System.Boolean

    Properties

    Item[Int32]

    Returns the bool element at a specified index.

    Declaration
    public bool this[int index] { get; set; }
    Parameters
    Type Name Description
    System.Int32 index
    Property Value
    Type Description
    System.Boolean

    ww

    Declaration
    public bool2 ww { get; }
    Property Value
    Type Description
    bool2

    www

    Declaration
    public bool3 www { get; }
    Property Value
    Type Description
    bool3

    wwww

    Declaration
    public bool4 wwww { get; }
    Property Value
    Type Description
    bool4

    wwwx

    Declaration
    public bool4 wwwx { get; }
    Property Value
    Type Description
    bool4

    wwwy

    Declaration
    public bool4 wwwy { get; }
    Property Value
    Type Description
    bool4

    wwwz

    Declaration
    public bool4 wwwz { get; }
    Property Value
    Type Description
    bool4

    wwx

    Declaration
    public bool3 wwx { get; }
    Property Value
    Type Description
    bool3

    wwxw

    Declaration
    public bool4 wwxw { get; }
    Property Value
    Type Description
    bool4

    wwxx

    Declaration
    public bool4 wwxx { get; }
    Property Value
    Type Description
    bool4

    wwxy

    Declaration
    public bool4 wwxy { get; }
    Property Value
    Type Description
    bool4

    wwxz

    Declaration
    public bool4 wwxz { get; }
    Property Value
    Type Description
    bool4

    wwy

    Declaration
    public bool3 wwy { get; }
    Property Value
    Type Description
    bool3

    wwyw

    Declaration
    public bool4 wwyw { get; }
    Property Value
    Type Description
    bool4

    wwyx

    Declaration
    public bool4 wwyx { get; }
    Property Value
    Type Description
    bool4

    wwyy

    Declaration
    public bool4 wwyy { get; }
    Property Value
    Type Description
    bool4

    wwyz

    Declaration
    public bool4 wwyz { get; }
    Property Value
    Type Description
    bool4

    wwz

    Declaration
    public bool3 wwz { get; }
    Property Value
    Type Description
    bool3

    wwzw

    Declaration
    public bool4 wwzw { get; }
    Property Value
    Type Description
    bool4

    wwzx

    Declaration
    public bool4 wwzx { get; }
    Property Value
    Type Description
    bool4

    wwzy

    Declaration
    public bool4 wwzy { get; }
    Property Value
    Type Description
    bool4

    wwzz

    Declaration
    public bool4 wwzz { get; }
    Property Value
    Type Description
    bool4

    wx

    Declaration
    public bool2 wx { get; set; }
    Property Value
    Type Description
    bool2

    wxw

    Declaration
    public bool3 wxw { get; }
    Property Value
    Type Description
    bool3

    wxww

    Declaration
    public bool4 wxww { get; }
    Property Value
    Type Description
    bool4

    wxwx

    Declaration
    public bool4 wxwx { get; }
    Property Value
    Type Description
    bool4

    wxwy

    Declaration
    public bool4 wxwy { get; }
    Property Value
    Type Description
    bool4

    wxwz

    Declaration
    public bool4 wxwz { get; }
    Property Value
    Type Description
    bool4

    wxx

    Declaration
    public bool3 wxx { get; }
    Property Value
    Type Description
    bool3

    wxxw

    Declaration
    public bool4 wxxw { get; }
    Property Value
    Type Description
    bool4

    wxxx

    Declaration
    public bool4 wxxx { get; }
    Property Value
    Type Description
    bool4

    wxxy

    Declaration
    public bool4 wxxy { get; }
    Property Value
    Type Description
    bool4

    wxxz

    Declaration
    public bool4 wxxz { get; }
    Property Value
    Type Description
    bool4

    wxy

    Declaration
    public bool3 wxy { get; set; }
    Property Value
    Type Description
    bool3

    wxyw

    Declaration
    public bool4 wxyw { get; }
    Property Value
    Type Description
    bool4

    wxyx

    Declaration
    public bool4 wxyx { get; }
    Property Value
    Type Description
    bool4

    wxyy

    Declaration
    public bool4 wxyy { get; }
    Property Value
    Type Description
    bool4

    wxyz

    Declaration
    public bool4 wxyz { get; set; }
    Property Value
    Type Description
    bool4

    wxz

    Declaration
    public bool3 wxz { get; set; }
    Property Value
    Type Description
    bool3

    wxzw

    Declaration
    public bool4 wxzw { get; }
    Property Value
    Type Description
    bool4

    wxzx

    Declaration
    public bool4 wxzx { get; }
    Property Value
    Type Description
    bool4

    wxzy

    Declaration
    public bool4 wxzy { get; set; }
    Property Value
    Type Description
    bool4

    wxzz

    Declaration
    public bool4 wxzz { get; }
    Property Value
    Type Description
    bool4

    wy

    Declaration
    public bool2 wy { get; set; }
    Property Value
    Type Description
    bool2

    wyw

    Declaration
    public bool3 wyw { get; }
    Property Value
    Type Description
    bool3

    wyww

    Declaration
    public bool4 wyww { get; }
    Property Value
    Type Description
    bool4

    wywx

    Declaration
    public bool4 wywx { get; }
    Property Value
    Type Description
    bool4

    wywy

    Declaration
    public bool4 wywy { get; }
    Property Value
    Type Description
    bool4

    wywz

    Declaration
    public bool4 wywz { get; }
    Property Value
    Type Description
    bool4

    wyx

    Declaration
    public bool3 wyx { get; set; }
    Property Value
    Type Description
    bool3

    wyxw

    Declaration
    public bool4 wyxw { get; }
    Property Value
    Type Description
    bool4

    wyxx

    Declaration
    public bool4 wyxx { get; }
    Property Value
    Type Description
    bool4

    wyxy

    Declaration
    public bool4 wyxy { get; }
    Property Value
    Type Description
    bool4

    wyxz

    Declaration
    public bool4 wyxz { get; set; }
    Property Value
    Type Description
    bool4

    wyy

    Declaration
    public bool3 wyy { get; }
    Property Value
    Type Description
    bool3

    wyyw

    Declaration
    public bool4 wyyw { get; }
    Property Value
    Type Description
    bool4

    wyyx

    Declaration
    public bool4 wyyx { get; }
    Property Value
    Type Description
    bool4

    wyyy

    Declaration
    public bool4 wyyy { get; }
    Property Value
    Type Description
    bool4

    wyyz

    Declaration
    public bool4 wyyz { get; }
    Property Value
    Type Description
    bool4

    wyz

    Declaration
    public bool3 wyz { get; set; }
    Property Value
    Type Description
    bool3

    wyzw

    Declaration
    public bool4 wyzw { get; }
    Property Value
    Type Description
    bool4

    wyzx

    Declaration
    public bool4 wyzx { get; set; }
    Property Value
    Type Description
    bool4

    wyzy

    Declaration
    public bool4 wyzy { get; }
    Property Value
    Type Description
    bool4

    wyzz

    Declaration
    public bool4 wyzz { get; }
    Property Value
    Type Description
    bool4

    wz

    Declaration
    public bool2 wz { get; set; }
    Property Value
    Type Description
    bool2

    wzw

    Declaration
    public bool3 wzw { get; }
    Property Value
    Type Description
    bool3

    wzww

    Declaration
    public bool4 wzww { get; }
    Property Value
    Type Description
    bool4

    wzwx

    Declaration
    public bool4 wzwx { get; }
    Property Value
    Type Description
    bool4

    wzwy

    Declaration
    public bool4 wzwy { get; }
    Property Value
    Type Description
    bool4

    wzwz

    Declaration
    public bool4 wzwz { get; }
    Property Value
    Type Description
    bool4

    wzx

    Declaration
    public bool3 wzx { get; set; }
    Property Value
    Type Description
    bool3

    wzxw

    Declaration
    public bool4 wzxw { get; }
    Property Value
    Type Description
    bool4

    wzxx

    Declaration
    public bool4 wzxx { get; }
    Property Value
    Type Description
    bool4

    wzxy

    Declaration
    public bool4 wzxy { get; set; }
    Property Value
    Type Description
    bool4

    wzxz

    Declaration
    public bool4 wzxz { get; }
    Property Value
    Type Description
    bool4

    wzy

    Declaration
    public bool3 wzy { get; set; }
    Property Value
    Type Description
    bool3

    wzyw

    Declaration
    public bool4 wzyw { get; }
    Property Value
    Type Description
    bool4

    wzyx

    Declaration
    public bool4 wzyx { get; set; }
    Property Value
    Type Description
    bool4

    wzyy

    Declaration
    public bool4 wzyy { get; }
    Property Value
    Type Description
    bool4

    wzyz

    Declaration
    public bool4 wzyz { get; }
    Property Value
    Type Description
    bool4

    wzz

    Declaration
    public bool3 wzz { get; }
    Property Value
    Type Description
    bool3

    wzzw

    Declaration
    public bool4 wzzw { get; }
    Property Value
    Type Description
    bool4

    wzzx

    Declaration
    public bool4 wzzx { get; }
    Property Value
    Type Description
    bool4

    wzzy

    Declaration
    public bool4 wzzy { get; }
    Property Value
    Type Description
    bool4

    wzzz

    Declaration
    public bool4 wzzz { get; }
    Property Value
    Type Description
    bool4

    xw

    Declaration
    public bool2 xw { get; set; }
    Property Value
    Type Description
    bool2

    xww

    Declaration
    public bool3 xww { get; }
    Property Value
    Type Description
    bool3

    xwww

    Declaration
    public bool4 xwww { get; }
    Property Value
    Type Description
    bool4

    xwwx

    Declaration
    public bool4 xwwx { get; }
    Property Value
    Type Description
    bool4

    xwwy

    Declaration
    public bool4 xwwy { get; }
    Property Value
    Type Description
    bool4

    xwwz

    Declaration
    public bool4 xwwz { get; }
    Property Value
    Type Description
    bool4

    xwx

    Declaration
    public bool3 xwx { get; }
    Property Value
    Type Description
    bool3

    xwxw

    Declaration
    public bool4 xwxw { get; }
    Property Value
    Type Description
    bool4

    xwxx

    Declaration
    public bool4 xwxx { get; }
    Property Value
    Type Description
    bool4

    xwxy

    Declaration
    public bool4 xwxy { get; }
    Property Value
    Type Description
    bool4

    xwxz

    Declaration
    public bool4 xwxz { get; }
    Property Value
    Type Description
    bool4

    xwy

    Declaration
    public bool3 xwy { get; set; }
    Property Value
    Type Description
    bool3

    xwyw

    Declaration
    public bool4 xwyw { get; }
    Property Value
    Type Description
    bool4

    xwyx

    Declaration
    public bool4 xwyx { get; }
    Property Value
    Type Description
    bool4

    xwyy

    Declaration
    public bool4 xwyy { get; }
    Property Value
    Type Description
    bool4

    xwyz

    Declaration
    public bool4 xwyz { get; set; }
    Property Value
    Type Description
    bool4

    xwz

    Declaration
    public bool3 xwz { get; set; }
    Property Value
    Type Description
    bool3

    xwzw

    Declaration
    public bool4 xwzw { get; }
    Property Value
    Type Description
    bool4

    xwzx

    Declaration
    public bool4 xwzx { get; }
    Property Value
    Type Description
    bool4

    xwzy

    Declaration
    public bool4 xwzy { get; set; }
    Property Value
    Type Description
    bool4

    xwzz

    Declaration
    public bool4 xwzz { get; }
    Property Value
    Type Description
    bool4

    xx

    Declaration
    public bool2 xx { get; }
    Property Value
    Type Description
    bool2

    xxw

    Declaration
    public bool3 xxw { get; }
    Property Value
    Type Description
    bool3

    xxww

    Declaration
    public bool4 xxww { get; }
    Property Value
    Type Description
    bool4

    xxwx

    Declaration
    public bool4 xxwx { get; }
    Property Value
    Type Description
    bool4

    xxwy

    Declaration
    public bool4 xxwy { get; }
    Property Value
    Type Description
    bool4

    xxwz

    Declaration
    public bool4 xxwz { get; }
    Property Value
    Type Description
    bool4

    xxx

    Declaration
    public bool3 xxx { get; }
    Property Value
    Type Description
    bool3

    xxxw

    Declaration
    public bool4 xxxw { get; }
    Property Value
    Type Description
    bool4

    xxxx

    Declaration
    public bool4 xxxx { get; }
    Property Value
    Type Description
    bool4

    xxxy

    Declaration
    public bool4 xxxy { get; }
    Property Value
    Type Description
    bool4

    xxxz

    Declaration
    public bool4 xxxz { get; }
    Property Value
    Type Description
    bool4

    xxy

    Declaration
    public bool3 xxy { get; }
    Property Value
    Type Description
    bool3

    xxyw

    Declaration
    public bool4 xxyw { get; }
    Property Value
    Type Description
    bool4

    xxyx

    Declaration
    public bool4 xxyx { get; }
    Property Value
    Type Description
    bool4

    xxyy

    Declaration
    public bool4 xxyy { get; }
    Property Value
    Type Description
    bool4

    xxyz

    Declaration
    public bool4 xxyz { get; }
    Property Value
    Type Description
    bool4

    xxz

    Declaration
    public bool3 xxz { get; }
    Property Value
    Type Description
    bool3

    xxzw

    Declaration
    public bool4 xxzw { get; }
    Property Value
    Type Description
    bool4

    xxzx

    Declaration
    public bool4 xxzx { get; }
    Property Value
    Type Description
    bool4

    xxzy

    Declaration
    public bool4 xxzy { get; }
    Property Value
    Type Description
    bool4

    xxzz

    Declaration
    public bool4 xxzz { get; }
    Property Value
    Type Description
    bool4

    xy

    Declaration
    public bool2 xy { get; set; }
    Property Value
    Type Description
    bool2

    xyw

    Declaration
    public bool3 xyw { get; set; }
    Property Value
    Type Description
    bool3

    xyww

    Declaration
    public bool4 xyww { get; }
    Property Value
    Type Description
    bool4

    xywx

    Declaration
    public bool4 xywx { get; }
    Property Value
    Type Description
    bool4

    xywy

    Declaration
    public bool4 xywy { get; }
    Property Value
    Type Description
    bool4

    xywz

    Declaration
    public bool4 xywz { get; set; }
    Property Value
    Type Description
    bool4

    xyx

    Declaration
    public bool3 xyx { get; }
    Property Value
    Type Description
    bool3

    xyxw

    Declaration
    public bool4 xyxw { get; }
    Property Value
    Type Description
    bool4

    xyxx

    Declaration
    public bool4 xyxx { get; }
    Property Value
    Type Description
    bool4

    xyxy

    Declaration
    public bool4 xyxy { get; }
    Property Value
    Type Description
    bool4

    xyxz

    Declaration
    public bool4 xyxz { get; }
    Property Value
    Type Description
    bool4

    xyy

    Declaration
    public bool3 xyy { get; }
    Property Value
    Type Description
    bool3

    xyyw

    Declaration
    public bool4 xyyw { get; }
    Property Value
    Type Description
    bool4

    xyyx

    Declaration
    public bool4 xyyx { get; }
    Property Value
    Type Description
    bool4

    xyyy

    Declaration
    public bool4 xyyy { get; }
    Property Value
    Type Description
    bool4

    xyyz

    Declaration
    public bool4 xyyz { get; }
    Property Value
    Type Description
    bool4

    xyz

    Declaration
    public bool3 xyz { get; set; }
    Property Value
    Type Description
    bool3

    xyzw

    Declaration
    public bool4 xyzw { get; set; }
    Property Value
    Type Description
    bool4

    xyzx

    Declaration
    public bool4 xyzx { get; }
    Property Value
    Type Description
    bool4

    xyzy

    Declaration
    public bool4 xyzy { get; }
    Property Value
    Type Description
    bool4

    xyzz

    Declaration
    public bool4 xyzz { get; }
    Property Value
    Type Description
    bool4

    xz

    Declaration
    public bool2 xz { get; set; }
    Property Value
    Type Description
    bool2

    xzw

    Declaration
    public bool3 xzw { get; set; }
    Property Value
    Type Description
    bool3

    xzww

    Declaration
    public bool4 xzww { get; }
    Property Value
    Type Description
    bool4

    xzwx

    Declaration
    public bool4 xzwx { get; }
    Property Value
    Type Description
    bool4

    xzwy

    Declaration
    public bool4 xzwy { get; set; }
    Property Value
    Type Description
    bool4

    xzwz

    Declaration
    public bool4 xzwz { get; }
    Property Value
    Type Description
    bool4

    xzx

    Declaration
    public bool3 xzx { get; }
    Property Value
    Type Description
    bool3

    xzxw

    Declaration
    public bool4 xzxw { get; }
    Property Value
    Type Description
    bool4

    xzxx

    Declaration
    public bool4 xzxx { get; }
    Property Value
    Type Description
    bool4

    xzxy

    Declaration
    public bool4 xzxy { get; }
    Property Value
    Type Description
    bool4

    xzxz

    Declaration
    public bool4 xzxz { get; }
    Property Value
    Type Description
    bool4

    xzy

    Declaration
    public bool3 xzy { get; set; }
    Property Value
    Type Description
    bool3

    xzyw

    Declaration
    public bool4 xzyw { get; set; }
    Property Value
    Type Description
    bool4

    xzyx

    Declaration
    public bool4 xzyx { get; }
    Property Value
    Type Description
    bool4

    xzyy

    Declaration
    public bool4 xzyy { get; }
    Property Value
    Type Description
    bool4

    xzyz

    Declaration
    public bool4 xzyz { get; }
    Property Value
    Type Description
    bool4

    xzz

    Declaration
    public bool3 xzz { get; }
    Property Value
    Type Description
    bool3

    xzzw

    Declaration
    public bool4 xzzw { get; }
    Property Value
    Type Description
    bool4

    xzzx

    Declaration
    public bool4 xzzx { get; }
    Property Value
    Type Description
    bool4

    xzzy

    Declaration
    public bool4 xzzy { get; }
    Property Value
    Type Description
    bool4

    xzzz

    Declaration
    public bool4 xzzz { get; }
    Property Value
    Type Description
    bool4

    yw

    Declaration
    public bool2 yw { get; set; }
    Property Value
    Type Description
    bool2

    yww

    Declaration
    public bool3 yww { get; }
    Property Value
    Type Description
    bool3

    ywww

    Declaration
    public bool4 ywww { get; }
    Property Value
    Type Description
    bool4

    ywwx

    Declaration
    public bool4 ywwx { get; }
    Property Value
    Type Description
    bool4

    ywwy

    Declaration
    public bool4 ywwy { get; }
    Property Value
    Type Description
    bool4

    ywwz

    Declaration
    public bool4 ywwz { get; }
    Property Value
    Type Description
    bool4

    ywx

    Declaration
    public bool3 ywx { get; set; }
    Property Value
    Type Description
    bool3

    ywxw

    Declaration
    public bool4 ywxw { get; }
    Property Value
    Type Description
    bool4

    ywxx

    Declaration
    public bool4 ywxx { get; }
    Property Value
    Type Description
    bool4

    ywxy

    Declaration
    public bool4 ywxy { get; }
    Property Value
    Type Description
    bool4

    ywxz

    Declaration
    public bool4 ywxz { get; set; }
    Property Value
    Type Description
    bool4

    ywy

    Declaration
    public bool3 ywy { get; }
    Property Value
    Type Description
    bool3

    ywyw

    Declaration
    public bool4 ywyw { get; }
    Property Value
    Type Description
    bool4

    ywyx

    Declaration
    public bool4 ywyx { get; }
    Property Value
    Type Description
    bool4

    ywyy

    Declaration
    public bool4 ywyy { get; }
    Property Value
    Type Description
    bool4

    ywyz

    Declaration
    public bool4 ywyz { get; }
    Property Value
    Type Description
    bool4

    ywz

    Declaration
    public bool3 ywz { get; set; }
    Property Value
    Type Description
    bool3

    ywzw

    Declaration
    public bool4 ywzw { get; }
    Property Value
    Type Description
    bool4

    ywzx

    Declaration
    public bool4 ywzx { get; set; }
    Property Value
    Type Description
    bool4

    ywzy

    Declaration
    public bool4 ywzy { get; }
    Property Value
    Type Description
    bool4

    ywzz

    Declaration
    public bool4 ywzz { get; }
    Property Value
    Type Description
    bool4

    yx

    Declaration
    public bool2 yx { get; set; }
    Property Value
    Type Description
    bool2

    yxw

    Declaration
    public bool3 yxw { get; set; }
    Property Value
    Type Description
    bool3

    yxww

    Declaration
    public bool4 yxww { get; }
    Property Value
    Type Description
    bool4

    yxwx

    Declaration
    public bool4 yxwx { get; }
    Property Value
    Type Description
    bool4

    yxwy

    Declaration
    public bool4 yxwy { get; }
    Property Value
    Type Description
    bool4

    yxwz

    Declaration
    public bool4 yxwz { get; set; }
    Property Value
    Type Description
    bool4

    yxx

    Declaration
    public bool3 yxx { get; }
    Property Value
    Type Description
    bool3

    yxxw

    Declaration
    public bool4 yxxw { get; }
    Property Value
    Type Description
    bool4

    yxxx

    Declaration
    public bool4 yxxx { get; }
    Property Value
    Type Description
    bool4

    yxxy

    Declaration
    public bool4 yxxy { get; }
    Property Value
    Type Description
    bool4

    yxxz

    Declaration
    public bool4 yxxz { get; }
    Property Value
    Type Description
    bool4

    yxy

    Declaration
    public bool3 yxy { get; }
    Property Value
    Type Description
    bool3

    yxyw

    Declaration
    public bool4 yxyw { get; }
    Property Value
    Type Description
    bool4

    yxyx

    Declaration
    public bool4 yxyx { get; }
    Property Value
    Type Description
    bool4

    yxyy

    Declaration
    public bool4 yxyy { get; }
    Property Value
    Type Description
    bool4

    yxyz

    Declaration
    public bool4 yxyz { get; }
    Property Value
    Type Description
    bool4

    yxz

    Declaration
    public bool3 yxz { get; set; }
    Property Value
    Type Description
    bool3

    yxzw

    Declaration
    public bool4 yxzw { get; set; }
    Property Value
    Type Description
    bool4

    yxzx

    Declaration
    public bool4 yxzx { get; }
    Property Value
    Type Description
    bool4

    yxzy

    Declaration
    public bool4 yxzy { get; }
    Property Value
    Type Description
    bool4

    yxzz

    Declaration
    public bool4 yxzz { get; }
    Property Value
    Type Description
    bool4

    yy

    Declaration
    public bool2 yy { get; }
    Property Value
    Type Description
    bool2

    yyw

    Declaration
    public bool3 yyw { get; }
    Property Value
    Type Description
    bool3

    yyww

    Declaration
    public bool4 yyww { get; }
    Property Value
    Type Description
    bool4

    yywx

    Declaration
    public bool4 yywx { get; }
    Property Value
    Type Description
    bool4

    yywy

    Declaration
    public bool4 yywy { get; }
    Property Value
    Type Description
    bool4

    yywz

    Declaration
    public bool4 yywz { get; }
    Property Value
    Type Description
    bool4

    yyx

    Declaration
    public bool3 yyx { get; }
    Property Value
    Type Description
    bool3

    yyxw

    Declaration
    public bool4 yyxw { get; }
    Property Value
    Type Description
    bool4

    yyxx

    Declaration
    public bool4 yyxx { get; }
    Property Value
    Type Description
    bool4

    yyxy

    Declaration
    public bool4 yyxy { get; }
    Property Value
    Type Description
    bool4

    yyxz

    Declaration
    public bool4 yyxz { get; }
    Property Value
    Type Description
    bool4

    yyy

    Declaration
    public bool3 yyy { get; }
    Property Value
    Type Description
    bool3

    yyyw

    Declaration
    public bool4 yyyw { get; }
    Property Value
    Type Description
    bool4

    yyyx

    Declaration
    public bool4 yyyx { get; }
    Property Value
    Type Description
    bool4

    yyyy

    Declaration
    public bool4 yyyy { get; }
    Property Value
    Type Description
    bool4

    yyyz

    Declaration
    public bool4 yyyz { get; }
    Property Value
    Type Description
    bool4

    yyz

    Declaration
    public bool3 yyz { get; }
    Property Value
    Type Description
    bool3

    yyzw

    Declaration
    public bool4 yyzw { get; }
    Property Value
    Type Description
    bool4

    yyzx

    Declaration
    public bool4 yyzx { get; }
    Property Value
    Type Description
    bool4

    yyzy

    Declaration
    public bool4 yyzy { get; }
    Property Value
    Type Description
    bool4

    yyzz

    Declaration
    public bool4 yyzz { get; }
    Property Value
    Type Description
    bool4

    yz

    Declaration
    public bool2 yz { get; set; }
    Property Value
    Type Description
    bool2

    yzw

    Declaration
    public bool3 yzw { get; set; }
    Property Value
    Type Description
    bool3

    yzww

    Declaration
    public bool4 yzww { get; }
    Property Value
    Type Description
    bool4

    yzwx

    Declaration
    public bool4 yzwx { get; set; }
    Property Value
    Type Description
    bool4

    yzwy

    Declaration
    public bool4 yzwy { get; }
    Property Value
    Type Description
    bool4

    yzwz

    Declaration
    public bool4 yzwz { get; }
    Property Value
    Type Description
    bool4

    yzx

    Declaration
    public bool3 yzx { get; set; }
    Property Value
    Type Description
    bool3

    yzxw

    Declaration
    public bool4 yzxw { get; set; }
    Property Value
    Type Description
    bool4

    yzxx

    Declaration
    public bool4 yzxx { get; }
    Property Value
    Type Description
    bool4

    yzxy

    Declaration
    public bool4 yzxy { get; }
    Property Value
    Type Description
    bool4

    yzxz

    Declaration
    public bool4 yzxz { get; }
    Property Value
    Type Description
    bool4

    yzy

    Declaration
    public bool3 yzy { get; }
    Property Value
    Type Description
    bool3

    yzyw

    Declaration
    public bool4 yzyw { get; }
    Property Value
    Type Description
    bool4

    yzyx

    Declaration
    public bool4 yzyx { get; }
    Property Value
    Type Description
    bool4

    yzyy

    Declaration
    public bool4 yzyy { get; }
    Property Value
    Type Description
    bool4

    yzyz

    Declaration
    public bool4 yzyz { get; }
    Property Value
    Type Description
    bool4

    yzz

    Declaration
    public bool3 yzz { get; }
    Property Value
    Type Description
    bool3

    yzzw

    Declaration
    public bool4 yzzw { get; }
    Property Value
    Type Description
    bool4

    yzzx

    Declaration
    public bool4 yzzx { get; }
    Property Value
    Type Description
    bool4

    yzzy

    Declaration
    public bool4 yzzy { get; }
    Property Value
    Type Description
    bool4

    yzzz

    Declaration
    public bool4 yzzz { get; }
    Property Value
    Type Description
    bool4

    zw

    Declaration
    public bool2 zw { get; set; }
    Property Value
    Type Description
    bool2

    zww

    Declaration
    public bool3 zww { get; }
    Property Value
    Type Description
    bool3

    zwww

    Declaration
    public bool4 zwww { get; }
    Property Value
    Type Description
    bool4

    zwwx

    Declaration
    public bool4 zwwx { get; }
    Property Value
    Type Description
    bool4

    zwwy

    Declaration
    public bool4 zwwy { get; }
    Property Value
    Type Description
    bool4

    zwwz

    Declaration
    public bool4 zwwz { get; }
    Property Value
    Type Description
    bool4

    zwx

    Declaration
    public bool3 zwx { get; set; }
    Property Value
    Type Description
    bool3

    zwxw

    Declaration
    public bool4 zwxw { get; }
    Property Value
    Type Description
    bool4

    zwxx

    Declaration
    public bool4 zwxx { get; }
    Property Value
    Type Description
    bool4

    zwxy

    Declaration
    public bool4 zwxy { get; set; }
    Property Value
    Type Description
    bool4

    zwxz

    Declaration
    public bool4 zwxz { get; }
    Property Value
    Type Description
    bool4

    zwy

    Declaration
    public bool3 zwy { get; set; }
    Property Value
    Type Description
    bool3

    zwyw

    Declaration
    public bool4 zwyw { get; }
    Property Value
    Type Description
    bool4

    zwyx

    Declaration
    public bool4 zwyx { get; set; }
    Property Value
    Type Description
    bool4

    zwyy

    Declaration
    public bool4 zwyy { get; }
    Property Value
    Type Description
    bool4

    zwyz

    Declaration
    public bool4 zwyz { get; }
    Property Value
    Type Description
    bool4

    zwz

    Declaration
    public bool3 zwz { get; }
    Property Value
    Type Description
    bool3

    zwzw

    Declaration
    public bool4 zwzw { get; }
    Property Value
    Type Description
    bool4

    zwzx

    Declaration
    public bool4 zwzx { get; }
    Property Value
    Type Description
    bool4

    zwzy

    Declaration
    public bool4 zwzy { get; }
    Property Value
    Type Description
    bool4

    zwzz

    Declaration
    public bool4 zwzz { get; }
    Property Value
    Type Description
    bool4

    zx

    Declaration
    public bool2 zx { get; set; }
    Property Value
    Type Description
    bool2

    zxw

    Declaration
    public bool3 zxw { get; set; }
    Property Value
    Type Description
    bool3

    zxww

    Declaration
    public bool4 zxww { get; }
    Property Value
    Type Description
    bool4

    zxwx

    Declaration
    public bool4 zxwx { get; }
    Property Value
    Type Description
    bool4

    zxwy

    Declaration
    public bool4 zxwy { get; set; }
    Property Value
    Type Description
    bool4

    zxwz

    Declaration
    public bool4 zxwz { get; }
    Property Value
    Type Description
    bool4

    zxx

    Declaration
    public bool3 zxx { get; }
    Property Value
    Type Description
    bool3

    zxxw

    Declaration
    public bool4 zxxw { get; }
    Property Value
    Type Description
    bool4

    zxxx

    Declaration
    public bool4 zxxx { get; }
    Property Value
    Type Description
    bool4

    zxxy

    Declaration
    public bool4 zxxy { get; }
    Property Value
    Type Description
    bool4

    zxxz

    Declaration
    public bool4 zxxz { get; }
    Property Value
    Type Description
    bool4

    zxy

    Declaration
    public bool3 zxy { get; set; }
    Property Value
    Type Description
    bool3

    zxyw

    Declaration
    public bool4 zxyw { get; set; }
    Property Value
    Type Description
    bool4

    zxyx

    Declaration
    public bool4 zxyx { get; }
    Property Value
    Type Description
    bool4

    zxyy

    Declaration
    public bool4 zxyy { get; }
    Property Value
    Type Description
    bool4

    zxyz

    Declaration
    public bool4 zxyz { get; }
    Property Value
    Type Description
    bool4

    zxz

    Declaration
    public bool3 zxz { get; }
    Property Value
    Type Description
    bool3

    zxzw

    Declaration
    public bool4 zxzw { get; }
    Property Value
    Type Description
    bool4

    zxzx

    Declaration
    public bool4 zxzx { get; }
    Property Value
    Type Description
    bool4

    zxzy

    Declaration
    public bool4 zxzy { get; }
    Property Value
    Type Description
    bool4

    zxzz

    Declaration
    public bool4 zxzz { get; }
    Property Value
    Type Description
    bool4

    zy

    Declaration
    public bool2 zy { get; set; }
    Property Value
    Type Description
    bool2

    zyw

    Declaration
    public bool3 zyw { get; set; }
    Property Value
    Type Description
    bool3

    zyww

    Declaration
    public bool4 zyww { get; }
    Property Value
    Type Description
    bool4

    zywx

    Declaration
    public bool4 zywx { get; set; }
    Property Value
    Type Description
    bool4

    zywy

    Declaration
    public bool4 zywy { get; }
    Property Value
    Type Description
    bool4

    zywz

    Declaration
    public bool4 zywz { get; }
    Property Value
    Type Description
    bool4

    zyx

    Declaration
    public bool3 zyx { get; set; }
    Property Value
    Type Description
    bool3

    zyxw

    Declaration
    public bool4 zyxw { get; set; }
    Property Value
    Type Description
    bool4

    zyxx

    Declaration
    public bool4 zyxx { get; }
    Property Value
    Type Description
    bool4

    zyxy

    Declaration
    public bool4 zyxy { get; }
    Property Value
    Type Description
    bool4

    zyxz

    Declaration
    public bool4 zyxz { get; }
    Property Value
    Type Description
    bool4

    zyy

    Declaration
    public bool3 zyy { get; }
    Property Value
    Type Description
    bool3

    zyyw

    Declaration
    public bool4 zyyw { get; }
    Property Value
    Type Description
    bool4

    zyyx

    Declaration
    public bool4 zyyx { get; }
    Property Value
    Type Description
    bool4

    zyyy

    Declaration
    public bool4 zyyy { get; }
    Property Value
    Type Description
    bool4

    zyyz

    Declaration
    public bool4 zyyz { get; }
    Property Value
    Type Description
    bool4

    zyz

    Declaration
    public bool3 zyz { get; }
    Property Value
    Type Description
    bool3

    zyzw

    Declaration
    public bool4 zyzw { get; }
    Property Value
    Type Description
    bool4

    zyzx

    Declaration
    public bool4 zyzx { get; }
    Property Value
    Type Description
    bool4

    zyzy

    Declaration
    public bool4 zyzy { get; }
    Property Value
    Type Description
    bool4

    zyzz

    Declaration
    public bool4 zyzz { get; }
    Property Value
    Type Description
    bool4

    zz

    Declaration
    public bool2 zz { get; }
    Property Value
    Type Description
    bool2

    zzw

    Declaration
    public bool3 zzw { get; }
    Property Value
    Type Description
    bool3

    zzww

    Declaration
    public bool4 zzww { get; }
    Property Value
    Type Description
    bool4

    zzwx

    Declaration
    public bool4 zzwx { get; }
    Property Value
    Type Description
    bool4

    zzwy

    Declaration
    public bool4 zzwy { get; }
    Property Value
    Type Description
    bool4

    zzwz

    Declaration
    public bool4 zzwz { get; }
    Property Value
    Type Description
    bool4

    zzx

    Declaration
    public bool3 zzx { get; }
    Property Value
    Type Description
    bool3

    zzxw

    Declaration
    public bool4 zzxw { get; }
    Property Value
    Type Description
    bool4

    zzxx

    Declaration
    public bool4 zzxx { get; }
    Property Value
    Type Description
    bool4

    zzxy

    Declaration
    public bool4 zzxy { get; }
    Property Value
    Type Description
    bool4

    zzxz

    Declaration
    public bool4 zzxz { get; }
    Property Value
    Type Description
    bool4

    zzy

    Declaration
    public bool3 zzy { get; }
    Property Value
    Type Description
    bool3

    zzyw

    Declaration
    public bool4 zzyw { get; }
    Property Value
    Type Description
    bool4

    zzyx

    Declaration
    public bool4 zzyx { get; }
    Property Value
    Type Description
    bool4

    zzyy

    Declaration
    public bool4 zzyy { get; }
    Property Value
    Type Description
    bool4

    zzyz

    Declaration
    public bool4 zzyz { get; }
    Property Value
    Type Description
    bool4

    zzz

    Declaration
    public bool3 zzz { get; }
    Property Value
    Type Description
    bool3

    zzzw

    Declaration
    public bool4 zzzw { get; }
    Property Value
    Type Description
    bool4

    zzzx

    Declaration
    public bool4 zzzx { get; }
    Property Value
    Type Description
    bool4

    zzzy

    Declaration
    public bool4 zzzy { get; }
    Property Value
    Type Description
    bool4

    zzzz

    Declaration
    public bool4 zzzz { get; }
    Property Value
    Type Description
    bool4

    Methods

    Equals(Object)

    Returns true if the bool4 is equal to a given bool4, false otherwise.

    Declaration
    public override bool Equals(object o)
    Parameters
    Type Name Description
    System.Object o
    Returns
    Type Description
    System.Boolean
    Overrides
    System.ValueType.Equals(System.Object)

    Equals(bool4)

    Returns true if the bool4 is equal to a given bool4, false otherwise.

    Declaration
    public bool Equals(bool4 rhs)
    Parameters
    Type Name Description
    bool4 rhs
    Returns
    Type Description
    System.Boolean

    GetHashCode()

    Returns a hash code for the bool4.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.ValueType.GetHashCode()

    ToString()

    Returns a string representation of the bool4.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.ValueType.ToString()

    Operators

    BitwiseAnd(Boolean, bool4)

    Returns the result of a componentwise bitwise and operation on a bool value and a bool4 vector.

    Declaration
    public static bool4 operator &(bool lhs, bool4 rhs)
    Parameters
    Type Name Description
    System.Boolean lhs
    bool4 rhs
    Returns
    Type Description
    bool4

    BitwiseAnd(bool4, Boolean)

    Returns the result of a componentwise bitwise and operation on a bool4 vector and a bool value.

    Declaration
    public static bool4 operator &(bool4 lhs, bool rhs)
    Parameters
    Type Name Description
    bool4 lhs
    System.Boolean rhs
    Returns
    Type Description
    bool4

    BitwiseAnd(bool4, bool4)

    Returns the result of a componentwise bitwise and operation on two bool4 vectors.

    Declaration
    public static bool4 operator &(bool4 lhs, bool4 rhs)
    Parameters
    Type Name Description
    bool4 lhs
    bool4 rhs
    Returns
    Type Description
    bool4

    BitwiseOr(Boolean, bool4)

    Returns the result of a componentwise bitwise or operation on a bool value and a bool4 vector.

    Declaration
    public static bool4 operator |(bool lhs, bool4 rhs)
    Parameters
    Type Name Description
    System.Boolean lhs
    bool4 rhs
    Returns
    Type Description
    bool4

    BitwiseOr(bool4, Boolean)

    Returns the result of a componentwise bitwise or operation on a bool4 vector and a bool value.

    Declaration
    public static bool4 operator |(bool4 lhs, bool rhs)
    Parameters
    Type Name Description
    bool4 lhs
    System.Boolean rhs
    Returns
    Type Description
    bool4

    BitwiseOr(bool4, bool4)

    Returns the result of a componentwise bitwise or operation on two bool4 vectors.

    Declaration
    public static bool4 operator |(bool4 lhs, bool4 rhs)
    Parameters
    Type Name Description
    bool4 lhs
    bool4 rhs
    Returns
    Type Description
    bool4

    Equality(Boolean, bool4)

    Returns the result of a componentwise equality operation on a bool value and a bool4 vector.

    Declaration
    public static bool4 operator ==(bool lhs, bool4 rhs)
    Parameters
    Type Name Description
    System.Boolean lhs
    bool4 rhs
    Returns
    Type Description
    bool4

    Equality(bool4, Boolean)

    Returns the result of a componentwise equality operation on a bool4 vector and a bool value.

    Declaration
    public static bool4 operator ==(bool4 lhs, bool rhs)
    Parameters
    Type Name Description
    bool4 lhs
    System.Boolean rhs
    Returns
    Type Description
    bool4

    Equality(bool4, bool4)

    Returns the result of a componentwise equality operation on two bool4 vectors.

    Declaration
    public static bool4 operator ==(bool4 lhs, bool4 rhs)
    Parameters
    Type Name Description
    bool4 lhs
    bool4 rhs
    Returns
    Type Description
    bool4

    ExclusiveOr(Boolean, bool4)

    Returns the result of a componentwise bitwise exclusive or operation on a bool value and a bool4 vector.

    Declaration
    public static bool4 operator ^(bool lhs, bool4 rhs)
    Parameters
    Type Name Description
    System.Boolean lhs
    bool4 rhs
    Returns
    Type Description
    bool4

    ExclusiveOr(bool4, Boolean)

    Returns the result of a componentwise bitwise exclusive or operation on a bool4 vector and a bool value.

    Declaration
    public static bool4 operator ^(bool4 lhs, bool rhs)
    Parameters
    Type Name Description
    bool4 lhs
    System.Boolean rhs
    Returns
    Type Description
    bool4

    ExclusiveOr(bool4, bool4)

    Returns the result of a componentwise bitwise exclusive or operation on two bool4 vectors.

    Declaration
    public static bool4 operator ^(bool4 lhs, bool4 rhs)
    Parameters
    Type Name Description
    bool4 lhs
    bool4 rhs
    Returns
    Type Description
    bool4

    Implicit(Boolean to bool4)

    Implicitly converts a single bool value to a bool4 vector by assigning it to every component.

    Declaration
    public static implicit operator bool4(bool v)
    Parameters
    Type Name Description
    System.Boolean v
    Returns
    Type Description
    bool4

    Inequality(Boolean, bool4)

    Returns the result of a componentwise not equal operation on a bool value and a bool4 vector.

    Declaration
    public static bool4 operator !=(bool lhs, bool4 rhs)
    Parameters
    Type Name Description
    System.Boolean lhs
    bool4 rhs
    Returns
    Type Description
    bool4

    Inequality(bool4, Boolean)

    Returns the result of a componentwise not equal operation on a bool4 vector and a bool value.

    Declaration
    public static bool4 operator !=(bool4 lhs, bool rhs)
    Parameters
    Type Name Description
    bool4 lhs
    System.Boolean rhs
    Returns
    Type Description
    bool4

    Inequality(bool4, bool4)

    Returns the result of a componentwise not equal operation on two bool4 vectors.

    Declaration
    public static bool4 operator !=(bool4 lhs, bool4 rhs)
    Parameters
    Type Name Description
    bool4 lhs
    bool4 rhs
    Returns
    Type Description
    bool4

    LogicalNot(bool4)

    Returns the result of a componentwise not operation on a bool4 vector.

    Declaration
    public static bool4 operator !(bool4 val)
    Parameters
    Type Name Description
    bool4 val
    Returns
    Type Description
    bool4
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX