Show / Hide Table of Contents

Interface ISerializeReference

Namespace: GDA
Assembly: Assembly-CSharp.dll
Syntax
[JsonConverter(typeof(SOReferenceConverter))]
public interface ISerializeReference

Properties

ID

Declaration
string ID { get; set; }
Property Value
Type Description
System.String

scriptableObject

Declaration
ScriptableObject scriptableObject { get; }
Property Value
Type Description
UnityEngine.ScriptableObject
In This Article
Back to top Generated by DocFX