docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetOverride

    GetOverride(out TableReference, out TableEntryReference)

    Returns the EntryOverrideType for the platform the application is currently running on using Application.platform.

    Declaration
    public EntryOverrideType GetOverride(out TableReference tableReference, out TableEntryReference tableEntryReference)
    Parameters
    Type Name Description
    TableReference tableReference

    The table to use or default if it is not overriden.

    TableEntryReference tableEntryReference

    The entry to use or default if it is not overriden.

    Returns
    Type Description
    EntryOverrideType

    Returns the fields that should be overridden.

    Implements
    IEntryOverride.GetOverride(out TableReference, out TableEntryReference)

    GetOverride(out TableReference, out TableEntryReference, RuntimePlatform)

    Returns the EntryOverrideType for the platform.

    Declaration
    public EntryOverrideType GetOverride(out TableReference tableReference, out TableEntryReference tableEntryReference, RuntimePlatform platform)
    Parameters
    Type Name Description
    TableReference tableReference

    The table to use or default if it is not overriden.

    TableEntryReference tableEntryReference

    The entry to use or default if it is not overriden.

    RuntimePlatform platform

    The platform to return the override for.

    Returns
    Type Description
    EntryOverrideType

    Returns the fields that should be overridden.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)