docs.unity3d.com
    Show / Hide Table of Contents

    Class GroupData

    Inheritance
    Object
    JsonObject
    GroupData
    Inherited Members
    JsonObject.latestVersion
    JsonObject.m_SGVersion
    JsonObject.sgVersion
    JsonObject.onBeforeVersionChange
    JsonObject.onAfterVersionChange
    JsonObject.emptyObjectId
    JsonObject.objectId
    JsonObject.objectIdIsEmpty
    JsonObject.ISerializationCallbackReceiver.OnBeforeSerialize()
    JsonObject.CastTo<T>()
    JsonObject.Serialize()
    JsonObject.Deserailize(String, String)
    JsonObject.OnBeforeSerialize()
    JsonObject.OnBeforeDeserialize()
    JsonObject.OnAfterDeserialize()
    JsonObject.OnAfterDeserialize(String)
    JsonObject.OnAfterMultiDeserialize(String)
    Namespace: UnityEditor.ShaderGraph
    Syntax
    [Serializable]
    public class GroupData : JsonObject, ISerializationCallbackReceiver

    Constructors

    GroupData()

    Declaration
    public GroupData()

    GroupData(String, Vector2)

    Declaration
    public GroupData(string title, Vector2 position)
    Parameters
    Type Name Description
    String title
    Vector2 position

    Properties

    position

    Declaration
    public Vector2 position { get; set; }
    Property Value
    Type Description
    Vector2

    title

    Declaration
    public string title { get; set; }
    Property Value
    Type Description
    String
    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