docs.unity.cn
    Show / Hide Table of Contents

    Interface IExtensionProvider

    Interface providing access to various store extensions.

    Namespace: UnityEngine.Purchasing
    Syntax
    public interface IExtensionProvider

    Methods

    GetExtension<T>()

    Get an implementation of a store extension specified by the template parameter.

    Declaration
    T GetExtension<T>()
        where T : IStoreExtension
    Returns
    Type Description
    T

    The store extension requested.

    Type Parameters
    Name Description
    T

    Implementation of IStoreExtension

    Back to top Copyright © 2023 Unity Technologies
    Generated by DocFX
    on Friday, April 14, 2023
    Terms of use