Class JsonObject
Implements
Inherited Members
Namespace: UnityEditor.ShaderGraph.Serialization
Assembly: Unity.ShaderGraph.Editor.dll
Syntax
[Serializable]
public class JsonObject : ISerializationCallbackReceiver
Constructors
| Name | Description |
|---|---|
| JsonObject() |
Fields
| Name | Description |
|---|---|
| emptyObjectId | |
| m_SGVersion | |
| onAfterVersionChange | |
| onBeforeVersionChange |
Properties
| Name | Description |
|---|---|
| latestVersion | |
| objectId | |
| objectIdIsEmpty | |
| sgVersion |
Methods
| Name | Description |
|---|---|
| CastTo<T>() | |
| Deserailize(string, string) | |
| OnAfterDeserialize() | |
| OnAfterDeserialize(string) | |
| OnAfterMultiDeserialize(string) | |
| OnBeforeDeserialize() | |
| OnBeforeSerialize() | |
| Serialize() |