docs.unity.cn
    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.CastTo<T>()
    JsonObject.Serialize()
    JsonObject.Deserailize(String, String)
    JsonObject.OnBeforeSerialize()
    JsonObject.OnAfterDeserialize()
    JsonObject.OnAfterDeserialize(String)
    JsonObject.OnAfterMultiDeserialize(String)
    Namespace: UnityEditor.ShaderGraph
    Syntax
    public class GroupData : JsonObject

    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 © 2020 Unity Technologies
    Generated by DocFX
    on Thursday, September 9, 2021