Struct GraphID | Compositor | 0.5.0-preview.3
docs.unity3d.com
    Show / Hide Table of Contents

    Struct GraphID

    Namespace: Unity.Compositor
    Syntax
    public struct GraphID : IEquatable<GraphID>

    Fields

    Value

    Declaration
    public Hash128 Value
    Field Value
    Type Description
    Hash128

    Methods

    Equals(Object)

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

    Equals(GraphID)

    Declaration
    public bool Equals(GraphID other)
    Parameters
    Type Name Description
    GraphID other
    Returns
    Type Description
    Boolean

    GetHashCode()

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

    IsValid()

    Declaration
    public bool IsValid()
    Returns
    Type Description
    Boolean

    Operators

    Equality(GraphID, GraphID)

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

    Inequality(GraphID, GraphID)

    Declaration
    public static bool operator !=(GraphID lhs, GraphID rhs)
    Parameters
    Type Name Description
    GraphID lhs
    GraphID rhs
    Returns
    Type Description
    Boolean
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • 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 on 18 October 2023