Show / Hide Table of Contents

Class SerializedData

Inheritance
System.Object
SerializedData
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Liminal.SDK.Serialization
Assembly: Liminal.SDK.dll
Syntax
[Serializable]
public class SerializedData

Fields

| Improve this Doc View Source

Prefabs

Declaration
public List<PrefabGameObjectData> Prefabs
Field Value
Type Description
System.Collections.Generic.List<PrefabGameObjectData>
| Improve this Doc View Source

SceneGameObjects

Declaration
public List<GameObjectData> SceneGameObjects
Field Value
Type Description
System.Collections.Generic.List<GameObjectData>
| Improve this Doc View Source

ScriptableObjects

Declaration
public List<ScriptableObjectData> ScriptableObjects
Field Value
Type Description
System.Collections.Generic.List<ScriptableObjectData>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX