Class AddressableAssetTestBase | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Class AddressableAssetTestBase

    Inheritance
    System.Object
    AddressableAssetTestBase
    AddressableAssetSettingsTests
    AssetGroupTests
    BuildScriptTests
    ContentUpdateTests
    GroupSchemaTests
    ProfileSettingsTests
    ProfileValueReferenceTests
    Namespace: UnityEditor.AddressableAssets.Tests
    Syntax
    public abstract class AddressableAssetTestBase

    Fields

    k_TestConfigFolder

    Declaration
    protected const string k_TestConfigFolder = "Assets/AddressableAssetsData_AddressableAssetSettingsTests"
    Field Value
    Type Description
    System.String

    k_TestConfigName

    Declaration
    protected const string k_TestConfigName = "AddressableAssetSettings.Tests"
    Field Value
    Type Description
    System.String

    m_AssetGUID

    Declaration
    protected string m_AssetGUID
    Field Value
    Type Description
    System.String

    m_Settings

    Declaration
    protected AddressableAssetSettings m_Settings
    Field Value
    Type Description
    AddressableAssetSettings

    Properties

    PersistSettings

    Declaration
    protected virtual bool PersistSettings { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Cleanup()

    Declaration
    public void Cleanup()

    Init()

    Declaration
    public void Init()

    OnCleanup()

    Declaration
    protected virtual void OnCleanup()

    OnInit()

    Declaration
    protected virtual void OnInit()
    Back to top Copyright © 2015-2018 Unity
    Generated by DocFX