Interface IPlacementContentOperations | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Interface IPlacementContentOperations

    Namespace: UnityEngine.Monetization
    Syntax
    public interface IPlacementContentOperations

    Properties

    ready

    Declaration
    bool ready { get; }
    Property Value
    Type Description
    System.Boolean

    state

    Declaration
    PlacementContentState state { get; }
    Property Value
    Type Description
    PlacementContentState

    Methods

    SendCustomEvent(CustomEvent)

    Declaration
    void SendCustomEvent(CustomEvent customEvent)
    Parameters
    Type Name Description
    CustomEvent customEvent
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX