docs.unity.cn
    Show / Hide Table of Contents

    Struct AssetState

    The given state of an Asset. Represented by its guid and hash.

    Namespace: UnityEditor.AddressableAssets.Build
    Syntax
    public struct AssetState : IEquatable<AssetState>

    Fields

    Name Description
    guid

    Asset states GUID.

    hash

    Asset State hash.

    Methods

    Name Description
    Equals(AssetState)

    Check if one asset state is equal to another.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, March 4, 2022
    Terms of use