docs.unity.cn
    Show / Hide Table of Contents

    Method ClearSchemas

    ClearSchemas(Boolean, Boolean)

    Removes all schemas and optionally deletes the assets associated with them.

    Declaration
    public void ClearSchemas(bool deleteAssets, bool postEvent = true)
    Parameters
    Type Name Description
    Boolean deleteAssets

    If true, the schema assets will also be deleted.

    Boolean postEvent

    Determines if this method call will post an event to the internal addressables event system

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