Class GroupData
Implements
Inherited Members
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 |