docs.unity3d.com
    Show / Hide Table of Contents

    Class ContextRelatedData

    Used to store context related data on a PackSet or a Configuration.

    Inheritance
    Object
    ContextRelatedData
    Namespace: Unity.Industrial.Forma.Core
    Syntax
    public class ContextRelatedData : MonoBehaviour

    Properties

    ContextValues

    Gets the context values.

    Declaration
    public IReadOnlyList<string> ContextValues { get; }
    Property Value
    Type Description
    IReadOnlyList<String>

    The context values.

    Methods

    AddValue(String)

    Adds the value.

    Declaration
    public void AddValue(string value)
    Parameters
    Type Name Description
    String value

    The value.

    RemoveValue(Int32)

    Removes the value.

    Declaration
    public void RemoveValue(int index)
    Parameters
    Type Name Description
    Int32 index

    The index.

    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