docs.unity3d.com
    Show / Hide Table of Contents

    Class ExternalAccess

    External Access provides an easy and simplified API to be used to by external-facing actors such as web services.

    Inheritance
    Object
    ExternalAccess
    Namespace: UnityEngine.Industrial.Configuring.RuntimeState
    Syntax
    public class ExternalAccess

    Properties

    configuratorData

    Returns configurator info Environments Cameras Configuration Options

    Declaration
    public ConfiguratorData configuratorData { get; }
    Property Value
    Type Description
    ConfiguratorData

    The configurator data.

    instance

    Gets the instance.

    Declaration
    public static ExternalAccess instance { get; }
    Property Value
    Type Description
    ExternalAccess

    The instance.

    Methods

    Image(StateDescription, Action<Byte[]>)

    Images the specified setup.

    Declaration
    public void Image(StateDescription setup, Action<byte[]> callback)
    Parameters
    Type Name Description
    StateDescription setup

    The setup.

    Action<Byte[]> callback

    The callback.

    Back to top
    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