docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class GroupData

    Inheritance
    object
    JsonObject
    GroupData
    Implements
    ISerializationCallbackReceiver
    Inherited Members
    JsonObject.latestVersion
    JsonObject.m_SGVersion
    JsonObject.sgVersion
    JsonObject.onBeforeVersionChange
    JsonObject.onAfterVersionChange
    JsonObject.emptyObjectId
    JsonObject.objectId
    JsonObject.objectIdIsEmpty
    JsonObject.CastTo<T>()
    JsonObject.Serialize()
    JsonObject.Deserailize(string, string)
    JsonObject.OnBeforeSerialize()
    JsonObject.OnBeforeDeserialize()
    JsonObject.OnAfterDeserialize()
    JsonObject.OnAfterDeserialize(string)
    JsonObject.OnAfterMultiDeserialize(string)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEditor.ShaderGraph
    Assembly: Unity.ShaderGraph.Editor.dll
    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

    Implements

    ISerializationCallbackReceiver
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)