docs.unity3d.com
    Show / Hide Table of Contents

    Interface IPublisherSettings

    PublisherSettings are meant to display options for configuring a publisher.

    Namespace: Unity.Industrial.Forma.Editor.UI.Components
    Syntax
    public interface IPublisherSettings

    Properties

    DisplayName

    Name of publisher to display in editor

    Declaration
    string DisplayName { get; }
    Property Value
    Type Description
    String

    Selected

    Whether or not publisher represented is selected

    Declaration
    bool Selected { get; set; }
    Property Value
    Type Description
    Boolean

    ShouldBeDisplayedAsync

    Whether or not settings should be displayed

    Declaration
    Task<bool> ShouldBeDisplayedAsync { get; }
    Property Value
    Type Description
    Task<Boolean>

    Events

    OnDisplayChanged

    Called when display changes

    Declaration
    event Action<bool> OnDisplayChanged
    Event Type
    Type Description
    Action<Boolean>
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023