Class CodecTestSO
A throwaway ScriptableObject with an assortment of field kinds, used by the generic codec tests. It lives
in its own same-named file so Unity can bind its script when the tests create it as an asset.
Assembly: Serenity.ProjectRecipe.Tests.Editor.dll
Syntax
public class CodecTestSO : ScriptableObject
Constructors
CodecTestSO()
Declaration
Fields
arr
Declaration
Field Value
b
Declaration
Field Value
col
Declaration
Field Value
e
Declaration
Field Value
f
Declaration
Field Value
i
Declaration
Field Value
managed
Declaration
public CodecTestBase managed
Field Value
managedList
Declaration
public List<CodecTestBase> managedList
Field Value
nested
Declaration
public CodecTestNested nested
Field Value
nestedList
Declaration
public List<CodecTestNested> nestedList
Field Value
s
Declaration
Field Value
v
Declaration
Field Value