Search Results for

    Show / Hide Table of Contents

    Class ContentDeprecated

    Editor-only utility for marking content as deprecated during load. Used to auto-upgrade (by resaving) data during development in editor or during game cooking.

    Inheritance
    System.Object
    ContentDeprecated
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public static class ContentDeprecated : Object

    Methods

    Clear(Boolean)

    Reads and clears deprecation flag (for the current thread).

    Declaration
    [Unmanaged]
    public static bool Clear(bool newValue = false)
    Parameters
    System.Boolean newValue

    Returns
    System.Boolean

    Mark()

    Marks content as deprecated (for the current thread).

    Declaration
    [Unmanaged]
    public static void Mark()
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat