Class SerializableArray<T>
- Namespace
- FluffyUnderware.Curvy.Utils
A workaround to the Unity Json's class not being able to serialize top level arrays. Including such arrays in another object avoids the issue.
public class SerializableArray<T>
Type Parameters
T
- Inheritance
-
SerializableArray<T>
Fields
Array
public T[] Array
Field Value
- T[]