Class AddressableAssetTestBase | Addressables | 1.4.0
docs.unity.cn
    Show / Hide Table of Contents

    Class AddressableAssetTestBase

    Inheritance
    Object
    AddressableAssetTestBase
    AddressableAssetEntryTests
    AddressableAssetReferenceTests
    AddressableAssetsBundleBuildParametersTests
    AddressableAssetSettingsTests
    AnalyzeRuleBaseTests
    CheckResourcesDupeDependenciesTests
    CheckSceneDupeDependenciesTests
    AssetGroupTests
    BuildScriptFastTests
    BuildScriptPackedPlayTests
    BuildScriptPackedTests
    BuildScriptTests
    BuildScriptVirtualTests
    ContentUpdateTests
    DataBuilderInputTests
    GroupSchemaTests
    ProfileSettingsTests
    ProfileValueReferenceTests
    ResourceCleanupTests
    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
    String

    k_TestConfigName

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

    m_AssetGUID

    Declaration
    protected string m_AssetGUID
    Field Value
    Type Description
    String

    m_SceneGuids

    Declaration
    protected string[] m_SceneGuids
    Field Value
    Type Description
    String[]

    Properties

    PersistSettings

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

    Settings

    Declaration
    protected AddressableAssetSettings Settings { get; }
    Property Value
    Type Description
    AddressableAssetSettings

    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 © 2019 Unity Technologies
    Generated by DocFX