Struct CacheEntry | Scriptable Build Pipeline | 1.5.10
docs.unity3d.com
    Show / Hide Table of Contents

    Struct CacheEntry

    Namespace: UnityEditor.Build.Pipeline.Utilities
    Syntax
    [Serializable]
    public struct CacheEntry : IEquatable<CacheEntry>

    Properties

    File

    Declaration
    public string File { get; }
    Property Value
    Type Description
    String

    Guid

    Declaration
    public GUID Guid { get; }
    Property Value
    Type Description
    GUID

    Hash

    Declaration
    public Hash128 Hash { get; }
    Property Value
    Type Description
    Hash128

    Type

    Declaration
    public CacheEntry.EntryType Type { get; }
    Property Value
    Type Description
    CacheEntry.EntryType

    Version

    Declaration
    public int Version { get; }
    Property Value
    Type Description
    Int32

    Methods

    Equals(Object)

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

    Equals(CacheEntry)

    Declaration
    public bool Equals(CacheEntry other)
    Parameters
    Type Name Description
    CacheEntry 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

    ToString()

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

    Operators

    Equality(CacheEntry, CacheEntry)

    Declaration
    public static bool operator ==(CacheEntry x, CacheEntry y)
    Parameters
    Type Name Description
    CacheEntry x
    CacheEntry y
    Returns
    Type Description
    Boolean

    Inequality(CacheEntry, CacheEntry)

    Declaration
    public static bool operator !=(CacheEntry x, CacheEntry y)
    Parameters
    Type Name Description
    CacheEntry x
    CacheEntry y
    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