docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct Vector3Bool

    Three-dimensional boolean vector.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: UnityEngine.Animations.Rigging
    Assembly: Unity.Animation.Rigging.dll
    Syntax
    [Serializable]
    public struct Vector3Bool

    Constructors

    Vector3Bool(bool)

    Constructor.

    Declaration
    public Vector3Bool(bool val)
    Parameters
    Type Name Description
    bool val

    Boolean value for x, y and z.

    Vector3Bool(bool, bool, bool)

    Constructor.

    Declaration
    public Vector3Bool(bool x, bool y, bool z)
    Parameters
    Type Name Description
    bool x

    Boolean value for x.

    bool y

    Boolean value for y.

    bool z

    Boolean value for z.

    Fields

    x

    X component of the vector.

    Declaration
    public bool x
    Field Value
    Type Description
    bool

    y

    Y component of the vector.

    Declaration
    public bool y
    Field Value
    Type Description
    bool

    z

    Z component of the vector.

    Declaration
    public bool z
    Field Value
    Type Description
    bool
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)