docs.unity3d.com
    Show / Hide Table of Contents

    Class GameSimParametersTreeElement

    Class that can be used to make a GameSim parameters treeview element

    Inheritance
    Object
    GameSimParametersTreeElement
    Namespace: Unity.Simulation.Games.Editor.UIComponents
    Syntax
    public class GameSimParametersTreeElement

    Properties

    Children

    Declaration
    public List<GameSimParametersTreeElement> Children { get; }
    Property Value
    Type Description
    List<GameSimParametersTreeElement>

    DefaultValue

    Declaration
    public string DefaultValue { get; set; }
    Property Value
    Type Description
    String

    Description

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    String

    Id

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    Int32

    Key

    Declaration
    public string Key { get; set; }
    Property Value
    Type Description
    String

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    String

    Parent

    Declaration
    public GameSimParametersTreeElement Parent { get; }
    Property Value
    Type Description
    GameSimParametersTreeElement

    Type

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    String

    Values

    Declaration
    public string Values { get; set; }
    Property Value
    Type Description
    String

    Methods

    AddChild(GameSimParametersTreeElement)

    Declaration
    public void AddChild(GameSimParametersTreeElement child)
    Parameters
    Type Name Description
    GameSimParametersTreeElement child

    RemoveChild(GameSimParametersTreeElement)

    Declaration
    public void RemoveChild(GameSimParametersTreeElement child)
    Parameters
    Type Name Description
    GameSimParametersTreeElement child
    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