docs.unity3d.com
    Show / Hide Table of Contents

    Class StandardUIPublisher

    Inheritance
    Object
    StandardUIPublisher
    Namespace: Unity.Industrial.Forma.StandardUI
    Syntax
    public static class StandardUIPublisher : object

    Fields

    isFullScreen

    Declaration
    public static bool isFullScreen
    Field Value
    Type Description
    Boolean

    Properties

    canvasWidth

    Declaration
    public static int canvasWidth { get; }
    Property Value
    Type Description
    Int32

    isLandscapeMode

    Declaration
    public static bool isLandscapeMode { get; }
    Property Value
    Type Description
    Boolean

    Methods

    RaiseCanvasSizeEvent(Int32)

    Declaration
    public static void RaiseCanvasSizeEvent(int newWidth)
    Parameters
    Type Name Description
    Int32 newWidth

    RaiseDisableFullScreen(VisualElement)

    Declaration
    public static void RaiseDisableFullScreen(VisualElement element)
    Parameters
    Type Name Description
    VisualElement element

    RaiseEnableFullScreen(VisualElement)

    Declaration
    public static void RaiseEnableFullScreen(VisualElement caller)
    Parameters
    Type Name Description
    VisualElement caller

    RaiseFeatureSelectionChange(Feature)

    Declaration
    public static void RaiseFeatureSelectionChange(Feature feature)
    Parameters
    Type Name Description
    Feature feature

    RaiseFeatureSetSelection(VisualElement, FeatureSet)

    Declaration
    public static void RaiseFeatureSetSelection(VisualElement caller, FeatureSet featureSet)
    Parameters
    Type Name Description
    VisualElement caller
    FeatureSet featureSet

    RaiseToolbarSelection(RuntimeToolbar, ToolbarSelection)

    Declaration
    public static void RaiseToolbarSelection(RuntimeToolbar caller, ToolbarSelection selection)
    Parameters
    Type Name Description
    RuntimeToolbar caller
    ToolbarSelection selection

    SetOrientation(Boolean)

    Declaration
    public static void SetOrientation(bool isLandscape)
    Parameters
    Type Name Description
    Boolean isLandscape

    Events

    CanvasSizeChanged

    Declaration
    public static event EventHandler<int> CanvasSizeChanged
    Event Type
    Type Description
    EventHandler<Int32>

    DisableFullScreen

    Declaration
    public static event EventHandler DisableFullScreen
    Event Type
    Type Description
    EventHandler

    EnableFullScreen

    Declaration
    public static event EventHandler EnableFullScreen
    Event Type
    Type Description
    EventHandler

    OnFeatureSetSelected

    Declaration
    public static event EventHandler<FeatureSet> OnFeatureSetSelected
    Event Type
    Type Description
    EventHandler<FeatureSet>

    OnToolbarSelection

    Declaration
    public static event EventHandler<ToolbarSelection> OnToolbarSelection
    Event Type
    Type Description
    EventHandler<ToolbarSelection>
    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