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 |